summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
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
2012-04-18ChangeLog => NEWS.David Robillard1-0/+40
git-svn-id: http://svn.drobilla.net/sord/trunk@219 3d64ff67-21c5-427c-a301-fe4f08042e5a