summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14Clarify NEWS entry.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@277 3d64ff67-21c5-427c-a301-fe4f08042e5a
2013-01-14Add convenient numeric constructors for decimal and integer literals.David Robillard4-4/+37
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@275 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@274 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@273 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-10-14Sord 0.10.4David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@271 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC ↵David Robillard1-0/+0
with --debug or --pardebug). git-svn-id: http://svn.drobilla.net/sord/trunk@270 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@269 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@268 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@267 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard2-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@266 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-10Oops.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@265 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-10Support parallel installable debug libraries.David Robillard3-8/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@264 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-10Tidy up wscript.David Robillard1-42/+25
git-svn-id: http://svn.drobilla.net/sord/trunk@263 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard2-2/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@262 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-09-09Implement better data type validation in sord_validate conformant with the ↵David Robillard5-52/+224
XSD and OWL specifications. Fix memory leaks in sord_validate. git-svn-id: http://svn.drobilla.net/sord/trunk@261 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-25Install sord_validate man page (fix #852).David Robillard2-3/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@260 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Sord 0.10.0David Robillard2-4/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@258 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Update NEWS.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@257 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Fix footer padding.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@256 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-23Remove problematic "Loaded n statements" output from serdi.David Robillard2-3/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@255 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@254 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@253 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Fix void pointer arithmetic.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@252 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Shave 8 bytes off of SordNode.David Robillard2-44/+63
git-svn-id: http://svn.drobilla.net/sord/trunk@251 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Use a single node hash for all types of nodes.David Robillard7-219/+333
Inline nodes in hash table nodes and eliminate key+value pointer overhead. Use SSE 4.2 accelerated node and string hashing when available. git-svn-id: http://svn.drobilla.net/sord/trunk@250 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-09Get rid of language hash and store language inline with nodes.David Robillard2-43/+28
git-svn-id: http://svn.drobilla.net/sord/trunk@249 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard7-117/+275
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-09Print version on -v (and fix dead code).David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@246 3d64ff67-21c5-427c-a301-fe4f08042e5a
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