summaryrefslogtreecommitdiffstats
path: root/sord
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Don't hide pointers behind typedefs.David Robillard2-98/+95
2011-04-27Use @c for argument documentation (not @a).David Robillard1-24/+24
2011-04-27Remove unused API.David Robillard1-18/+1
2011-04-27Update for new Serd API.David Robillard1-6/+6
2011-04-27Update for new Serd API.David Robillard1-3/+3
2011-04-23Improve node struct alignmentDavid Robillard1-1/+1
2011-04-22Fix license header (awk oops).David Robillard2-2/+2
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard2-40/+31
2011-04-16Update copyright headersDavid Robillard1-2/+1
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
2011-03-17Improve documentation.David Robillard1-14/+33
2011-03-09We use fully braced blocks 'round these parts.David Robillard1-1/+2
2011-03-09Fix compilation (and hopefully inexplicable revision control craziness...)David Robillard1-2/+2
2011-03-07Tidy.David Robillard1-25/+35
2011-03-07Sane reference counting semantics.David Robillard1-1/+1
2011-03-07Fix literal comparison and memory leaks.David Robillard1-1/+1
2011-02-25Use size_t for string lengths.David Robillard1-3/+3
2011-02-25Use latest documentation style from Serd.David Robillard1-3/+2
2011-02-25Update style and switch to 2-clause BSD license.David Robillard1-143/+246
2011-02-19String reading/writing.David Robillard2-9/+27
2011-02-17Fix Namespaces::qualify.David Robillard1-1/+1
2011-02-16Sord::Resource => Sord::URI (consistency with C API).David Robillard1-11/+11
2011-02-16Make serd.h C++ safe.David Robillard2-0/+531
2011-02-16Sord => SordModel.David Robillard1-19/+28
2011-02-16Add world object (to intern nodes and sanely support several models per libra...David Robillard1-30/+38
2011-02-16Simpler and more typical node creation API.David Robillard1-6/+6
2011-02-16Consistent names for node accessors.David Robillard1-4/+8
2011-02-16Remove pointless SordID type.David Robillard1-39/+23
2011-02-16Remove unnecessary #include <stdio.h>.David Robillard1-1/+0
2011-02-16Tidy.David Robillard1-21/+21
2011-02-16Make SordCount private.David Robillard1-4/+1
2011-02-16Use intptr_t for SordCount.David Robillard1-2/+2
2011-02-16Remove sord_node_get_user_data.David Robillard1-5/+0
2011-02-16Remove unused node user data.David Robillard1-17/+4
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard1-37/+13
2011-02-04SordTuple => SordQuad.David Robillard1-19/+19
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard1-9/+9
2011-02-03Add ability to set blank node prefix for parsing multiple files without confl...David Robillard1-2/+4
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard1-1/+20
2011-02-01Terser iteration API.David Robillard1-2/+2
2011-01-28Syntax support via Serd.David Robillard1-1/+14
2011-01-27Remove cruft about cache.David Robillard1-9/+1
2011-01-27Update documentation.David Robillard1-29/+31
2011-01-27Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).David Robillard1-0/+350