Age | Commit message (Expand) | Author | Files | Lines |
2012-02-21 | Add prefix to generated node IDs as well, to avoid clashing when reading mult... | David Robillard | 1 | -8/+13 |
2012-02-21 | Bump version. | David Robillard | 1 | -1/+1 |
2012-02-21 | Trim code. | David Robillard | 1 | -4/+2 |
2012-02-21 | Add test case and update ChangeLog. | David Robillard | 2 | -0/+4 |
2012-02-21 | Report read error if both "genid" and "docid" IDs are found in the same docum... | David Robillard | 1 | -7/+13 |
2012-02-21 | Make -p actually work as advertised. | David Robillard | 1 | -17/+13 |
2012-02-21 | Remove dead code. | David Robillard | 1 | -8/+3 |
2012-02-21 | Trim code. | David Robillard | 1 | -16/+9 |
2012-02-21 | Further isolate collection writing stuff. | David Robillard | 1 | -34/+24 |
2012-02-21 | Avoid comparing against NS_XSD several times per node. | David Robillard | 1 | -6/+6 |
2012-02-21 | Tidy. | David Robillard | 1 | -7/+5 |
2012-02-21 | Print command name in serdi error messages. | David Robillard | 3 | -51/+33 |
2012-02-20 | Remove odd assertion. | David Robillard | 1 | -2/+1 |
2012-02-20 | Update ChangeLog. | David Robillard | 1 | -1/+1 |
2012-02-20 | Trim some fat by taking advantage of ReadContext for statement emission. | David Robillard | 1 | -16/+9 |
2012-02-20 | Fix collection parsing code to not leak stack space. | David Robillard | 4 | -183/+151 |
2012-02-20 | Fix collection writing memory leaks. | David Robillard | 1 | -2/+2 |
2012-02-20 | Break collection writing out into a simple separate case to avoid confusing t... | David Robillard | 1 | -22/+24 |
2012-02-20 | Use iterative algorithm for collection parsing. | David Robillard | 4 | -61/+57 |
2012-02-20 | Implement pretty-printing for collections. | David Robillard | 13 | -96/+319 |
2012-02-09 | Add missing files. | David Robillard | 2 | -0/+3 |
2012-02-05 | Add Windows path test cases (100% coverage for uri.c). | David Robillard | 1 | -0/+8 |
2012-02-05 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 3 | -2/+11 |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
2012-02-01 | Use failure() function for all test failures. | David Robillard | 1 | -108/+70 |
2012-02-01 | Fix jumps past variable initialization. | David Robillard | 1 | -4/+6 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 2 | -18/+20 |
2012-01-18 | Make serd_node_new_integer take int64_t instead of long. | David Robillard | 3 | -7/+7 |
2012-01-17 | Fix syntax errors in man pages. | David Robillard | 1 | -19/+5 |
2012-01-16 | Avoid non-portable %zu (offset is of dubious value in this case anyway). | David Robillard | 1 | -1/+1 |
2012-01-16 | Compile with -MD on Windows so passing a FILE* between DLLs doesn't crash. | David Robillard | 1 | -6/+5 |
2012-01-16 | Fix test suite on UNIX when . is not in PATH. | David Robillard | 1 | -1/+2 |
2012-01-16 | Fix compilation on sane platforms. | David Robillard | 4 | -6/+15 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 12 | -72/+111 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-16 | Fix test suite link errors when gcov is unavailable. | David Robillard | 1 | -9/+10 |
2012-01-16 | Make gcov check non-mandatory. | David Robillard | 1 | -1/+2 |
2012-01-16 | Fix test suite compilation when -lgcov is unavailable. | David Robillard | 1 | -2/+11 |
2012-01-16 | Update copyright dates. | David Robillard | 12 | -13/+13 |
2012-01-16 | Fix test suite with Python 2.4. | David Robillard | 1 | -2/+7 |
2012-01-14 | Lint. | David Robillard | 5 | -11/+11 |
2012-01-08 | Update man page. | David Robillard | 3 | -16/+28 |
2012-01-06 | Remove unused parameter. | David Robillard | 1 | -7/+7 |
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 7 | -2/+157 |
2011-12-27 | Warn on invalid unicode character and replace (fix #796). | David Robillard | 5 | -9/+16 |
2011-12-26 | Escape non-printable ASCII characters in ASCII output (fix #795). | David Robillard | 3 | -1/+10 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 45 | -132/+375 |
2011-12-25 | 100% test coverage. | David Robillard | 19 | -87/+255 |
2011-12-24 | Cover serd_node_from_string. | David Robillard | 1 | -0/+11 |