Posts

Sord 0.12.2

Sord 0.12.2 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Fix iteration over an entire graph (* * * graph)
  • Update to waf 1.7.16
  • sordmm.hpp: Remove unused members

Sord 0.12.0

Sord 0.12.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Add sord_get() for easily getting single property values
  • Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  • sord_validate: Pass type check when range is xsd:anyURI and value is a URI
  • sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
  • sordmm.hpp: Add Node::to_serd_node()
  • sordmm.hpp: Add convenient constructors for decimal and integer literals
  • sordmm.hpp: Don't automatically add RDF namespace prefix to world

Sord 0.10.4

Sord 0.10.4 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Disable timestamps in HTML documentation for reproducible build
  • Fix memory leaks in sord_validate
  • Implement better data type validation in sord_validate conformant with the XSD and OWL specifications
  • Install sord_validate man page

Sord 0.10.0

Sord 0.10.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Add error callback to world for custom error reporting
  • Add option to build utilities as static binaries
  • Do not require a C++ compiler to build
  • Fix various hyper-strict warnings
  • Make all 'zix' symbols private to avoid symbol clashes in static builds
  • Performance and space (per node) improvements
  • Remove problematic "Loaded n statements" output from serdi
  • SSE4.2 accelerated hashing for node interning, where available
  • Strip down API documentation to a single clean page
  • Upgrade to waf 1.7.2
  • sordmm.hpp: Add indices and graphs parameters to Model constructor
  • sordmm.hpp: Correctly handle Sord::Node self-assignment
  • sordmm.hpp: Remove overzealous URI scheme assertion

Sord 0.8.0

Sord 0.8.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Add SordInserter for writing to a model via Serd sink functions.
  • Add convenient sord_search(), sord_ask(), and sord_count()
  • Add sord_iter_get_node()
  • Add sord_new_relative_uri()
  • Add sord_validate tool for validating data against RDF/OWL schemas
  • Fix comparison of typed literals
  • Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  • Refuse to intern relative URIs in sord_new_uri*()
  • Support compilation as C++ under MSVC++.
  • Take advantage of interning in sord_node_equals()
  • Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
  • Use path variables in pkgconfig files

Sord 0.5.0

Sord 0.5.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Add ability to build static library
  • Add function sord_contains for checking for a triple pattern
  • Add function sord_write_iter for writing a queried range
  • Fix Sord::Namespaces::qualify to no longer chop prefixes
  • Remove glib dependency

Sord 0.4.2

Sord 0.4.2 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

Changes:

  • Bump Serd dependency to 0.4.0
  • Fix build system Python 3 compatibility
  • Fix compilation issues on some systems

Sord 0.4.0

Sord 0.4.0 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.

« Page 2 / 2