Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-23 | Use more efficient stack allocation and growth policies | David Robillard | 3 | -3/+4 | |
2017-09-23 | Report errors for all failing test cases | David Robillard | 2 | -7/+11 | |
2017-09-23 | Remove duplicated code | David Robillard | 1 | -12/+2 | |
2017-09-23 | Report errors for directives or abbreviations in NTriples or NQuads | David Robillard | 2 | -2/+16 | |
2017-09-23 | Simplify syntax support checking | David Robillard | 1 | -10/+4 | |
2017-09-11 | Remove redundant tests | David Robillard | 49 | -350/+0 | |
2017-09-10 | Report if static or dynamic library will be built | David Robillard | 1 | -0/+2 | |
2017-08-29 | Fix building with MSVC | David Robillard | 2 | -3/+5 | |
2017-08-29 | Fix writing of corrupt UTF-8 | David Robillard | 3 | -20/+8 | |
2017-08-28 | Add tests for corrupt UTF-8 in prefixed names | David Robillard | 2 | -0/+4 | |
2017-08-28 | Report errors for prematurely terminated statements | David Robillard | 5 | -5/+10 | |
2017-07-30 | Support strict parsing of prefixed names | David Robillard | 3 | -31/+92 | |
2017-07-30 | Move parse_utf8_char to shared internal header | David Robillard | 2 | -20/+25 | |
2017-07-30 | Make read_PN_CHARS functions return a status code | David Robillard | 1 | -22/+19 | |
2017-07-30 | Cleanup: Add push_bytes function to reduce code verbosity | David Robillard | 3 | -15/+11 | |
2017-07-21 | Serd 0.28.0v0.28.0 | David Robillard | 2 | -4/+4 | |
2017-07-10 | Cleanup: Separate writer code into smaller functions | David Robillard | 1 | -154/+207 | |
2017-07-10 | Fix hangs when reading corrupt UTF-8 | David Robillard | 4 | -23/+25 | |
2017-07-10 | Fix potential use of uninitialized variable | David Robillard | 1 | -3/+3 | |
2017-07-10 | Add test for parsing empty documents | David Robillard | 2 | -0/+0 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 3 | -12/+26 | |
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 | |