aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2017-07-09Add serd_node_from_substring()David Robillard1-1/+1
2017-06-30Rename README to README.mdDavid Robillard1-1/+1
2017-06-30Clean up UTF-8 parsing and use CLZ if availableDavid Robillard1-0/+5
2017-06-30Fix various clang-tidy issuesDavid Robillard1-0/+1
2017-06-29Fix strict parsing of abolute URI schemesDavid Robillard1-3/+4
2017-04-24Allow arbitrary page size to be passed for custom sourcesDavid Robillard1-1/+1
2017-04-14Clean up test outputDavid Robillard1-15/+18
2017-04-14Test read errors with both bulk and non-bulk readingDavid Robillard1-1/+5
2017-04-14Factor out file reading from readerDavid Robillard1-1/+2
2017-04-14Print consistent relative paths in test outputDavid Robillard1-7/+9
2017-01-10Serd 0.26.0v0.26.0David Robillard1-1/+1
2017-01-07Fix missing prefix in test report outputDavid Robillard1-2/+2
2017-01-07Add support for writing TriGDavid Robillard1-9/+8
2017-01-06Add support for reading TriGDavid Robillard1-2/+10
2017-01-05Add support for NQuadsDavid Robillard1-13/+31
2016-09-19Serd 0.24.0v0.24.0David Robillard1-1/+1
2016-09-19Avoid write error test unless /dev/full is presentDavid Robillard1-6/+8
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard1-0/+11
2016-08-01Use consistent feature test macrosDavid Robillard1-3/+3
2016-07-25Support test coverage with LLVMDavid Robillard1-17/+13
2016-07-10Add serd_node_new_relative_uri()David Robillard1-1/+1
2016-07-09Clean up test outputDavid Robillard1-18/+24
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-1/+1
2016-05-29Fix handling of file I/O errorsDavid Robillard1-0/+11
2016-04-26Clean up test codeDavid Robillard1-65/+35
2016-03-15Fix potential out of bounds readDavid Robillard1-1/+1
2015-10-08Fix documentation generationDavid Robillard1-1/+1
2015-10-08Serd 0.22.0David Robillard1-1/+1
2015-10-05Fix test suite when path contains spacesDavid Robillard1-3/+3
2015-10-04Add option to avoid gcovDavid Robillard1-4/+4
2015-10-02Full test coverageDavid Robillard1-5/+7
2014-12-18Upgrade to waf 1.8.5.David Robillard1-2/+2
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard1-1/+1
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-7/+1
2014-08-08Serd 0.20.0.David Robillard1-1/+1
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+3
2014-08-08Fix wscript for anciet Python 2.4.David Robillard1-4/+13
2014-07-13Add configure option to ignore POSIX functions even if present.David Robillard1-17/+20
2013-12-25Fix serd test suite when running recursively (#912).David Robillard1-8/+7
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-12-25Tidy up configuration output.David Robillard1-2/+2
2013-12-24Update to latest Turtle test suite.David Robillard1-14/+14
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard1-1/+1
2013-03-30Merge test suites.David Robillard1-4/+0
2013-03-04Use quiet flag on bad tests (back to 100% coverage).David Robillard1-3/+3
2013-03-04Improve dot support.David Robillard1-1/+3
2013-03-03Write thru files to build directory.David Robillard1-11/+10
2013-03-03Pass negative eval tests (reject invalid escaped URI characters).David Robillard1-0/+8
2013-03-03Don't write xsd:decimal literals to Turtle bare if they would not be read backDavid Robillard1-10/+16