Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-05 | Make reader strict by default | David Robillard | 1 | -0/+1 | |
2017-10-07 | Simplify documentation cleanup | David Robillard | 1 | -5/+1 | |
2017-10-07 | Clean up waf options | David Robillard | 1 | -10/+11 | |
2017-10-07 | Update waf | David Robillard | 1 | -5/+5 | |
2017-09-27 | Fix wscript for Python 3 | David Robillard | 1 | -4/+4 | |
2017-09-25 | Clean up wscript | David Robillard | 1 | -76/+51 | |
2017-09-25 | Suppress duplicate test output lines | David Robillard | 1 | -3/+3 | |
2017-09-25 | Add missing waf command documentation | David Robillard | 1 | -0/+2 | |
2017-09-24 | Don't smash error status when lax parsing | David Robillard | 1 | -1/+4 | |
2017-09-24 | Remove test suite rdflib dependency | David Robillard | 1 | -27/+31 | |
2017-09-24 | Clean up wscript | David Robillard | 1 | -63/+41 | |
2017-09-24 | Make internal tests standard manifest-driven test suites | David Robillard | 457 | -488/+1045 | |
2017-09-24 | Report error on unexpected object end | David Robillard | 1 | -4/+2 | |
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 | |
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 | |