aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-25Hide fopen wrapper and use reader interface consistentlyDavid Robillard9-152/+122
2018-11-25Add blank node APIDavid Robillard3-0/+38
2018-11-25Make serd_node_new_literal take datatype as a nodeDavid Robillard3-11/+22
2018-11-25Move error handling to worldDavid Robillard5-33/+37
2018-11-25Add SerdWorld for shared library stateDavid Robillard10-62/+148
2018-11-25Add SerdSink interface and hide individual function implementationsDavid Robillard7-139/+94
2018-11-25Bring read/write interface closer to C standardDavid Robillard10-83/+82
2018-11-25Clean up and separate internal headersDavid Robillard18-602/+769
2018-11-25Merge datatype and/or language into nodeDavid Robillard6-81/+241
2018-11-25Simplify reader interfaceDavid Robillard5-134/+98
2018-11-25Remove serd_uri_to_path()David Robillard5-72/+8
2018-11-25Make nodes opaqueDavid Robillard8-414/+484
2018-11-25Use opaque node APIDavid Robillard5-58/+83
2018-11-25Add node accessor APIDavid Robillard2-0/+52
2018-11-25Make serd_strtod API const-correctDavid Robillard6-11/+18
2018-11-25Rename SerdChunk to SerdSliceDavid Robillard6-26/+26
2018-11-25Use char* for strings in public APIDavid Robillard14-283/+280
2018-11-25Remove useless character countingDavid Robillard10-99/+61
2018-11-25Use SerdBuffer for mutable buffersDavid Robillard7-33/+56
2018-11-24Merge commit '668a088c7005ec6f6c5fc119470002cc73a1040a'David Robillard1-9/+17
2018-11-24Squashed 'waflib/' changes from 4687ba6..5ea8f99David Robillard1-8/+17
2018-11-24Fix test suite when running recursivelyDavid Robillard1-2/+2
2018-11-18Simplify test flags codeDavid Robillard1-2/+1
2018-11-11Add tests for misspelled prefix and base directivesDavid Robillard3-0/+14
2018-11-11Remove some unnecessary test filesDavid Robillard6-593/+0
2018-11-11Shrink serd_byte_source_advance() code slightlyDavid Robillard1-4/+2
2018-11-11Add test for writing URIs that can not be shortenedDavid Robillard4-11/+28
2018-11-11Make logged test names unambiguousDavid Robillard1-2/+2
2018-11-11Make waf exit with non-zero status when test suite failsDavid Robillard1-0/+1
2018-11-11Fix missing parse error messagesDavid Robillard2-2/+6
2018-11-11Fix error message output testDavid Robillard1-3/+3
2018-10-28Show diffs for all failed file equality checksDavid Robillard1-7/+9
2018-10-28Factor out test output diffingDavid Robillard1-8/+12
2018-10-28Make same-syntax test runner code genericDavid Robillard1-7/+8
2018-10-28Avoid use of sscanf for parsing escapes in URIsDavid Robillard1-4/+2
2018-10-28Clean up test outputDavid Robillard1-7/+8
2018-10-28Squashed 'waflib/' changes from 3e43d09..4687ba6David Robillard1-23/+34
2018-10-28Merge commit '6e20080b1bf1d6800aa4074aed4345683f2e874d'David Robillard1-23/+34
2018-10-28Put all tests in groups with consistent naming styleDavid Robillard1-6/+7
2018-10-28Use relative paths in test commands and outputDavid Robillard1-4/+5
2018-10-03Fix colliding blank nodes when parsing TriGDavid Robillard2-2/+3
2018-10-03Fix TriG test suite to not require clashing blank node IDsDavid Robillard4-3/+4
2018-09-30Fix calloc argument orderDavid Robillard4-4/+4
2018-09-30Improve benchmark scriptDavid Robillard1-21/+110
2018-09-16Fix const castsDavid Robillard1-1/+1
2018-09-16Use strtoul instead of sscanf for converting hexDavid Robillard1-2/+3
2018-09-16Squashed 'waflib/' changes from 982416b..3e43d09David Robillard1-4/+6
2018-09-16Merge commit 'bf547165c0273830c6e5611f71e3c19353f6ba5f'David Robillard1-4/+6
2018-09-16Clean up wscriptDavid Robillard1-21/+19
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9