summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
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
2014-12-16Fix compilation on compilers that do not support -pthread flag (#987).David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@318 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-11-03Fix bugs with stores that contain both graphs and default graph statements.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@315 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-27Add note about change to API semantics.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@311 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-08-08Sord 0.12.2.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@304 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-07-15Fix iteration over an entire graph (* * * graph).David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@296 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-08-20Upgrade to waf 1.7.11.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@290 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-08-20Remove unused membersDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@289 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-02-18Bump version (Sord 0.12.0).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@287 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-02-03Update NEWS.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@283 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-02-02sord_validate: Pass type check when range is xsd:anyURI and value is a URI.David Robillard1-1/+3
sord_validate: Support any subClassOf rdf:Property, not just baked-in ones. git-svn-id: http://svn.drobilla.net/sord/trunk@281 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Add sord_node_get() for easily getting single property values.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@280 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Add Node::to_serd_node().David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@279 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Don't automatically add RDF namespace prefix to world.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@278 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Clarify NEWS entry.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@277 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Add convenient numeric constructors for decimal and integer literals.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@273 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-10-14Sord 0.10.4David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@271 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@262 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-09Implement better data type validation in sord_validate conformant with the ↵David Robillard1-2/+5
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-25Install sord_validate man page (fix #852).David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@260 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Sord 0.10.0David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@258 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Update NEWS.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@257 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Remove problematic "Loaded n statements" output from serdi.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@255 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Use a single node hash for all types of nodes.David Robillard1-0/+1
Inline nodes in hash table nodes and eliminate key+value pointer overhead. Use SSE 4.2 accelerated node and string hashing when available. git-svn-id: http://svn.drobilla.net/sord/trunk@250 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-05Add error callback to world for custom error reporting.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@226 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-13Correctly handle Sord::Node self-assignment.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@223 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-12sordmm.hpp: Add indices and graphs parameters to Model constructor.David Robillard1-0/+7
sordmm.hpp: Remove overzealous URI scheme assertion. git-svn-id: http://svn.drobilla.net/sord/trunk@222 3d64ff67-21c5-427c-a301-fe4f08042e5a