summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2012-08-25Install sord_validate man page (fix #852).David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@260 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Sord 0.10.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@258 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@248 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-09Compile when a C++ compiler is not present.David Robillard1-10/+17
git-svn-id: http://svn.drobilla.net/sord/trunk@247 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-6/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@243 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Fix --static-progs.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@242 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Consistency.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@241 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Add configure options --no-utils, --no-shared, and --static-progs.David Robillard1-18/+34
--static-progs doesn't seem to be working for me for sord for some mysterious reason, but here it is anyway. git-svn-id: http://svn.drobilla.net/sord/trunk@240 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Tidy up wscript.David Robillard1-24/+24
git-svn-id: http://svn.drobilla.net/sord/trunk@239 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-4/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@234 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-02Clean up wscript.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@233 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-09Improve documentation style.David Robillard1-21/+3
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/sord/trunk@231 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-05Add error callback to world for custom error reporting.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@226 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-12sordmm.hpp: Add indices and graphs parameters to Model constructor.David Robillard1-1/+1
sordmm.hpp: Remove overzealous URI scheme assertion. git-svn-id: http://svn.drobilla.net/sord/trunk@222 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-18Fix absolute path in documentation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@220 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-18Bump version and update ChangeLog.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@218 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-30Add convenient sord_search(), sord_ask(), and sord_count().David Robillard1-9/+11
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-18Add SordInserter for writing to a model via Serd sink functions.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@209 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-03-08Refuse to intern relative URIs in sord_new_uri*().David Robillard1-1/+1
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 Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@201 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@198 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Support compilation as C++ under MSVC++.David Robillard1-28/+45
git-svn-id: http://svn.drobilla.net/sord/trunk@194 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-14Lint.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-23Use serd_file_sink.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@184 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-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
2011-09-29Don't build multiple "sordi_static" targets.David Robillard1-26/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@167 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Tidy.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@166 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Bump serd dependency to 0.5.0.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@165 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-28Remove glib dependencyDavid Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@163 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-27Add function sord_write_iter for writing a queried range.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@162 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-17Add ability to build static library.David Robillard1-1/+18
git-svn-id: http://svn.drobilla.net/sord/trunk@160 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-01Fix compilation with --testDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@157 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@152 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-09Update version number and ChangeLog.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@149 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-26Sord 0.4.2David Robillard1-7/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@146 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Only use most basic (portable) Python exception syntaxDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@145 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Fix building pkg-config file on certain mysteriously odd systems.David Robillard1-14/+20
Fix building documentation when part of a recursive build. Bump serd dependency to 0.4.0. git-svn-id: http://svn.drobilla.net/sord/trunk@142 3d64ff67-21c5-427c-a301-fe4f08042e5a
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 Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@139 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Add man page and fix sordi help output.David Robillard1-0/+3
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-24Improve test coverageDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@128 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-18Add sordi-i option to select input syntax.David Robillard1-2/+2
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-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-13Use standard waf variable names for compiler flags so both independent and ↵David Robillard1-4/+4
recursive builds work correctly. git-svn-id: http://svn.drobilla.net/sord/trunk@115 3d64ff67-21c5-427c-a301-fe4f08042e5a