summaryrefslogtreecommitdiffstats
path: root/src/sord.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-03Improve test coverageDavid Robillard1-14/+9
2015-09-10Fix crash caused by multiple deletion of datatype nodes.David Robillard1-1/+1
2015-03-07Fix iteration during erase.David Robillard1-4/+16
2014-12-18Fix deleting statements with no graph.David Robillard1-1/+1
2014-11-03Fix bugs with stores that contain both graphs and default graph statements.David Robillard1-1/+1
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard1-9/+49
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-78/+42
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-5/+5
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-08Fix some const-correctness violations.David Robillard1-2/+2
2014-07-15Fix iteration over an entire graph (* * * graph).David Robillard1-6/+10
2013-02-18Fix reference counting semantics of sord_get().David Robillard1-6/+6
2013-02-18Update copyright year where appropriate.David Robillard1-1/+1
2013-01-14Add sord_node_get() for easily getting single property values.David Robillard1-0/+25
2012-08-10Shave 8 bytes off of SordNode.David Robillard1-39/+46
2012-08-10Use a single node hash for all types of nodes.David Robillard1-144/+85
2012-08-09Get rid of language hash and store language inline with nodes.David Robillard1-38/+23
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard1-4/+7
2012-08-09Fix some const correctness violations (found by -Wcast-qual).David Robillard1-13/+13
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-16/+16
2012-07-06Don't print nonexistent file/line information in error messages.David Robillard1-1/+1
2012-07-06Fix uninitialized values.David Robillard1-4/+6
2012-07-05Add error callback to world for custom error reporting.David Robillard1-10/+41
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard1-0/+38
2012-03-18Fix rusty comment.David Robillard1-2/+1
2012-03-09Add sord_new_relative_uri().David Robillard1-0/+20
2012-03-08Refuse to intern relative URIs in sord_new_uri*().David Robillard1-1/+5
2012-03-03Add sord_iter_get_node().David Robillard1-0/+6
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-16Support compilation as C++ under MSVC++.David Robillard1-29/+35
2012-01-14Lint.David Robillard1-34/+59
2012-01-05Fix comparison of typed literals.David Robillard1-13/+17
2011-12-12Fix crashes caused by serd passing NULL to the statement callback.David Robillard1-1/+5
2011-09-29Tidy.David Robillard1-41/+42
2011-09-28Tidy.David Robillard1-9/+1
2011-09-28Remove glib dependencyDavid Robillard1-130/+120
2011-06-11Fix potential use of uninitialized valueDavid Robillard1-5/+7
2011-06-09Add sord_contains (ticket #711).David Robillard1-0/+9
2011-05-24Free all nodes on world destruction (fix memory leaks).David Robillard1-0/+13
2011-05-24Fix removing.David Robillard1-1/+2
2011-05-19Update for new Serd API.David Robillard1-7/+5
2011-05-13Save space by storing a single quad in each index and passing ordering to com...David Robillard1-52/+53
2011-05-13Tidy.David Robillard1-27/+34
2011-05-13Remove pointless sord_id_compare function (cruft from disk days).David Robillard1-25/+5
2011-05-12Performance improvements for sord_node_from_serd_node.David Robillard1-19/+21
2011-05-12Add base_uri parameter to sord_read_file.David Robillard1-11/+18
2011-05-12Expose sord_node_from_serd_node.David Robillard1-65/+140
2011-05-12Abbreviate inline blank node objects.David Robillard1-29/+57
2011-05-11Preserve serd node flags for pretty serialisation.David Robillard1-14/+26
2011-04-28Const-correct node API.David Robillard1-16/+17