Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | Make sord_node_get_counted return byte count | David Robillard | 2 | -9/+36 |
2015-12-04 | Return inserter error when node can not be written | David Robillard | 1 | -0/+4 |
2015-10-08 | Improve test coverage | David Robillard | 1 | -1/+2 |
2015-10-04 | Improve test coverage | David Robillard | 5 | -33/+81 |
2015-10-03 | Show sordi errors in standard format | David Robillard | 1 | -12/+16 |
2015-10-03 | Fix using sordi with stdin | David Robillard | 1 | -1/+1 |
2015-10-03 | Improve test coverage | David Robillard | 2 | -15/+99 |
2015-09-10 | Fix crash caused by multiple deletion of datatype nodes. | David Robillard | 1 | -1/+1 |
2015-09-10 | Fix minor memory leak in sordi. | David Robillard | 1 | -0/+1 |
2015-03-28 | sord_validate: Warn about properties with no label. | David Robillard | 1 | -0/+7 |
2015-03-07 | Fix iteration during erase. | David Robillard | 1 | -4/+16 |
2015-02-21 | More extensive validation support in sord_validate. | David Robillard | 1 | -94/+270 |
2014-12-18 | Fix deleting statements with no graph. | David Robillard | 1 | -1/+1 |
2014-12-18 | Fix unlikely tree bugs. | David Robillard | 1 | -2/+7 |
2014-11-22 | Fix compilation as C++. | David Robillard | 1 | -1/+2 |
2014-11-03 | Fix bugs with stores that contain both graphs and default graph statements. | David Robillard | 1 | -1/+1 |
2014-10-03 | Compile cleanly as C++. | David Robillard | 2 | -2/+2 |
2014-09-24 | Add sord_erase() for erasing statements via an iterator. | David Robillard | 4 | -99/+205 |
2014-09-24 | Verify that removing actually succeeds. | David Robillard | 1 | -0/+7 |
2014-09-23 | Fix B-tree on 32-bit systems. | David Robillard | 1 | -30/+31 |
2014-09-23 | Reduce memory usage and increase performance with a better data structure. | David Robillard | 8 | -954/+904 |
2014-09-23 | Fix const-violating casts. | David Robillard | 1 | -4/+4 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 3 | -26/+26 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -10/+10 |
2014-08-08 | Update copyright dates. | David Robillard | 3 | -3/+3 |
2014-08-08 | Fix some const-correctness violations. | David Robillard | 3 | -9/+9 |
2014-07-15 | Fix iteration over an entire graph (* * * graph). | David Robillard | 1 | -6/+10 |
2013-02-18 | Fix reference counting semantics of sord_get(). | David Robillard | 1 | -6/+6 |
2013-02-18 | Update copyright year where appropriate. | David Robillard | 3 | -5/+5 |
2013-02-02 | sord_validate: Pass type check when range is xsd:anyURI and value is a URI. | David Robillard | 1 | -13/+26 |
2013-01-14 | Add sord_node_get() for easily getting single property values. | David Robillard | 2 | -0/+41 |
2012-09-09 | Implement better data type validation in sord_validate conformant with the XS... | David Robillard | 1 | -40/+186 |
2012-08-23 | Remove problematic "Loaded n statements" output from serdi. | David Robillard | 1 | -3/+0 |
2012-08-10 | Fix void pointer arithmetic. | David Robillard | 1 | -7/+8 |
2012-08-10 | Shave 8 bytes off of SordNode. | David Robillard | 2 | -44/+63 |
2012-08-10 | Use a single node hash for all types of nodes. | David Robillard | 6 | -219/+332 |
2012-08-09 | Get rid of language hash and store language inline with nodes. | David Robillard | 2 | -43/+28 |
2012-08-09 | Hide zix symbols (fix static builds with lilv). | David Robillard | 6 | -116/+274 |
2012-08-09 | Print version on -v (and fix dead code). | David Robillard | 1 | -0/+2 |
2012-08-09 | Fix some const correctness violations (found by -Wcast-qual). | David Robillard | 1 | -13/+13 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 4 | -39/+39 |
2012-07-06 | Don't print nonexistent file/line information in error messages. | David Robillard | 1 | -1/+1 |
2012-07-06 | Fix uninitialized values. | David Robillard | 1 | -4/+6 |
2012-07-05 | Add error callback to world for custom error reporting. | David Robillard | 1 | -10/+41 |
2012-05-17 | Fix compilation with --test. | David Robillard | 1 | -1/+1 |
2012-04-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2012-04-13 | Add -l option to sord_validator for printing each error on a single line. Us... | David Robillard | 1 | -10/+24 |
2012-04-06 | Fix compilation as C++. | David Robillard | 1 | -30/+29 |
2012-03-30 | Add convenient sord_search(), sord_ask(), and sord_count(). | David Robillard | 4 | -11/+449 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |