Posts

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

Serd 0.14.0

Serd 0.14.0 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing [Turtle][], [TriG][], [NTriples][], and [NQuads][]. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.

Changes:

  • Add SerdBulkSink for writing bulk output and corresponding serdi -B option
  • Add serd_chunk_sink for easy writing to a string
  • Add serd_file_sink for easy writing to a FILE* stream
  • Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary data via base64 encoding
  • Add serd_node_new_file_uri() and serd_file_uri_parse() and implement proper URI to/from path hex escaping, etc.
  • Add serd_reader_set_default_graph() for reading a file as a named graph
  • Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for locale-independent numeric node parsing/serialising
  • Add serd_uri_serialise_relative() for making URIs relative to a base where possible (by chopping a common prefix and adding dot segments)
  • Add serd_writer_get_env()
  • Add serd_writer_set_root_uri() and corresponding -r option to serdi to enable writing URIs with up references (../)
  • Add serdi -f option to prevent URI qualification
  • Escape ASCII control characters in output (e.g. fix problems with string literals that start with a backspace)
  • Handle a quote as the last character of a long string literal in the writer (by escaping it) rather than the reader, to avoid writing Turtle other tools fail to parse
  • Handle files and strings that start with a UTF-8 Byte Order Mark
  • Implement pretty-printing for collections
  • Improve URI resolution to cover most of the abnormal cases from RFC3986
  • Improve write performance by doing bulk writes for unescaped substrings
  • Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  • Make URIs serialised by the writer properly escape characters
  • Parse collections iteratively in O(1) space
  • Remove use of multi-byte peek (readahead) and use exactly 1 page for read buffer (instead of 2)
  • Report read error if both "genid" and "docid" IDs are found in the same document, to prevent silent merging of distinct blank nodes
  • Report reason for failure to open file in serdi
  • Resolve dot segments in serd_uri_resolve() instead of at write time
  • Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms
  • Support compilation as C++ under MSVC++
  • Support file://localhost/foo URIs in serd_uri_to_path()
  • Tolerate invalid characters in string literals by replacing with the Unicode replacement character
  • Use path variables in pkgconfig files

Serd 0.5.0

Serd 0.5.0 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing [Turtle][], [TriG][], [NTriples][], and [NQuads][]. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.

Changes:

  • Add ability to build static library
  • Add serd_env_set_prefix_from_strings for convenience
  • Add serd_strerror
  • Avoid writing illegal Turtle names as a result of URI qualifying
  • Fix erroneously equal SERD_ERR_BAD_SYNTAX and SERD_ERR_BAD_ARG
  • Fix pretty printing of successive blank descriptions, i.e. "] , ["
  • Gracefully handle NULL reader sinks

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

Serd 0.4.2

Serd 0.4.2 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing [Turtle][], [TriG][], [NTriples][], and [NQuads][]. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.

Changes:

  • Fix build system Python 3 compatibility
  • Fix compilation issues on some systems

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

Serd 0.4.0

Serd 0.4.0 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing [Turtle][], [TriG][], [NTriples][], and [NQuads][]. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded 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 6 / 6