summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-04-27Use @c for argument documentation (not @a).David Robillard1-24/+24
git-svn-id: http://svn.drobilla.net/sord/trunk@90 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Remove unused API.David Robillard3-135/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@89 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Fix memory leaks.David Robillard3-6/+17
git-svn-id: http://svn.drobilla.net/sord/trunk@88 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Update for new Serd API.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@87 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Update for new Serd API.David Robillard3-35/+35
git-svn-id: http://svn.drobilla.net/sord/trunk@86 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-24Minor node comparison performance improvements (fast cases).David Robillard1-13/+10
git-svn-id: http://svn.drobilla.net/sord/trunk@85 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-23Improve node struct alignmentDavid Robillard3-6/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@84 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-23Fix some memory leaks.David Robillard2-36/+58
git-svn-id: http://svn.drobilla.net/sord/trunk@83 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-23Fix './waf test'David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@82 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Fix license header (awk oops).David Robillard7-7/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@81 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Upgrade to waf 1.6.4 and autowaf r43David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@80 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Fix compilation with unit tests enabled.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@79 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Upgrade to waf 1.6.4David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@78 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less ↵David Robillard8-160/+97
obnoxious lawyer noise). git-svn-id: http://svn.drobilla.net/sord/trunk@77 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-20Remove use of Python 2.6 syntaxDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@76 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-16Update copyright headersDavid Robillard5-15/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@75 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@74 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-28Update waf (use standard LV2_PATH on Windows)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@73 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-28Fix sord_file_uri_to_path on Windows.David Robillard1-1/+8
Print error messages on various parsing failures. git-svn-id: http://svn.drobilla.net/sord/trunk@72 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-27Update waf (working windows version)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@71 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-27Update wafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@70 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-27Update waf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@69 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-19Fix references to old license.David Robillard1-3/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@68 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Use new style waf build API.David Robillard1-34/+38
git-svn-id: http://svn.drobilla.net/sord/trunk@67 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@66 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Fix indentation.David Robillard1-90/+90
git-svn-id: http://svn.drobilla.net/sord/trunk@65 3d64ff67-21c5-427c-a301-fe4f08042e5a