summaryrefslogtreecommitdiffstats
path: root/src/sord.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-24Minor node comparison performance improvements (fast cases).David Robillard1-13/+10
2011-04-23Fix some memory leaks.David Robillard1-30/+49
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Update copyright headersDavid Robillard1-4/+4
2011-03-08Gracefully handle attempts to add broken quads (fix ticket #640).David Robillard1-1/+4
2011-03-07Sane reference counting semantics.David Robillard1-7/+27
2011-03-07Fix reference counting and memory leaks.David Robillard1-3/+3
2011-03-07Fix literal comparison and memory leaks.David Robillard1-44/+65
2011-02-25Use size_t for string lengths.David Robillard1-3/+3
2011-02-25Update style and switch to 2-clause BSD license.David Robillard1-25/+24
2011-02-16Sord => SordModel.David Robillard1-27/+38
2011-02-16Add world object (to intern nodes and sanely support several models per libra...David Robillard1-39/+77
2011-02-16Simpler and more typical node creation API.David Robillard1-38/+33
2011-02-16Consistent names for node accessors.David Robillard1-2/+2
2011-02-16Remove pointless SordID type.David Robillard1-61/+41
2011-02-16Remove unused node user data.David Robillard1-23/+0
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard1-60/+21
2011-02-04SordTuple => SordQuad.David Robillard1-74/+74
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard1-29/+32
2011-02-04Fix memory leaks.David Robillard1-36/+50
2011-02-04Fix iterating over ranges within a graph.David Robillard1-5/+11
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard1-17/+23
2011-02-01Terser iteration API.David Robillard1-6/+6
2011-01-28Syntax support via Serd.David Robillard1-0/+7
2011-01-27`data' => `buf'.David Robillard1-5/+5
2011-01-27Unify node struct.David Robillard1-88/+44
2011-01-27Remove pointless sord_new_btree.David Robillard1-13/+7
2011-01-27Remove meta struct.David Robillard1-18/+11
2011-01-27Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).David Robillard1-0/+1142