Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.5KB

  1. sord (0.13.0) unstable;
  2. * Reduce memory usage and increase performance with a better data structure
  3. * Add sord_erase() for erasing statements via an iterator.
  4. -- David Robillard <d@drobilla.net> Wed, 24 Sep 2014 14:58:49 -0400
  5. sord (0.12.2) stable;
  6. * Fix iteration over an entire graph (* * * graph)
  7. * sordmm.hpp: Remove unused members
  8. * Update to waf 1.7.16
  9. -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:03:02 -0400
  10. sord (0.12.0) stable;
  11. * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  12. * Add sord_get() for easily getting single property values
  13. * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
  14. * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
  15. * sordmm.hpp: Add convenient constructors for decimal and integer literals
  16. * sordmm.hpp: Add Node::to_serd_node()
  17. * sordmm.hpp: Don't automatically add RDF namespace prefix to world
  18. -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
  19. sord (0.10.4) stable;
  20. * Implement better data type validation in sord_validate conformant with
  21. the XSD and OWL specifications
  22. * Fix memory leaks in sord_validate
  23. * Install sord_validate man page
  24. * Disable timestamps in HTML documentation for reproducible build
  25. -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
  26. sord (0.10.0) stable;
  27. * Add error callback to world for custom error reporting
  28. * Performance and space (per node) improvements
  29. * SSE4.2 accelerated hashing for node interning, where available
  30. * Make all 'zix' symbols private to avoid symbol clashes in static builds
  31. * Remove problematic "Loaded n statements" output from serdi
  32. * Strip down API documentation to a single clean page
  33. * Fix various hyper-strict warnings
  34. * Do not require a C++ compiler to build
  35. * Add option to build utilities as static binaries
  36. * Upgrade to waf 1.7.2
  37. * sordmm.hpp: Add indices and graphs parameters to Model constructor
  38. * sordmm.hpp: Remove overzealous URI scheme assertion
  39. * sordmm.hpp: Correctly handle Sord::Node self-assignment
  40. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
  41. sord (0.8.0) stable;
  42. * Use path variables in pkgconfig files
  43. * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  44. * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
  45. * Fix comparison of typed literals
  46. * Take advantage of interning in sord_node_equals()
  47. * Support compilation as C++ under MSVC++.
  48. * Add sord_iter_get_node()
  49. * Refuse to intern relative URIs in sord_new_uri*()
  50. * Add sord_new_relative_uri()
  51. * Add SordInserter for writing to a model via Serd sink functions.
  52. * Add convenient sord_search(), sord_ask(), and sord_count()
  53. * Add sord_validate tool for validating data against RDF/OWL schemas
  54. -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
  55. sord (0.5.0) stable;
  56. * Remove glib dependency
  57. * Add function sord_contains for checking for a triple pattern
  58. * Add function sord_write_iter for writing a queried range
  59. * Fix Sord::Namespaces::qualify to no longer chop prefixes
  60. * Add ability to build static library
  61. -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
  62. sord (0.4.2) stable;
  63. * Fix compilation issues on some systems
  64. * Fix build system Python 3 compatibility
  65. * Bump Serd dependency to 0.4.0
  66. -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
  67. sord (0.4.0) stable;
  68. * Initial release
  69. -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400