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