aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
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-02Full test coverageDavid Robillard1-5/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@492 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-18Upgrade to waf 1.8.5.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@485 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-7/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@476 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-08-08Serd 0.20.0.David Robillard1-1/+1
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-08Fix wscript for anciet Python 2.4.David Robillard1-4/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@466 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2014-07-13Add configure option to ignore POSIX functions even if present.David Robillard1-17/+20
git-svn-id: http://svn.drobilla.net/serd/trunk@462 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-12-25Fix serd test suite when running recursively (#912).David Robillard1-8/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@458 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct ↵David Robillard1-1/+1
(oops). git-svn-id: http://svn.drobilla.net/serd/trunk@457 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-12-25Tidy up configuration output.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@456 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-12-24Update to latest Turtle test suite.David Robillard1-14/+14
Support UTF-8 in blank node names. Support idiotic SPARQL escaping in local names. git-svn-id: http://svn.drobilla.net/serd/trunk@452 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard1-1/+1
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-30Merge test suites.David Robillard1-4/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@441 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-04Improve dot support.David Robillard1-1/+3
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-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 Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-03-03Don't write xsd:decimal literals to Turtle bare if they would not be read backDavid Robillard1-10/+16
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-02Pass turtle-syntax-number-08.ttl (integer followed by terminating dot).David Robillard1-5/+2
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-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 Robillard1-3/+118
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Move old test suite to its own directory.David Robillard1-71/+86
git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-02-24Restructure test suite to match new Turtle test suite.David Robillard1-5/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2013-01-22Fix possible crash in serd_writer_end_anon() when writing invalid listsDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@409 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Serd 0.18.2David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@406 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Update to r79/autowaf (Add --pardebug option for parallel-installable debug ↵David Robillard1-17/+1
libraries with 'D' suffix). git-svn-id: http://svn.drobilla.net/serd/trunk@392 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Build correct debug library names on MSVC.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@391 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Build correct debug library names on MSVC.David Robillard1-5/+14
git-svn-id: http://svn.drobilla.net/serd/trunk@390 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Use name instead of pattern mangling to add D suffix.David Robillard1-2/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@389 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Tidy up wscript.David Robillard1-55/+44
git-svn-id: http://svn.drobilla.net/serd/trunk@385 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@384 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-23Serd 0.18.0David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@380 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@372 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Consistency.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@371 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Consistency.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@370 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Tidy up wscript.David Robillard1-78/+78
git-svn-id: http://svn.drobilla.net/serd/trunk@369 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Fix static build on Windows.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@368 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Add --no-shared configure option for doing static-only builds.David Robillard1-23/+40
Add --static-progs configure option for building static binaries. git-svn-id: http://svn.drobilla.net/serd/trunk@367 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-11/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@362 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-02Clean up wscript.David Robillard1-9/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@361 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-09Improve documentation style.David Robillard1-21/+3
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@358 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-05Bump version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@355 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-0/+1
Add -q option to serdi to suppress all non-data output, e.g. errors. Resolves #815. git-svn-id: http://svn.drobilla.net/serd/trunk@354 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@350 490d8e77-9747-427b-9fa3-0b8f29cee8a0