summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Sord 0.16.0v0.16.0David Robillard1-1/+1
2016-09-19Avoid write error test unless /dev/full is presentDavid Robillard1-7/+9
2016-09-18Correctly report write errorsDavid Robillard1-0/+8
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard1-0/+11
2016-07-25Support test coverage with LLVMDavid Robillard1-17/+15
2016-07-09Clean up test outputDavid Robillard1-5/+8
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-1/+1
2016-03-15Make sord_node_get_counted return byte countDavid Robillard1-1/+1
2015-10-08Fix documentation generationDavid Robillard1-1/+1
2015-10-08Sord 0.14.0David Robillard1-1/+1
2015-10-05Fix test suite on POSIXDavid Robillard1-0/+2
2015-10-05Fix test suite on WindowsDavid Robillard1-4/+9
2015-10-04Add option to avoid gcovDavid Robillard1-4/+4
2015-10-03Fix using sordi with stdinDavid Robillard1-0/+4
2015-09-10Fix crash caused by multiple deletion of datatype nodes.David Robillard1-1/+1
2015-09-10Fix minor memory leak in sordi.David Robillard1-3/+3
2014-12-18Upgrade to waf 1.8.5.David Robillard1-1/+1
2014-12-16Fix compilation on compilers that do not support -pthread flag (#987).David Robillard1-1/+13
2014-11-22Fix compilation without PCRE.David Robillard1-1/+4
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard1-1/+1
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-1/+1
2014-08-08Sord 0.12.2.David Robillard1-1/+1
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+3
2014-03-17Explicitly pass -pthread flag when PCRE is present to work around broken PCRE...David Robillard1-1/+4
2013-08-20Remove unused membersDavid Robillard1-1/+1
2013-02-18Bump version (Sord 0.12.0).David Robillard1-1/+1
2013-01-14Add convenient numeric constructors for decimal and integer literals.David Robillard1-1/+1
2012-10-14Sord 0.10.4David Robillard1-1/+1
2012-09-10Oops.David Robillard1-1/+1
2012-09-10Support parallel installable debug libraries.David Robillard1-6/+2
2012-09-10Tidy up wscript.David Robillard1-42/+25
2012-09-09Implement better data type validation in sord_validate conformant with the XS...David Robillard1-1/+1
2012-08-25Install sord_validate man page (fix #852).David Robillard1-3/+3
2012-08-23Sord 0.10.0David Robillard1-2/+2
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard1-1/+1
2012-08-09Compile when a C++ compiler is not present.David Robillard1-10/+17
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-6/+1
2012-08-08Fix --static-progs.David Robillard1-1/+1
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Add configure options --no-utils, --no-shared, and --static-progs.David Robillard1-18/+34
2012-08-08Tidy up wscript.David Robillard1-24/+24
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-4/+3
2012-08-02Clean up wscript.David Robillard1-1/+0
2012-07-09Improve documentation style.David Robillard1-21/+3
2012-07-05Add error callback to world for custom error reporting.David Robillard1-1/+1
2012-05-12sordmm.hpp: Add indices and graphs parameters to Model constructor.David Robillard1-1/+1
2012-04-18Fix absolute path in documentation.David Robillard1-2/+2
2012-04-18Bump version and update ChangeLog.David Robillard1-1/+1
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard1-9/+11