summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14Add option to install tool man pagesDavid Robillard1-1/+2
Fix some strange redundant installation bug in the process.
2024-03-14Fix library current_version on MacOSDavid Robillard1-1/+2
2024-01-09Enable clang nullability checksDavid Robillard1-0/+6
2023-10-22Sord 0.16.16v0.16.16David Robillard1-2/+2
2023-09-05Update NEWSDavid Robillard1-1/+2
2022-12-19Allow SORD_API to be defined by the userDavid Robillard1-1/+2
2022-11-29Fix command line help interface of sord_validateDavid Robillard1-1/+2
2022-10-07Override pkg-config dependency within mesonDavid Robillard1-1/+2
2022-10-07Port sord_validate to pcre2David Robillard1-1/+2
2022-10-05Fix dependencies in pkg-config fileDavid Robillard1-0/+6
2022-09-08Sord 0.16.14v0.16.14David Robillard1-2/+2
2022-09-08Fix accidentally exposed internal zix symbolsDavid Robillard1-1/+2
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-1/+2
2022-08-09Allow programs to be used from subprojectDavid Robillard1-0/+6
2022-07-20Make NEWS file readable by dpkg-parsechangelogDavid Robillard1-16/+16
2022-07-18Sord 0.16.12v0.16.12David Robillard1-1/+1
2022-07-18Switch to meson build systemDavid Robillard1-1/+2
2022-07-17Fix unused parameter warningsDavid Robillard1-0/+6
2022-05-26Sord 0.16.10v0.16.10David Robillard1-2/+3
2021-01-12Update zixDavid Robillard1-0/+6
This fixes, once again, a potential BTree crash with GCC 10 which got lost somewhere along the way.
2021-01-07Sord 0.16.8v0.16.8David Robillard1-2/+2
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-1/+2
2020-11-11Update BTreeDavid Robillard1-1/+2
2020-11-11Fix flaky literal comparisonDavid Robillard1-1/+2
2020-11-11Update zixDavid Robillard1-0/+6
2020-09-27Sord 0.16.6David Robillard1-0/+7
2020-09-27Normalise NEWS fileDavid Robillard1-1/+1
2019-11-10Sord 0.16.4v0.16.4David Robillard1-0/+6
2019-11-02Normalise NEWS fileDavid Robillard1-46/+46
2018-07-22Sord 0.16.2v0.16.2David Robillard1-2/+2
2017-02-07Fix functional properties with blank nodesDavid Robillard1-1/+3
2017-02-07Add support for maximum cardinalityDavid Robillard1-1/+2
2017-02-07Use consistent error formatDavid Robillard1-1/+2
2017-02-07Fix restriction count reportingDavid Robillard1-2/+2
2017-01-28Update sord_validate copyright noticeDavid Robillard1-0/+6
2016-09-19Sord 0.16.0v0.16.0David Robillard1-2/+2
2016-09-06Do proper comparison for numeric property boundsDavid Robillard1-2/+5
Allow xsd:decimal values for xsd:double properties
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-1/+2
2016-03-17Return NULL from sord_iter_get for end iteratorsDavid Robillard1-2/+3
2016-03-15Make sord_node_get_counted return byte countDavid Robillard1-2/+4
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-1/+3
2015-10-08Fix documentation generationDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@342 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-08Sord 0.14.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@340 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Show sordi errors in standard formatDavid Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@333 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Fix using sordi with stdinDavid Robillard1-1/+2
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 Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@331 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-10-03Upgrade to waf 1.8.14David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@330 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-09-10Fix crash caused by multiple deletion of datatype nodes.David Robillard1-2/+3
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-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a
2015-02-21More extensive validation support in sord_validate.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@324 3d64ff67-21c5-427c-a301-fe4f08042e5a