Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-10 | Fix hangs when reading corrupt UTF-8 | David Robillard | 2 | -0/+2 | |
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 | 1 | -4/+11 | |
2017-07-10 | Reduce test code length | David Robillard | 1 | -17/+8 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -0/+21 | |
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-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 6 | -0/+10 | |
2017-04-14 | Add test for corrupt BOMs | David Robillard | 1 | -0/+3 | |
2017-01-06 | Add support for reading TriG | David Robillard | 446 | -0/+4582 | |
2017-01-06 | Add support for SPARQL PREFIX and BASE directives | David Robillard | 1 | -44/+44 | |
2017-01-05 | Add support for NQuads | David Robillard | 89 | -0/+913 | |
2017-01-03 | Test file URI escaping | David Robillard | 1 | -0/+17 | |
2016-08-09 | Report missing statement separator errors | David Robillard | 1 | -0/+3 | |
2016-07-25 | Remove output files from test directory | David Robillard | 2 | -0/+0 | |
2016-07-11 | Fix memory leak | David Robillard | 1 | -0/+1 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -2/+14 | |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -4/+1 | |
Fixes #1135 | |||||
2015-10-08 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-05 | Fix warning on Windows | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@497 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-04 | Fix test program on BSD | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@496 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-02 | Full test coverage | David Robillard | 1 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@492 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-17 | Add test for statements ending with a blank then dot with no space. | David Robillard | 2 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@484 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-17 | Add tests for Turtle named inline nodes extension. | David Robillard | 5 | -0/+13 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@483 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-11-22 | Fix warnings when building with ISO C++ compilers. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-05 | Fix memory leak in serd_test. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@463 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-12-24 | Update to latest Turtle test suite. | David Robillard | 524 | -423/+968 | |
Support UTF-8 in blank node names. Support idiotic SPARQL escaping in local names. git-svn-id: http://svn.drobilla.net/serd/trunk@452 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-31 | Add new literal tests from Turtle test suite. | David Robillard | 14 | -4/+152 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@449 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Add more tests from the new W3C Turtle test suite. | David Robillard | 6 | -0/+19 | |
Support crazy escaped NULL characters in literals. Fix incorrect round-trip serialization test command. git-svn-id: http://svn.drobilla.net/serd/trunk@446 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Improve branch coverage. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@445 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Implement case-insensitive language tags from new Turtle spec. | David Robillard | 3 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@444 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Add some missing tests from latest W3C test suite. | David Robillard | 149 | -0/+255 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@443 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Improve branch coverage. | David Robillard | 1 | -1/+7 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@442 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Merge test suites. | David Robillard | 152 | -961/+703 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@441 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Don't escape backspace or form feed for ntriples. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@440 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-24 | Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or ↵ | David Robillard | 2 | -1/+5 | |
quotes are read. Don't escape legal ASCII characters when writing long literals. git-svn-id: http://svn.drobilla.net/serd/trunk@439 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-04 | Remove unused prefix. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@437 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-04 | Support dots and colons in pnames. | David Robillard | 7 | -5/+40 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@436 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-04 | Improve dot support. | David Robillard | 14 | -0/+117 | |
Extend test suite to cover more of the new Turtle draft. git-svn-id: http://svn.drobilla.net/serd/trunk@433 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-03 | Pass negative eval tests (reject invalid escaped URI characters). | David Robillard | 4 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-02 | Fix anonymous_blank_node_subject test. | David Robillard | 2 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@421 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 342 | -55/+2744 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Move old test suite to its own directory. | David Robillard | 123 | -0/+0 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Generate shorter blank node IDs like the new Turtle test suite. | David Robillard | 15 | -323/+323 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@414 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Add missing files. | David Robillard | 2 | -0/+243 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@413 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Restructure test suite to match new Turtle test suite. | David Robillard | 107 | -164/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Windows compatibility fixes. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@405 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Fix serd_node_new_decimal test code. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@402 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-21 | Fix crash when serd_node_new_decimal is called with infinity or NaN. | David Robillard | 1 | -2/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-08-08 | Fix lax prototype. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@375 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |