summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-26Update zixDavid Robillard7-35/+144
2020-07-17Update zixDavid Robillard5-53/+181
Fixes an issue introduced by 616517f among various other minor things.
2020-07-17Fix potential string null termination issueDavid Robillard1-1/+1
2020-07-17Modernize compiler version checkDavid Robillard1-1/+1
Avoids a warning on compilers where __GNUC__ is not defined.
2020-07-17Add missing break statementDavid Robillard1-0/+1
Completely redundant in this case, but avoids a warning.
2020-07-17Fix accidental use of comma operatorDavid Robillard1-1/+1
2020-07-17Remove dead codeDavid Robillard3-6/+1
2020-07-17Add missing static specifiersDavid Robillard1-3/+3
2020-07-17Fix incorrect printf format specifiersDavid Robillard3-7/+29
2020-07-17Fix crash with optimized builds with GCC 10.1.0David Robillard1-1/+1
2018-09-17Remove unused parameter namesDavid Robillard1-1/+1
2018-01-06Fix build with MSVCDavid Robillard1-1/+1
2017-12-29Remove invalid double free testDavid Robillard1-12/+0
2017-12-29Remove const in function declarationDavid Robillard1-1/+1
2017-12-29Remove pointless castDavid Robillard1-1/+1
2017-12-29Fix inconsistent parameter namesDavid Robillard2-94/+95
2017-12-16Check contents in string testsDavid Robillard1-0/+4
2017-12-16Fix various minor style issuesDavid Robillard2-19/+31
2017-12-16Update BTreeDavid Robillard4-23/+32
2017-04-14Fix missing NULL terminator in literal testDavid Robillard1-1/+1
2017-02-07Fix functional properties with blank nodesDavid Robillard1-6/+28
2017-02-07Add support for maximum cardinalityDavid Robillard1-0/+15
2017-02-07Use consistent error formatDavid Robillard1-42/+44
2017-02-07Fix restriction count reportingDavid Robillard1-4/+5
2017-01-28Update sord_validate copyright noticeDavid Robillard1-1/+1
2017-01-03Always escape file URIsDavid Robillard2-2/+2
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard2-4/+3
2016-09-19Fix compilation as C++David Robillard1-29/+30
2016-09-18Update copyright datesDavid Robillard8-10/+10
2016-09-18Correctly report write errorsDavid Robillard1-31/+22
2016-09-18Fix test suite memory leaksDavid Robillard1-0/+5
2016-09-18Fix erasing default graph iteratorsDavid Robillard2-3/+4
2016-09-06Do proper comparison for numeric property boundsDavid Robillard1-41/+42
Allow xsd:decimal values for xsd:double properties
2016-07-31Fix compilation with C++David Robillard1-1/+1
2016-07-11Fix doxygen warningsDavid Robillard1-0/+4
2016-07-11Improve test coverageDavid Robillard1-0/+15
2016-07-11Remove pointless assertionDavid Robillard1-1/+0
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-3/+2
2016-03-17Return NULL from sord_iter_get for end iteratorsDavid Robillard1-1/+3
2016-03-15Make sord_node_get_counted return byte countDavid Robillard2-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-04Return inserter error when node can not be writtenDavid Robillard1-0/+4
2015-10-08Improve test coverageDavid Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@338 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-04Improve test coverageDavid Robillard5-33/+81
git-svn-id: http://svn.drobilla.net/sord/trunk@335 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Show sordi errors in standard formatDavid Robillard1-12/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@333 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Fix using sordi with stdinDavid Robillard1-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-03Improve test coverageDavid Robillard2-15/+99
git-svn-id: http://svn.drobilla.net/sord/trunk@331 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-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-03-28sord_validate: Warn about properties with no label.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@327 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-03-07Fix iteration during erase.David Robillard1-4/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@326 3d64ff67-21c5-427c-a301-fe4f08042e5a