summaryrefslogtreecommitdiffstats
path: root/src/sord_internal.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Expose sord_node_from_serd_node.David Robillard1-8/+5
2011-05-12Abbreviate inline blank node objects.David Robillard1-7/+8
2011-05-11Preserve serd node flags for pretty serialisation.David Robillard1-6/+7
2011-05-05TidyDavid Robillard1-5/+5
2011-04-28Use size_t for node and triple counts.David Robillard1-3/+1
2011-04-27Don't hide pointers behind typedefs.David Robillard1-3/+3
2011-04-27Fix memory leaks.David Robillard1-0/+3
2011-04-23Improve node struct alignmentDavid Robillard1-4/+4
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-02-25Update style and switch to 2-clause BSD license.David Robillard1-20/+28
2011-02-16Tidy.David Robillard1-1/+1
2011-02-16Make SordCount private.David Robillard1-0/+2
2011-02-16Remove unused node user data.David Robillard1-7/+6
2011-02-04SordTuple => SordQuad.David Robillard1-1/+1
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard1-1/+4
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard1-0/+34