aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-10Add serd_node_new_relative_uri()David Robillard5-6/+64
2016-07-10Shrink codeDavid Robillard1-5/+3
2016-07-09Clean up test outputDavid Robillard1-18/+24
2016-07-09Upgrade to waf 1.8.22 and autowaf 93d0926David Robillard1-7/+7
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard6-20/+22
2016-06-13Fix use of uninitialized fieldsDavid Robillard3-28/+3
Fixes #1135
2016-05-29Fix handling of file I/O errorsDavid Robillard4-8/+31
2016-05-29Add missing prefixes to serd.ttlDavid Robillard1-0/+3
2016-05-17Fix unaligned memory access (UB which breaks ARM)David Robillard3-8/+41
With this fix, the test suite runs cleanly with UBSan.
2016-04-26Clean up test codeDavid Robillard1-65/+35
2016-03-15Fix potential out of bounds readDavid Robillard3-4/+6
2016-03-15Use NULL for null pointer constantsDavid Robillard1-2/+4
2016-01-17Support mixed-case language tagsArto Bendiken1-1/+1
See: https://www.w3.org/TR/turtle/#grammar-production-LANGTAG
2015-10-08Update copyright datesDavid Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-08Update serdi man pageDavid Robillard2-2/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@504 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-08Fix documentation generationDavid Robillard3-2/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@503 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-08Serd 0.22.0David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@501 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-07Update copyright datesDavid Robillard5-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@500 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-07Update INSTALL fileDavid Robillard3-40/+18
git-svn-id: http://svn.drobilla.net/serd/trunk@499 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-05Fix test suite when path contains spacesDavid Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@498 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-05Fix warning on WindowsDavid Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@497 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-04Fix test program on BSDDavid Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@496 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-04Add option to avoid gcovDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@495 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-04Delete trailing whitespaceDavid Robillard2-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@494 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-03Show serdi errors in standard formatDavid Robillard2-14/+24
git-svn-id: http://svn.drobilla.net/serd/trunk@493 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-02Full test coverageDavid Robillard3-52/+69
git-svn-id: http://svn.drobilla.net/serd/trunk@492 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-10-02Upgrade to waf 1.8.14David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@491 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-09-04Fix clash resolution when a blank node ID prefix is set.David Robillard2-5/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@490 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-04-04Fix serializing fractional decimals that would round up.David Robillard2-2/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@489 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-02-06Blind attempt to fix compiler check on OSX 10.6.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@488 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-01-29Fix incorrect comment.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@487 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2015-01-25Remove LV2 stuff from waf.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@486 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-18Upgrade to waf 1.8.5.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@485 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-17Add test for statements ending with a blank then dot with no space.David Robillard2-0/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@484 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-17Add tests for Turtle named inline nodes extension.David Robillard5-0/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@483 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-17Add support for Turtle named inline nodes extension.David Robillard3-17/+63
git-svn-id: http://svn.drobilla.net/serd/trunk@482 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-16Fix reading statements ending with a blank then dot with no space (#989).David Robillard2-12/+15
git-svn-id: http://svn.drobilla.net/serd/trunk@481 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard5-4/+34
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-10Fix serd_reader_read_file() for URIs with escaped characters (spaces).David Robillard2-2/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@479 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-09Report errors for invalid IRI characters and missing terminators.David Robillard2-11/+19
git-svn-id: http://svn.drobilla.net/serd/trunk@478 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-11-22Fix warnings when building with ISO C++ compilers.David Robillard3-3/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard4-17/+16
git-svn-id: http://svn.drobilla.net/serd/trunk@476 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Serd 0.20.0.David Robillard3-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@474 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@473 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Upgrade to waf 1.7.16.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@472 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@471 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-46/+46
git-svn-id: http://svn.drobilla.net/serd/trunk@470 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard3-9/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@469 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Update Doxygen file.David Robillard1-918/+1438
git-svn-id: http://svn.drobilla.net/serd/trunk@468 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Update copyright dates.David Robillard8-9/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0