aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@451 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-08-20Upgrade to waf 1.7.11.David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@450 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-31Add new literal tests from Turtle test suite.David Robillard14-4/+152
git-svn-id: http://svn.drobilla.net/serd/trunk@449 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-31Write \uFFFF, not \U0000FFFF.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@448 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-31Remove unnecessary branch condition.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@447 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard9-13/+42
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-30Improve branch coverage.David Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@445 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Implement case-insensitive language tags from new Turtle spec.David Robillard4-6/+16
git-svn-id: http://svn.drobilla.net/serd/trunk@444 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Add some missing tests from latest W3C test suite.David Robillard149-0/+255
git-svn-id: http://svn.drobilla.net/serd/trunk@443 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Improve branch coverage.David Robillard2-2/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@442 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Merge test suites.David Robillard153-965/+703
git-svn-id: http://svn.drobilla.net/serd/trunk@441 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Don't escape backspace or form feed for ntriples.David Robillard2-5/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@440 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-24Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or ↵David Robillard4-9/+31
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-24Remove unused SERD_URI enum value.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@438 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-04Remove unused prefix.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@437 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-04Support dots and colons in pnames.David Robillard8-34/+90
git-svn-id: http://svn.drobilla.net/serd/trunk@436 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-04Use quiet flag on bad tests (back to 100% coverage).David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@435 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-04Add missing newline.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@434 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-04Improve dot support.David Robillard16-36/+155
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-03Fix crazy logic and redundant call in read_PN_LOCAL().David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@432 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Write thru files to build directory.David Robillard1-11/+10
git-svn-id: http://svn.drobilla.net/serd/trunk@431 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Pass negative eval tests (reject invalid escaped URI characters).David Robillard6-19/+30
git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Remove dead code.David Robillard1-8/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@429 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Don't write xsd:decimal literals to Turtle bare if they would not be read backDavid Robillard3-12/+28
with the same type. Run thru tests on manifest-based test suites. git-svn-id: http://svn.drobilla.net/serd/trunk@428 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Simplify manifest-based test running.David Robillard1-20/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@427 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Abstract out thru test running.David Robillard1-21/+28
git-svn-id: http://svn.drobilla.net/serd/trunk@426 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Remove comments referring to old grammar rules.David Robillard1-33/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@425 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node).David Robillard1-5/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@424 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-02Pass turtle-syntax-number-08.ttl (integer followed by terminating dot).David Robillard2-117/+147
Better error handling. git-svn-id: http://svn.drobilla.net/serd/trunk@423 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-02Use same base URI for both new test suites.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@422 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-02Fix anonymous_blank_node_subject test.David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@421 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-26Fix URI for tests-ttl tests.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@420 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-26Remove debug print and fix Python 3 compatibility.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@419 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-25Support most of the latest Turtle Editor's Draft.David Robillard348-434/+3342
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-25Add DOAP information.David Robillard1-0/+16
git-svn-id: http://svn.drobilla.net/serd/trunk@417 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Move old test suite to its own directory.David Robillard124-71/+86
git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Fix typo.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@415 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Generate shorter blank node IDs like the new Turtle test suite.David Robillard17-337/+338
git-svn-id: http://svn.drobilla.net/serd/trunk@414 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Add missing files.David Robillard2-0/+243
git-svn-id: http://svn.drobilla.net/serd/trunk@413 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Restructure test suite to match new Turtle test suite.David Robillard108-169/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-03Correctly handle posix_memalign failureDavid Robillard2-3/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@411 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-02Upgrade to waf 1.9.7David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@410 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-01-22Fix possible crash in serd_writer_end_anon() when writing invalid listsDavid Robillard4-4/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@409 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@408 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Serd 0.18.2David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@406 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Windows compatibility fixes.David Robillard2-0/+10
git-svn-id: http://svn.drobilla.net/serd/trunk@405 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@404 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@403 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Fix serd_node_new_decimal test code.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@402 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-21Fix crash when serd_node_new_decimal is called with infinity or NaN.David Robillard3-3/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0