summaryrefslogtreecommitdiffstats
path: root/src/sord_test.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Expose sord_node_from_serd_node.David Robillard1-4/+3
2011-04-28Fix warnings.David Robillard1-12/+12
2011-04-27Don't hide pointers behind typedefs.David Robillard1-19/+19
2011-04-27Remove unused API.David Robillard1-30/+0
2011-04-23Fix some memory leaks.David Robillard1-6/+9
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-2/+2
2011-03-07Sane reference counting semantics.David Robillard1-13/+35
2011-03-07Fix reference counting and memory leaks.David Robillard1-0/+5
2011-03-07Fix literal comparison and memory leaks.David Robillard1-0/+8
2011-02-25Update style and switch to 2-clause BSD license.David Robillard1-16/+24
2011-02-16Sord => SordModel.David Robillard1-5/+5
2011-02-16Add world object (to intern nodes and sanely support several models per libra...David Robillard1-40/+42
2011-02-16Simpler and more typical node creation API.David Robillard1-16/+16
2011-02-16Remove pointless SordID type.David Robillard1-18/+15
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard1-14/+4
2011-02-04SordTuple => SordQuad.David Robillard1-27/+27
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard1-20/+22
2011-02-01Terser iteration API.David Robillard1-7/+7
2011-01-28Syntax support via Serd.David Robillard1-3/+3
2011-01-27Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).David Robillard1-0/+347