summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-09Fix some const correctness violations (found by -Wcast-qual).David Robillard1-13/+13
Alas, not all... being truly clean of this warning would mean an API change. git-svn-id: http://svn.drobilla.net/sord/trunk@245 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard4-39/+39
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/sord/trunk@244 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-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-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@238 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@237 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@236 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@235 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-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@232 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-09Improve documentation style.David Robillard5-187/+441
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/sord/trunk@231 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-09Improve INSTALL file.David Robillard1-17/+41
git-svn-id: http://svn.drobilla.net/sord/trunk@230 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@229 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-06Don't print nonexistent file/line information in error messages.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@228 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-06Fix uninitialized values.David Robillard1-4/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@227 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-07-05Add error callback to world for custom error reporting.David Robillard4-11/+55
git-svn-id: http://svn.drobilla.net/sord/trunk@226 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@225 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-17Fix compilation with --test.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@224 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-13Correctly handle Sord::Node self-assignment.David Robillard2-5/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@223 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-05-12sordmm.hpp: Add indices and graphs parameters to Model constructor.David Robillard3-9/+18
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 Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@220 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-04-18ChangeLog => NEWS.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@219 3d64ff67-21c5-427c-a301-fe4f08042e5a
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