summaryrefslogtreecommitdiffstats
path: root/src/sord.c
AgeCommit message (Expand)AuthorFilesLines
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