summaryrefslogtreecommitdiffstats
path: root/src/sord.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16Switch to external zix dependencyDavid Robillard1-117/+137
2022-09-08Fix accidentally exposed internal zix symbolsDavid Robillard1-1/+1
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-18Switch to meson build systemDavid Robillard1-1/+1
2022-07-17Fix conversion warningsDavid Robillard1-1/+1
2022-07-17Fix unused parameter warningsDavid Robillard1-0/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-823/+838
2020-12-16Clean up includesDavid Robillard1-10/+16
2020-12-01Add an assertion that the world is not null on node destructionDavid Robillard1-0/+3
2020-11-11Fix filtering query modesDavid Robillard1-1/+18
2020-11-11Fix flaky literal comparisonDavid Robillard1-14/+37
2020-11-11Fix another unsigned integer underflowDavid Robillard1-1/+1
2020-11-11Fix unsigned integer underflowDavid Robillard1-1/+1
2020-09-26Update zixDavid Robillard1-1/+1
2020-07-17Update zixDavid Robillard1-1/+1
2020-07-17Fix potential string null termination issueDavid Robillard1-1/+1
2020-07-17Add missing break statementDavid Robillard1-0/+1
2020-07-17Fix accidental use of comma operatorDavid Robillard1-1/+1
2020-07-17Remove dead codeDavid Robillard1-3/+0
2020-07-17Fix incorrect printf format specifiersDavid Robillard1-1/+8
2018-01-06Fix build with MSVCDavid Robillard1-1/+1
2017-12-29Remove pointless castDavid Robillard1-1/+1
2017-12-29Fix inconsistent parameter namesDavid Robillard1-90/+91
2017-12-16Fix various minor style issuesDavid Robillard1-13/+25
2016-09-18Fix erasing default graph iteratorsDavid Robillard1-1/+1
2016-07-31Fix compilation with C++David Robillard1-1/+1
2016-07-11Remove pointless assertionDavid Robillard1-1/+0
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-3/+2
2016-03-17Return NULL from sord_iter_get for end iteratorsDavid Robillard1-1/+3
2016-03-15Make sord_node_get_counted return byte countDavid Robillard1-2/+12
2015-10-04Improve test coverageDavid Robillard1-14/+14
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