summaryrefslogtreecommitdiffstats
path: root/src/sordi.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Avoid non-portable %zu.David Robillard1-1/+2
2012-01-16Support compilation as C++ under MSVC++.David Robillard1-24/+7
2012-01-16Use correct WIN32 define.David Robillard1-1/+1
2011-12-23Use serd_file_sink.David Robillard1-8/+1
2011-09-29Tidy.David Robillard1-1/+1
2011-05-25Add man page and fix sordi help output.David Robillard1-1/+2
2011-05-24Free all nodes on world destruction (fix memory leaks).David Robillard1-1/+1
2011-05-24Fix crash when input is missingDavid Robillard1-0/+5
2011-05-18Add sordi-i option to select input syntax.David Robillard1-25/+42
2011-05-16Fix return value.David Robillard1-3/+3
2011-05-16Add name parameter to sord_read_file_handle (for error messages).David Robillard1-6/+54
2011-05-15Remove dead code found by clang static analyserDavid Robillard1-1/+1
2011-05-13Tidy.David Robillard1-24/+1
2011-05-12Add base_uri parameter to sord_read_file.David Robillard1-46/+33
2011-05-12Abbreviate inline blank node objects.David Robillard1-3/+25
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-6/+15
2011-05-11Preserve serd node flags for pretty serialisation.David Robillard1-3/+6
2011-04-30Update for new Serd APIDavid Robillard1-1/+1
2011-04-30Consistent error messagesDavid Robillard1-6/+6
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