summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18Bump version and update ChangeLog.David Robillard2-7/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@218 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-17Update copyright date.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@217 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-17Update copyright dates.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@216 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-17Update to waf 1.6.11 and r67/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@215 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-13Add -l option to sord_validator for printing each error on a single line. ↵David Robillard1-10/+24
Useful in conjunction with grep and friends. git-svn-id: http://svn.drobilla.net/sord/trunk@214 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-13Use standard command synopsis style.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@213 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-06Fix compilation as C++.David Robillard1-30/+29
git-svn-id: http://svn.drobilla.net/sord/trunk@212 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard8-21/+531
Add sord_validate tool for validating data against RDF/OWL schemas. git-svn-id: http://svn.drobilla.net/sord/trunk@211 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-27Delete trailing whitespace.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@210 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-18Add SordInserter for writing to a model via Serd sink functions.David Robillard4-61/+134
git-svn-id: http://svn.drobilla.net/sord/trunk@209 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-18Fix rusty comment.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@208 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-18Make test blank actually a blank.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@207 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-18Always use an absolute base URI.David Robillard1-13/+28
git-svn-id: http://svn.drobilla.net/sord/trunk@206 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-10Use proper URI <=> path conversion.David Robillard1-11/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@205 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-09Add sord_new_relative_uri().David Robillard5-3/+58
git-svn-id: http://svn.drobilla.net/sord/trunk@204 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-08Fix null test case.David Robillard1-7/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@203 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-08Refuse to intern relative URIs in sord_new_uri*().David Robillard3-2/+7
Make sord_iter_get_node() tolerate a NULL iterator. git-svn-id: http://svn.drobilla.net/sord/trunk@202 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-03Add sord_iter_get_node().David Robillard5-5/+21
git-svn-id: http://svn.drobilla.net/sord/trunk@201 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-02-05Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@200 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-02-01Update to r64/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@199 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard4-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@198 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-17Fix syntax errors in man pages.David Robillard1-17/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@197 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Avoid non-portable %zu.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@196 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix warnings.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@195 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Support compilation as C++ under MSVC++.David Robillard11-101/+116
git-svn-id: http://svn.drobilla.net/sord/trunk@194 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Remove unnecessary include.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@193 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Use correct WIN32 define.David Robillard3-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@192 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@191 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix syntax error oops.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@190 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-5/+15
git-svn-id: http://svn.drobilla.net/sord/trunk@188 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@187 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-14Lint.David Robillard4-61/+102
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-05Fix comparison of typed literals.David Robillard3-40/+168
Take advantage of interning in sord_node_equals(). Improve test coverage. git-svn-id: http://svn.drobilla.net/sord/trunk@185 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-23Use serd_file_sink.David Robillard3-17/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@184 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-21Remove locale kludges.David Robillard1-12/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@183 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-12Update ChangeLog.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@182 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-12Fix crashes caused by serd passing NULL to the statement callback.David Robillard2-2/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@181 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-11Fix Python 2.4 compatibility (autowaf r61).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@180 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-09Fix URI <=> filename conversion.David Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@179 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@178 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-11-24Update waf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@177 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@176 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@175 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-15Fix man page installation directory (#781)David Robillard2-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@174 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-15Use path variables in pkgconfig files (#782).David Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@173 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Sord 0.5.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@171 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Remove unused mainpage.doxDavid Robillard1-8/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@170 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Update documentation styleDavid Robillard1-1/+17
git-svn-id: http://svn.drobilla.net/sord/trunk@169 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-9/+11
Windows fixes. git-svn-id: http://svn.drobilla.net/sord/trunk@168 3d64ff67-21c5-427c-a301-fe4f08042e5a