summaryrefslogtreecommitdiffstats
path: root/autowaf.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23Add src dir -I flag to beginning of CFLAGS to ensure building against local h...David Robillard1-3/+6
2011-07-07Don't automatically check for C and C++ compilers for all projectsDavid Robillard1-8/+15
2011-05-25Make header checks mandatory by defaultDavid Robillard1-1/+1
2011-05-25Remove header check cacheingDavid Robillard1-14/+9
2011-05-19Don't crash on waf test when lcov is unavailableDavid Robillard1-0/+2
2011-04-28Add support for version suffixes on pkg-config files.David Robillard1-6/+13
2011-04-22Fix documentation install paths.David Robillard1-7/+9
2011-04-22Fix whitespace (PEP8).David Robillard1-405/+405
2011-03-28Use standard LV2_PATH for WindowsDavid Robillard1-0/+7
2011-03-27Fix paths on WindowsDavid Robillard1-2/+12
2011-03-27Improve installation directory options.David Robillard1-88/+74
2011-03-27Don't define -fPIC on Windows (avoid GCC warning).David Robillard1-3/+5
2011-03-16Update for waf 1.6 (without compat15 extra).David Robillard1-21/+8
2011-03-06Python 2/3: Use print('') instead of print() to print an empty line.David Robillard1-6/+6
2011-03-02Use Logs.warn and Logs.error where appropriate.David Robillard1-4/+4
2011-03-02Update print statements for Python3 compatibility.David Robillard1-15/+13
2011-02-17Docstrings first...David Robillard1-1/+1