Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-16 | Update BTree | David Robillard | 4 | -23/+32 | |
2017-04-14 | Fix missing NULL terminator in literal test | David Robillard | 1 | -1/+1 | |
2017-02-07 | Fix functional properties with blank nodes | David Robillard | 1 | -6/+28 | |
2017-02-07 | Add support for maximum cardinality | David Robillard | 1 | -0/+15 | |
2017-02-07 | Use consistent error format | David Robillard | 1 | -42/+44 | |
2017-02-07 | Fix restriction count reporting | David Robillard | 1 | -4/+5 | |
2017-01-28 | Update sord_validate copyright notice | David Robillard | 1 | -1/+1 | |
2017-01-03 | Always escape file URIs | David Robillard | 2 | -2/+2 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 2 | -4/+3 | |
2016-09-19 | Fix compilation as C++ | David Robillard | 1 | -29/+30 | |
2016-09-18 | Update copyright dates | David Robillard | 8 | -10/+10 | |
2016-09-18 | Correctly report write errors | David Robillard | 1 | -31/+22 | |
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-06 | Do proper comparison for numeric property bounds | David Robillard | 1 | -41/+42 | |
Allow xsd:decimal values for xsd:double properties | |||||
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -1/+1 | |
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 | Fix construction of URIs with UTF-8 characters | David Robillard | 1 | -3/+2 | |
2016-03-17 | Return NULL from sord_iter_get for end iterators | David Robillard | 1 | -1/+3 | |
2016-03-15 | Make sord_node_get_counted return byte count | David Robillard | 2 | -9/+36 | |
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 | 1 | -0/+4 | |
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-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-03 | Show sordi errors in standard format | David Robillard | 1 | -12/+16 | |
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 | 1 | -1/+1 | |
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 | 2 | -15/+99 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@331 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 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-03-28 | sord_validate: Warn about properties with no label. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@327 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-03-07 | Fix iteration during erase. | David Robillard | 1 | -4/+16 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@326 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-02-21 | More extensive validation support in sord_validate. | David Robillard | 1 | -94/+270 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@324 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-12-18 | Fix deleting statements with no graph. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@320 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-12-18 | Fix unlikely tree bugs. | David Robillard | 1 | -2/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@319 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-11-22 | Fix compilation as C++. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@316 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-11-03 | Fix bugs with stores that contain both graphs and default graph statements. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@315 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-10-03 | Compile cleanly as C++. | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@314 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-24 | Add sord_erase() for erasing statements via an iterator. | David Robillard | 4 | -99/+205 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-24 | Verify that removing actually succeeds. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@309 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-23 | Fix B-tree on 32-bit systems. | David Robillard | 1 | -30/+31 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@308 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-23 | Reduce memory usage and increase performance with a better data structure. | David Robillard | 8 | -954/+904 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-23 | Fix const-violating casts. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@306 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 3 | -26/+26 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@301 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@300 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Update copyright dates. | David Robillard | 3 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@298 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Fix some const-correctness violations. | David Robillard | 3 | -9/+9 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@297 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-07-15 | Fix iteration over an entire graph (* * * graph). | David Robillard | 1 | -6/+10 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@296 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Fix reference counting semantics of sord_get(). | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@286 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Update copyright year where appropriate. | David Robillard | 3 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@284 3d64ff67-21c5-427c-a301-fe4f08042e5a |