summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Fix deleting statements with no graph.David Robillard1-1/+1
2014-12-18Fix unlikely tree bugs.David Robillard1-2/+7
2014-11-22Fix compilation as C++.David Robillard1-1/+2
2014-11-03Fix bugs with stores that contain both graphs and default graph statements.David Robillard1-1/+1
2014-10-03Compile cleanly as C++.David Robillard2-2/+2
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard4-99/+205
2014-09-24Verify that removing actually succeeds.David Robillard1-0/+7
2014-09-23Fix B-tree on 32-bit systems.David Robillard1-30/+31
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard8-954/+904
2014-09-23Fix const-violating casts.David Robillard1-4/+4
2014-08-08Use Markdown in doc comments for better source readability.David Robillard3-26/+26
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-10/+10
2014-08-08Update copyright dates.David Robillard3-3/+3
2014-08-08Fix some const-correctness violations.David Robillard3-9/+9
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 Robillard3-5/+5
2013-02-02sord_validate: Pass type check when range is xsd:anyURI and value is a URI.David Robillard1-13/+26
2013-01-14Add sord_node_get() for easily getting single property values.David Robillard2-0/+41
2012-09-09Implement better data type validation in sord_validate conformant with the XS...David Robillard1-40/+186
2012-08-23Remove problematic "Loaded n statements" output from serdi.David Robillard1-3/+0
2012-08-10Fix void pointer arithmetic.David Robillard1-7/+8
2012-08-10Shave 8 bytes off of SordNode.David Robillard2-44/+63
2012-08-10Use a single node hash for all types of nodes.David Robillard6-219/+332
2012-08-09Get rid of language hash and store language inline with nodes.David Robillard2-43/+28
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard6-116/+274
2012-08-09Print version on -v (and fix dead code).David Robillard1-0/+2
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 Robillard4-39/+39
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-05-17Fix compilation with --test.David Robillard1-1/+1
2012-04-17Update copyright date.David Robillard1-1/+1
2012-04-13Add -l option to sord_validator for printing each error on a single line. Us...David Robillard1-10/+24
2012-04-06Fix compilation as C++.David Robillard1-30/+29
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard4-11/+449
2012-03-27Delete trailing whitespace.David Robillard2-2/+2
2012-03-18Add SordInserter for writing to a model via Serd sink functions.David Robillard1-58/+63
2012-03-18Fix rusty comment.David Robillard1-2/+1
2012-03-18Make test blank actually a blank.David Robillard1-1/+1
2012-03-18Always use an absolute base URI.David Robillard1-13/+28
2012-03-09Add sord_new_relative_uri().David Robillard2-0/+38
2012-03-08Fix null test case.David Robillard1-7/+4
2012-03-08Refuse to intern relative URIs in sord_new_uri*().David Robillard1-1/+5
2012-03-03Add sord_iter_get_node().David Robillard2-4/+12
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard3-3/+3
2012-01-16Avoid non-portable %zu.David Robillard1-1/+2
2012-01-16Fix warnings.David Robillard1-4/+4
2012-01-16Support compilation as C++ under MSVC++.David Robillard8-72/+68