aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-03Simplify manifest-based test running.David Robillard1-20/+13
2013-03-03Abstract out thru test running.David Robillard1-21/+28
2013-03-02Pass turtle-syntax-number-08.ttl (integer followed by terminating dot).David Robillard1-5/+2
2013-03-02Use same base URI for both new test suites.David Robillard1-2/+2
2013-02-26Fix URI for tests-ttl tests.David Robillard1-1/+1
2013-02-26Remove debug print and fix Python 3 compatibility.David Robillard1-1/+0
2013-02-25Support most of the latest Turtle Editor's Draft.David Robillard1-3/+118
2013-02-24Move old test suite to its own directory.David Robillard1-71/+86
2013-02-24Restructure test suite to match new Turtle test suite.David Robillard1-5/+6
2013-01-22Fix possible crash in serd_writer_end_anon() when writing invalid listsDavid Robillard1-1/+1
2012-12-23Serd 0.18.2David Robillard1-1/+1
2012-09-10Update to r79/autowaf (Add --pardebug option for parallel-installable debug l...David Robillard1-17/+1
2012-09-10Build correct debug library names on MSVC.David Robillard1-1/+1
2012-09-10Build correct debug library names on MSVC.David Robillard1-5/+14
2012-09-10Use name instead of pattern mangling to add D suffix.David Robillard1-2/+5
2012-09-10Tidy up wscript.David Robillard1-55/+44
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard1-1/+1
2012-08-23Serd 0.18.0David Robillard1-1/+1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Tidy up wscript.David Robillard1-78/+78
2012-08-08Fix static build on Windows.David Robillard1-1/+1
2012-08-08Add --no-shared configure option for doing static-only builds.David Robillard1-23/+40
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-11/+9
2012-08-02Clean up wscript.David Robillard1-9/+6
2012-07-09Improve documentation style.David Robillard1-21/+3
2012-07-05Bump version.David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-0/+1
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-1/+3
2012-04-18Fix absolute path in documentation.David Robillard1-2/+2
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-1/+1