aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@408 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Serd 0.18.2David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@406 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Windows compatibility fixes.David Robillard2-0/+10
git-svn-id: http://svn.drobilla.net/serd/trunk@405 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@404 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@403 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-23Fix serd_node_new_decimal test code.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@402 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-21Fix crash when serd_node_new_decimal is called with infinity or NaN.David Robillard3-3/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-12-20Fix crash when resolving against non-standard base URIs.David Robillard2-5/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@400 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-11-14Fix bug that caused "a" abbreviation in non-predicate position (#862).David Robillard2-2/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@399 490d8e77-9747-427b-9fa3-0b8f29cee8a0
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/serd/trunk@398 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@397 490d8e77-9747-427b-9fa3-0b8f29cee8a0
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/serd/trunk@396 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@395 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@394 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Update to r80/autowaf (Build against parallel-installable debug depdencies ↵David Robillard1-0/+0
if available). git-svn-id: http://svn.drobilla.net/serd/trunk@393 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Update to r79/autowaf (Add --pardebug option for parallel-installable debug ↵David Robillard2-17/+1
libraries with 'D' suffix). git-svn-id: http://svn.drobilla.net/serd/trunk@392 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Build correct debug library names on MSVC.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@391 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Build correct debug library names on MSVC.David Robillard1-5/+14
git-svn-id: http://svn.drobilla.net/serd/trunk@390 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Use name instead of pattern mangling to add D suffix.David Robillard2-2/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@389 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Use correct debug flags for MSVC.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@388 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Add missing import.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@387 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Add D suffix to debug library filenames with MSVC.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@386 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-10Tidy up wscript.David Robillard1-55/+44
git-svn-id: http://svn.drobilla.net/serd/trunk@385 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard4-22/+23
git-svn-id: http://svn.drobilla.net/serd/trunk@384 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-09Fix NEWS syntax.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@383 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard2-1/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@382 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-23Serd 0.18.0David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@380 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-23Update NEWS.David Robillard1-3/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@379 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-23Fix footer padding.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@378 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@377 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@376 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Fix lax prototype.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@375 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard6-23/+22
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/serd/trunk@374 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Fix incorrect prototype.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@373 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-5/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@372 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Consistency.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@371 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Consistency.David Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@370 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Tidy up wscript.David Robillard1-78/+78
git-svn-id: http://svn.drobilla.net/serd/trunk@369 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Fix static build on Windows.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@368 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-08Add --no-shared configure option for doing static-only builds.David Robillard1-23/+40
Add --static-progs configure option for building static binaries. git-svn-id: http://svn.drobilla.net/serd/trunk@367 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@366 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@365 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@364 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@363 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-11/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@362 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-08-02Clean up wscript.David Robillard1-9/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@361 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-17Support digits at start of local names as per new grammar.David Robillard4-1/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@360 490d8e77-9747-427b-9fa3-0b8f29cee8a0
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/serd/trunk@359 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-09Improve documentation style.David Robillard5-180/+434
Update to r71/autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@358 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2012-07-09Improve INSTALL file.David Robillard1-17/+41
git-svn-id: http://svn.drobilla.net/serd/trunk@357 490d8e77-9747-427b-9fa3-0b8f29cee8a0