Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-16 | Clean up wscript | David Robillard | 1 | -20/+18 | |
2018-07-22 | Sord 0.16.2v0.16.2 | David Robillard | 1 | -2/+2 | |
2018-07-22 | Use serd_free | David Robillard | 1 | -1/+1 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-06 | Remove snprintf define hack for Windows | David Robillard | 1 | -1/+1 | |
No longer necessary with Windows 10 and MSVS 2017 | |||||
2017-12-29 | Use clang-format for linting | David Robillard | 1 | -1/+13 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -4/+5 | |
2017-12-16 | Fix various minor style issues | David Robillard | 1 | -1/+1 | |
2017-12-16 | Use valid statement for test snippet | David Robillard | 1 | -1/+1 | |
2017-12-16 | Print which libraries will be built in configuration summary | David Robillard | 1 | -0/+2 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -9/+10 | |
2017-12-16 | Update waf | David Robillard | 1 | -1/+0 | |
2017-02-12 | Fix link warning on clang | David Robillard | 1 | -1/+2 | |
2017-01-28 | Update sord_validate copyright notice | David Robillard | 1 | -1/+1 | |
2016-09-19 | Sord 0.16.0v0.16.0 | David Robillard | 1 | -1/+1 | |
2016-09-19 | Avoid write error test unless /dev/full is present | David Robillard | 1 | -7/+9 | |
2016-09-18 | Correctly report write errors | David Robillard | 1 | -0/+8 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -0/+11 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -17/+15 | |
2016-07-09 | Clean up test output | David Robillard | 1 | -5/+8 | |
2016-07-09 | Fix construction of URIs with UTF-8 characters | David Robillard | 1 | -1/+1 | |
2016-03-15 | Make sord_node_get_counted return byte count | David Robillard | 1 | -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-08 | Fix documentation generation | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@342 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-08 | Sord 0.14.0 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@340 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-05 | Fix test suite on POSIX | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@337 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-05 | Fix test suite on Windows | David Robillard | 1 | -4/+9 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@336 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-04 | Add option to avoid gcov | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@334 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-03 | Fix using sordi with stdin | David Robillard | 1 | -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-10 | Fix crash caused by multiple deletion of datatype nodes. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@329 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-09-10 | Fix minor memory leak in sordi. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@321 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-12-16 | Fix compilation on compilers that do not support -pthread flag (#987). | David Robillard | 1 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@318 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-11-22 | Fix compilation without PCRE. | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@317 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-24 | Add sord_erase() for erasing statements via an iterator. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-23 | Reduce memory usage and increase performance with a better data structure. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Sord 0.12.2. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@304 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@303 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-03-17 | Explicitly pass -pthread flag when PCRE is present to work around broken ↵ | David Robillard | 1 | -1/+4 | |
PCRE installs. git-svn-id: http://svn.drobilla.net/sord/trunk@294 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-08-20 | Remove unused members | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@289 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Bump version (Sord 0.12.0). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@287 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-01-14 | Add convenient numeric constructors for decimal and integer literals. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-10-14 | Sord 0.10.4 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@271 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-09-10 | Oops. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@265 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-09-10 | Support parallel installable debug libraries. | David Robillard | 1 | -6/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@264 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-09-10 | Tidy up wscript. | David Robillard | 1 | -42/+25 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@263 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-09-09 | Implement better data type validation in sord_validate conformant with the ↵ | David Robillard | 1 | -1/+1 | |
XSD and OWL specifications. Fix memory leaks in sord_validate. git-svn-id: http://svn.drobilla.net/sord/trunk@261 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-25 | Install sord_validate man page (fix #852). | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@260 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-23 | Sord 0.10.0 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@258 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-08-09 | Hide zix symbols (fix static builds with lilv). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@248 3d64ff67-21c5-427c-a301-fe4f08042e5a |