summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-25Separate LV2 path stuff into separate module.David Robillard2-25/+47
2015-01-16Fix documentation paths for waf 1.8.David Robillard1-4/+3
2014-12-18Don't use --no-undefined on OSX.David Robillard1-1/+2
2014-11-27Don't require dot or check for Doxygen twice.David Robillard1-9/+0
2014-11-25Use DEST_OS instead of sys.platform where appropriate.David Robillard1-10/+7
2014-08-08Order history entries by date.David Robillard1-1/+1
2013-12-25Add -Wcast-qual when --ultra-strict is on.David Robillard1-1/+3
2013-03-17Fix package variable name for local packages (fix #892).David Robillard1-1/+1
2013-02-25Make verbose test output optional.David Robillard1-14/+19
2013-02-18Add option to disable documentation versioning.David Robillard1-3/+5
2012-12-23Install API documentation to versioned directory.David Robillard1-2/+4
2012-11-23Strip LIBNAME_DEPRECATED tags from Doxygen documentation.David Robillard1-0/+1
2012-10-14Fix Windows debug flags.David Robillard1-5/+12
2012-09-13Build debuggable library with PDB file under MSVC with --debug or --pardebug.David Robillard1-2/+3
2012-09-13Fix pkg-config checking with --pardebug.David Robillard1-2/+3
2012-09-11Fix pkg-config dependencies when not using --pardebug.David Robillard1-6/+6
2012-09-10Fix typo.David Robillard1-1/+1
2012-09-10Fix mandatory pkg-config checks.David Robillard1-3/+4
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-6/+13
2012-09-10Fix parallel installable debug libraries for C++.David Robillard1-1/+1
2012-09-10Build against parallel-installable debug depdencies if available.David Robillard1-1/+7
2012-09-10Add --pardebug option for parallel-installable debug libraries with 'D' suffix.David Robillard1-1/+30
2012-09-10Use appropriate debug flags for MSVC.David Robillard1-4/+8
2012-09-06Add support for building summary NEWS files for recursive projects.David Robillard1-3/+9
2012-09-06Don't use invalid strict flags on clang.David Robillard1-5/+15
2012-08-10Enable stricter compiler flags.David Robillard1-25/+44
2012-08-08Add autowaf.set_c99_mode().David Robillard1-0/+7
2012-08-06Windows path fixes.David Robillard1-34/+29
2012-07-09Don't run ldconfig when destdir is given as option.David Robillard1-1/+2
2012-07-09Strip Detailed Documentation header from HTML documentation.David Robillard1-0/+1
2012-07-09Add autowawf.build_dir() for getting build dir in top-level and child cases.David Robillard1-4/+47
2012-07-08Fix Python3 compatibility.David Robillard1-1/+1
2012-05-20Allow passing in argument to strip test coverage files.David Robillard1-3/+5
2012-04-17Parse all seeAlso file for generating NEWS, and be more tolerant of flaky rel...David Robillard1-4/+14
2012-02-11Add write_news function for writing NEWS files from Turtle descriptions.David Robillard1-0/+50
2012-02-02Fix default system LV2DIR on Windows.David Robillard1-1/+1
2012-02-01Portability fixes.David Robillard1-8/+8
2012-01-16Don't pass -fshow-column to MSVC.David Robillard1-1/+2
2012-01-16Only call ldconfig once, and never when DESTDIR is set.David Robillard1-4/+8
2011-12-11Fix Python 2.4 compatibility.David Robillard1-24/+26
2011-11-21Apply i18n updates from Paul Davis.David Robillard1-34/+42
2011-11-06Add build_i18n() function and debug_by_default parameter to set_optionsDavid Robillard1-3/+54
2011-10-22Fix building against local librariesDavid Robillard1-0/+2
2011-10-19Fix autowaf.check_pkg when a mandatory check follows an optional checkDavid Robillard1-1/+12
2011-10-15Set MANDIR to correct location (#781)David Robillard1-1/+1
2011-10-15Use variables in pkgconfig paths where possible (#782)David Robillard1-2/+10
2011-10-05Fix multiple package check avoidanceDavid Robillard1-1/+2
2011-09-29Fix build_version_files for python 3David Robillard1-2/+2
2011-09-17Don't always add -fPIC and -DPIC to CFLAGSDavid Robillard1-4/+0
2011-08-23Prepend (not append) local include flags to ensure building against local lib...David Robillard1-1/+1