summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25Python portability (argh...)David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@141 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Sord 0.4.0David Robillard2-2/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@139 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Usual AUTHORS file style.David Robillard1-3/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@138 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Fix case in project name in documentationDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@137 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Add man page and fix sordi help output.David Robillard3-1/+62
git-svn-id: http://svn.drobilla.net/sord/trunk@136 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@135 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Tidy up documentationDavid Robillard1-9/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@134 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
git-svn-id: http://svn.drobilla.net/sord/trunk@133 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Free all nodes on world destruction (fix memory leaks).David Robillard2-1/+14
git-svn-id: http://svn.drobilla.net/sord/trunk@132 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Cleaner serialisation API. Fix partially abbreviated serialisation.David Robillard1-163/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@131 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Cleaner serialisation API.David Robillard2-45/+93
git-svn-id: http://svn.drobilla.net/sord/trunk@130 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add blank ID clash testDavid Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@129 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Improve test coverageDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@128 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Fix crash when input is missingDavid Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@127 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add basic tests to cover sordi code paths.David Robillard1-0/+20
git-svn-id: http://svn.drobilla.net/sord/trunk@126 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Fix removing.David Robillard2-1/+22
git-svn-id: http://svn.drobilla.net/sord/trunk@125 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-20Fix string_to_node incorrect string lengthDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@124 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@123 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-19Update for new Serd API.David Robillard2-25/+31
git-svn-id: http://svn.drobilla.net/sord/trunk@122 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-18Add sordi-i option to select input syntax.David Robillard5-239/+149
Add syntax parameter to sord_write_string and sord_write_file. Remove read functions in favour of sord_new_reader and direct use of SerdReader API. Bump version to 0.3.0. git-svn-id: http://svn.drobilla.net/sord/trunk@121 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Fix return value.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@120 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Add name parameter to sord_read_file_handle (for error messages).David Robillard3-8/+58
Support reading from string parameter or stdin in sordi. git-svn-id: http://svn.drobilla.net/sord/trunk@119 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@118 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-15Remove dead code found by clang static analyserDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@117 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-13Save space by storing a single quad in each index and passing ordering to ↵David Robillard1-52/+53
comparator function rather than permuting the actual quads. git-svn-id: http://svn.drobilla.net/sord/trunk@116 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-13Use standard waf variable names for compiler flags so both independent and ↵David Robillard2-6/+6
recursive builds work correctly. git-svn-id: http://svn.drobilla.net/sord/trunk@115 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-13Tidy.David Robillard3-52/+37
git-svn-id: http://svn.drobilla.net/sord/trunk@114 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-13Remove pointless sord_id_compare function (cruft from disk days).David Robillard1-25/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@113 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-12Performance improvements for sord_node_from_serd_node.David Robillard1-19/+21
git-svn-id: http://svn.drobilla.net/sord/trunk@112 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-12Add base_uri parameter to sord_read_file.David Robillard79-91/+51562
Add sord_write_writer. Use command line base URI in sordi if given. Use correct output style options for output syntax in sordi. Use sord_write_writer in sordi instead of manual writing code. Abbreviate serialised model output for Turtle. Preserve UTF-8 length information for nodes from Serd. Use string lengths not including terminator (match new Serd). Add test suite. git-svn-id: http://svn.drobilla.net/sord/trunk@111 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-12Expose sord_node_from_serd_node.David Robillard5-212/+185
Remove _counted node constructor methods. Use SerdNode directly for equivalent fields in SordNode. git-svn-id: http://svn.drobilla.net/sord/trunk@110 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-12Abbreviate inline blank node objects.David Robillard4-39/+101
git-svn-id: http://svn.drobilla.net/sord/trunk@109 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard4-18/+31
git-svn-id: http://svn.drobilla.net/sord/trunk@108 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-11Preserve serd node flags for pretty serialisation.David Robillard6-29/+55
git-svn-id: http://svn.drobilla.net/sord/trunk@107 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-06Update for new Serd APIDavid Robillard2-16/+15
git-svn-id: http://svn.drobilla.net/sord/trunk@106 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-05Align.David Robillard1-20/+20
git-svn-id: http://svn.drobilla.net/sord/trunk@105 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-05TidyDavid Robillard2-7/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@104 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-02Include Serd flags in pkg-config fileDavid Robillard2-3/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@103 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-30Update for new Serd APIDavid Robillard3-14/+14
git-svn-id: http://svn.drobilla.net/sord/trunk@102 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-30Consistent error messagesDavid Robillard2-15/+15
git-svn-id: http://svn.drobilla.net/sord/trunk@101 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Support parallel installation of different major versionsDavid Robillard3-10/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@100 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Fix warnings.David Robillard1-12/+12
git-svn-id: http://svn.drobilla.net/sord/trunk@99 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Const-correct node API.David Robillard4-31/+34
git-svn-id: http://svn.drobilla.net/sord/trunk@98 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Use size_t for node and triple counts.David Robillard4-11/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@97 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Update documentation.David Robillard1-22/+42
git-svn-id: http://svn.drobilla.net/sord/trunk@96 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Remove redundant search in sord_add.David Robillard1-15/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@95 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Fix uninitialized value crash when reading syntax.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@94 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Fix sordi compilation and installation.David Robillard1-4/+14
git-svn-id: http://svn.drobilla.net/sord/trunk@93 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Remove boost and glibmm dependencies from sordmm.hpp.David Robillard4-30/+75
Add C++ (sordmm.hpp) compilation test. Fix utilities only building with --test. git-svn-id: http://svn.drobilla.net/sord/trunk@92 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Don't hide pointers behind typedefs.David Robillard7-277/+269
git-svn-id: http://svn.drobilla.net/sord/trunk@91 3d64ff67-21c5-427c-a301-fe4f08042e5a