Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-10 | Reduce test code length | David Robillard | 1 | -17/+8 | |
2017-07-10 | Factor out UTF-8 character size counting | David Robillard | 3 | -31/+26 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 7 | -13/+97 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-07-08 | Improve URI escaping and parsing tests | David Robillard | 1 | -103/+53 | |
2017-07-08 | Fix parsing of hex escapes in file URIs | Johannes Mueller | 2 | -1/+8 | |
This fixes round-trip of paths to/from escaped file URIs. | |||||
2017-06-30 | Rename README to README.md | David Robillard | 2 | -1/+1 | |
2017-06-30 | Add Travis configuration | David Robillard | 1 | -0/+32 | |
2017-06-30 | Clean up UTF-8 parsing and use CLZ if available | David Robillard | 2 | -27/+34 | |
2017-06-30 | Cleanup: Remove unnecessary variable | David Robillard | 1 | -4/+3 | |
2017-06-30 | Use consistent parameter names | David Robillard | 2 | -36/+36 | |
2017-06-30 | Fix spurious error message when parsing empty files | David Robillard | 2 | -8/+12 | |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 9 | -88/+88 | |
2017-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 11 | -29/+57 | |
2017-05-20 | Abstract more syntax specifics away from writer | David Robillard | 1 | -7/+11 | |
2017-04-24 | Fix reading with non-standard page sizes | David Robillard | 1 | -2/+2 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 6 | -25/+29 | |
2017-04-14 | Add gitignore file | David Robillard | 1 | -0/+3 | |
2017-04-14 | Clean up test output | David Robillard | 1 | -15/+18 | |
2017-04-14 | Make BulkSink general and factor out details from Writer | David Robillard | 2 | -34/+27 | |
2017-04-14 | Add test for corrupt BOMs | David Robillard | 1 | -0/+3 | |
2017-04-14 | Test read errors with both bulk and non-bulk reading | David Robillard | 1 | -1/+5 | |
2017-04-14 | Factor out file reading from reader | David Robillard | 6 | -84/+307 | |
2017-04-14 | Cleanup: Fix whitespace | David Robillard | 1 | -1/+1 | |
2017-04-14 | Print consistent relative paths in test output | David Robillard | 1 | -7/+9 | |
2017-04-14 | Store status in reader rather than error flag | David Robillard | 1 | -14/+11 | |
2017-02-18 | Fix invalid doc comment | David Robillard | 1 | -1/+1 | |
2017-02-14 | Improve struct packing | David Robillard | 2 | -2/+2 | |
2017-02-07 | Remove comment fragment cruft | David Robillard | 1 | -6/+1 | |
2017-01-10 | Serd 0.26.0v0.26.0 | David Robillard | 2 | -3/+3 | |
2017-01-07 | Fix missing prefix in test report output | David Robillard | 1 | -2/+2 | |
2017-01-07 | Add support for writing TriG | David Robillard | 5 | -46/+85 | |
2017-01-07 | Update repository information | David Robillard | 1 | -2/+2 | |
2017-01-06 | Add support for reading TriG | David Robillard | 453 | -60/+4723 | |
2017-01-06 | Tidy | David Robillard | 2 | -22/+13 | |
2017-01-06 | Add support for SPARQL PREFIX and BASE directives | David Robillard | 3 | -106/+147 | |
2017-01-05 | Add support for NQuads | David Robillard | 97 | -45/+1123 | |
2017-01-03 | Test file URI escaping | David Robillard | 1 | -0/+17 | |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -1/+1 | |
2016-09-19 | Serd 0.24.0v0.24.0 | David Robillard | 2 | -3/+3 | |
2016-09-19 | Avoid write error test unless /dev/full is present | David Robillard | 1 | -6/+8 | |
2016-09-18 | Update copyright dates | David Robillard | 3 | -4/+4 | |
2016-09-18 | Update documentation style | David Robillard | 1 | -63/+53 | |
2016-09-18 | Fix memory error | David Robillard | 1 | -2/+3 | |
Introduced in 443f470383dc3acba0fde7b705e8ff81a7c49595 | |||||
2016-09-10 | Fix cross-links in documentation | David Robillard | 1 | -2/+2 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-09-05 | Update man pages | David Robillard | 1 | -1/+1 | |
2016-08-27 | Update documentation style | David Robillard | 2 | -213/+454 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 3 | -6/+16 | |
2016-08-09 | Report missing statement separator errors | David Robillard | 3 | -1/+11 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 2 | -4/+4 | |