Age | Commit message (Expand) | Author | Files | Lines |
2017-09-24 | Make serdi guess input syntax from extension if unspecified | David Robillard | 2 | -3/+29 |
2017-09-24 | Make serdi syntax options case-insensitive | David Robillard | 5 | -31/+47 |
2017-09-23 | Add basic error tolerant parsing for line-based formats | David Robillard | 2 | -2/+17 |
2017-09-23 | Improve error reporting | David Robillard | 1 | -9/+12 |
2017-09-23 | Fix potential use of uninitialized variable | David Robillard | 1 | -2/+2 |
2017-09-23 | Add missing tests for invalid characters in names | David Robillard | 3 | -1/+5 |
2017-09-23 | Report errors when lax parsing | David Robillard | 1 | -3/+5 |
2017-09-23 | Fix quiet flag test | David Robillard | 1 | -1/+1 |
2017-09-23 | Add NTriples test suite | David Robillard | 74 | -2/+721 |
2017-09-23 | Clean up test output and ensure errors are always reported | David Robillard | 2 | -94/+93 |
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 |
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 |
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 |