summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2020-07-17Be explicit about warningsDavid Robillard1-1/+63
2019-11-10Sord 0.16.4v0.16.4David Robillard1-1/+1
2019-11-09Fix pkg-config dependenciesDavid Robillard1-2/+3
2019-11-02Update autowafDavid Robillard1-0/+5
2019-10-23Only disable tests for MSVC debug buildsDavid Robillard1-2/+3
2019-10-17Disable tests on WindowsDavid Robillard1-0/+4
These don't work, and I don't care enough to waste time fixing it since sord is due to be replaced anyway.
2019-10-17Update autowafDavid Robillard1-3/+2
2019-10-17Remove use of autowaf.defineDavid Robillard1-3/+3
2019-04-21Update autowafDavid Robillard1-12/+12
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-97/+64
2018-09-16Clean up wscriptDavid Robillard1-20/+18
2018-07-22Sord 0.16.2v0.16.2David Robillard1-2/+2
2018-07-22Use serd_freeDavid Robillard1-1/+1
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-06Remove snprintf define hack for WindowsDavid Robillard1-1/+1
No longer necessary with Windows 10 and MSVS 2017
2017-12-29Use clang-format for lintingDavid Robillard1-1/+13
2017-12-29Upgrade to waf 2.0.3David Robillard1-4/+5
2017-12-16Fix various minor style issuesDavid Robillard1-1/+1
2017-12-16Use valid statement for test snippetDavid Robillard1-1/+1
2017-12-16Print which libraries will be built in configuration summaryDavid Robillard1-0/+2
2017-12-16Clean up waf optionsDavid Robillard1-9/+10
2017-12-16Update wafDavid Robillard1-1/+0
2017-02-12Fix link warning on clangDavid Robillard1-1/+2
2017-01-28Update sord_validate copyright noticeDavid Robillard1-1/+1
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
Also clarify formerly ambiguous documentation, and add sord_node_get_string_measured to get both byte and character counts. Technically, this breaks behaviour, but most (if not all) existing code that uses this function was actually expecting a byte count. This is unsurprising since a UTF-8 character count is almost always useless. This approach causes less problems in reality, since it fixes broken behaviour in the wild without requiring any changes in user code.
2015-10-08Fix documentation generationDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@342 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-08Sord 0.14.0David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@340 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-05Fix test suite on POSIXDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@337 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-05Fix test suite on WindowsDavid Robillard1-4/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@336 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-04Add option to avoid gcovDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@334 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Fix using sordi with stdinDavid Robillard1-0/+4
Improve test coverage (100% of sordi.c). git-svn-id: http://svn.drobilla.net/sord/trunk@332 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-09-10Fix crash caused by multiple deletion of datatype nodes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@329 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-09-10Fix minor memory leak in sordi.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-12-18Upgrade to waf 1.8.5.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@321 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-12-16Fix compilation on compilers that do not support -pthread flag (#987).David Robillard1-1/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@318 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-11-22Fix compilation without PCRE.David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@317 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-08-08Sord 0.12.2.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@304 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@303 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-03-17Explicitly pass -pthread flag when PCRE is present to work around broken ↵David Robillard1-1/+4
PCRE installs. git-svn-id: http://svn.drobilla.net/sord/trunk@294 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-08-20Remove unused membersDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@289 3d64ff67-21c5-427c-a301-fe4f08042e5a