Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-14 | Fix missing NULL terminator in literal test | David Robillard | 1 | -1/+1 | |
2017-02-12 | Fix link warning on clang | David Robillard | 1 | -1/+2 | |
2017-02-07 | Fix functional properties with blank nodes | David Robillard | 2 | -7/+31 | |
2017-02-07 | Add support for maximum cardinality | David Robillard | 2 | -1/+17 | |
2017-02-07 | Use consistent error format | David Robillard | 2 | -43/+46 | |
2017-02-07 | Fix restriction count reporting | David Robillard | 2 | -6/+7 | |
2017-01-28 | Update sord_validate copyright notice | David Robillard | 3 | -2/+8 | |
2017-01-03 | Always escape file URIs | David Robillard | 2 | -2/+2 | |
2016-10-03 | Avoid unnecessary node copying | David Robillard | 1 | -3/+1 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 2 | -4/+3 | |
2016-09-19 | Sord 0.16.0v0.16.0 | David Robillard | 2 | -3/+3 | |
2016-09-19 | Fix compilation as C++ | David Robillard | 1 | -29/+30 | |
2016-09-19 | Avoid write error test unless /dev/full is present | David Robillard | 1 | -7/+9 | |
2016-09-18 | Update copyright dates | David Robillard | 9 | -11/+11 | |
2016-09-18 | Update documentation style | David Robillard | 1 | -63/+53 | |
2016-09-18 | Correctly report write errors | David Robillard | 2 | -31/+30 | |
2016-09-18 | Fix test suite memory leaks | David Robillard | 1 | -0/+5 | |
2016-09-18 | Fix erasing default graph iterators | David Robillard | 2 | -3/+4 | |
2016-09-10 | Fix cross-links in documentation | David Robillard | 1 | -8/+8 | |
2016-09-06 | Do proper comparison for numeric property bounds | David Robillard | 2 | -43/+47 | |
Allow xsd:decimal values for xsd:double properties | |||||
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-09-05 | Update man pages | David Robillard | 2 | -2/+2 | |
2016-08-27 | Update documentation style | David Robillard | 2 | -213/+454 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 3 | -6/+16 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -1/+1 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 2 | -22/+20 | |
2016-07-11 | Improve test framework | David Robillard | 1 | -5/+5 | |
2016-07-11 | Fix doxygen warnings | David Robillard | 1 | -0/+4 | |
2016-07-11 | Improve test coverage | David Robillard | 1 | -0/+15 | |
2016-07-11 | Remove pointless assertion | David Robillard | 1 | -1/+0 | |
2016-07-09 | Clean up test output | David Robillard | 1 | -5/+8 | |
2016-07-09 | Upgrade to waf 1.8.22 and autowaf 93d0926 | David Robillard | 1 | -7/+7 | |
2016-07-09 | Fix Doxygen warning | David Robillard | 1 | -0/+1 | |
2016-07-09 | Fix construction of URIs with UTF-8 characters | David Robillard | 4 | -6/+6 | |
2016-07-07 | Remove unused variable | David Robillard | 1 | -2/+1 | |
2016-03-17 | Return NULL from sord_iter_get for end iterators | David Robillard | 3 | -3/+8 | |
2016-03-15 | Make sord_node_get_counted return byte count | David Robillard | 5 | -14/+53 | |
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-12-04 | Return inserter error when node can not be written | David Robillard | 2 | -1/+7 | |
2015-10-08 | Fix documentation generation | David Robillard | 3 | -2/+8 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@342 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-08 | Sord 0.14.0 | David Robillard | 2 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@340 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-08 | Update INSTALL file | David Robillard | 2 | -39/+17 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@339 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-08 | Improve test coverage | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@338 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 | Improve test coverage | David Robillard | 5 | -33/+81 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@335 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 | Show sordi errors in standard format | David Robillard | 2 | -13/+18 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@333 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-03 | Fix using sordi with stdin | David Robillard | 3 | -2/+7 | |
Improve test coverage (100% of sordi.c). git-svn-id: http://svn.drobilla.net/sord/trunk@332 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-03 | Improve test coverage | David Robillard | 3 | -16/+101 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@331 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 2 | -8/+10 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@330 3d64ff67-21c5-427c-a301-fe4f08042e5a |