Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-27 | Move system utilities to separate source files | David Robillard | 1 | -0/+1 | |
2018-05-27 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+1 | |
2018-05-27 | Add test for reading chunks | David Robillard | 1 | -2/+4 | |
2018-05-27 | Clean up and separate internal headers | David Robillard | 1 | -10/+22 | |
2018-05-27 | Use SerdBuffer for mutable buffers | David Robillard | 1 | -2/+2 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2018-02-04 | Add test for qualifying URIs | David Robillard | 1 | -0/+1 | |
2018-02-04 | Factor out Turtle-to-Turtle test pattern | David Robillard | 1 | -6/+13 | |
2018-02-04 | Exit with error status when test suite fails | David Robillard | 1 | -0/+2 | |
2018-02-04 | Factor out syntax-specific reader implementation | David Robillard | 1 | -0/+1 | |
2018-02-04 | Run tests in sorted order | David Robillard | 1 | -1/+1 | |
2018-01-16 | Fix test suite with Python 2 | David Robillard | 1 | -4/+5 | |
2018-01-04 | Fix test suite with Python 2 | David Robillard | 1 | -1/+1 | |
2018-01-04 | Fix file URI to path conversion in test suite on Windows | David Robillard | 1 | -1/+12 | |
2018-01-04 | Specify encoding when comparing files in Python | David Robillard | 1 | -4/+4 | |
2018-01-04 | Remove snprintf define hack for Windows | David Robillard | 1 | -1/+1 | |
No longer necessary with Windows 10 and MSVS 2017 | |||||
2018-01-04 | Only run one thru test per test to speed up test suite | David Robillard | 1 | -5/+9 | |
2017-12-29 | Don't force ASCII for NQuads | David Robillard | 1 | -17/+21 | |
2017-12-29 | Print diffs for failed tests | David Robillard | 1 | -0/+10 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -2/+8 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -7/+8 | |
2017-12-16 | Update waf | David Robillard | 1 | -1/+0 | |
2017-10-07 | Simplify documentation cleanup | David Robillard | 1 | -5/+1 | |
2017-10-07 | Clean up waf options | David Robillard | 1 | -10/+11 | |
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 | 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 | 1 | -173/+100 | |
2017-09-23 | Fix quiet flag test | David Robillard | 1 | -1/+1 | |
2017-09-23 | Add NTriples test suite | David Robillard | 1 | -1/+8 | |
2017-09-23 | Clean up test output and ensure errors are always reported | David Robillard | 1 | -90/+89 | |
2017-09-10 | Report if static or dynamic library will be built | David Robillard | 1 | -0/+2 | |
2017-08-29 | Fix writing of corrupt UTF-8 | David Robillard | 1 | -5/+0 | |
2017-08-28 | Report errors for prematurely terminated statements | David Robillard | 1 | -1/+1 | |
2017-07-30 | Support strict parsing of prefixed names | David Robillard | 1 | -2/+2 | |
2017-07-21 | Serd 0.28.0v0.28.0 | David Robillard | 1 | -1/+1 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -1/+1 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-06-30 | Rename README to README.md | David Robillard | 1 | -1/+1 | |
2017-06-30 | Clean up UTF-8 parsing and use CLZ if available | David Robillard | 1 | -0/+5 | |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -0/+1 | |
2017-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 1 | -3/+4 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 1 | -1/+1 | |
2017-04-14 | Clean up test output | David Robillard | 1 | -15/+18 | |
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 | 1 | -1/+2 | |
2017-04-14 | Print consistent relative paths in test output | David Robillard | 1 | -7/+9 | |
2017-01-10 | Serd 0.26.0v0.26.0 | David Robillard | 1 | -1/+1 | |
2017-01-07 | Fix missing prefix in test report output | David Robillard | 1 | -2/+2 | |