summaryrefslogtreecommitdiffstats
path: root/src/sordi.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Use size_t for node and triple counts.David Robillard1-1/+1
2011-04-27Remove boost and glibmm dependencies from sordmm.hpp.David Robillard1-1/+1
2011-04-27Don't hide pointers behind typedefs.David Robillard1-12/+12
2011-04-27Update for new Serd API.David Robillard1-8/+8
2011-04-23Improve node struct alignmentDavid Robillard1-1/+1
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-19Fix references to old license.David Robillard1-3/+2
2011-02-25Update style and switch to 2-clause BSD license.David Robillard1-16/+24
2011-02-16Sord => SordModel.David Robillard1-2/+2
2011-02-16Add world object (to intern nodes and sanely support several models per libra...David Robillard1-2/+3
2011-02-16Remove pointless SordID type.David Robillard1-2/+3
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard1-2/+1
2011-02-04SordTuple => SordQuad.David Robillard1-4/+4
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard1-3/+3
2011-02-03Add ability to set blank node prefix for parsing multiple files without confl...David Robillard1-1/+1
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard1-1/+1
2011-02-01Terser iteration API.David Robillard1-1/+1
2011-01-29Tidy.David Robillard1-8/+3
2011-01-28Syntax support via Serd.David Robillard1-0/+166