summaryrefslogtreecommitdiffstats
path: root/autowaf.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-17Use literal 1.David Robillard1-1/+1
2011-01-22More consistent test console output.David Robillard1-3/+2
2011-01-21Change to build dir once for all test runs.David Robillard1-23/+21
2011-01-20Support running several tests and generating total coverage data.David Robillard1-43/+69
2011-01-20Add option to run tests in valgrind.David Robillard1-1/+6
2011-01-19Support varying source directory layout (should have been in previous commit,...David Robillard1-4/+7
2011-01-19Improve run_tests:David Robillard1-9/+15
2011-01-10Add dependency framework flags when using a local library.David Robillard1-9/+9
2011-01-10Don't cumulatively add all checked headers to every subsequent test.David Robillard1-2/+2
2011-01-10Allow user to pass extra substitution dictionary to build_pc.David Robillard1-2/+2
2011-01-09Fix test coverage generation.David Robillard1-2/+2
2011-01-08Fix test running.David Robillard1-1/+1
2011-01-07Fancier configure output.David Robillard1-1/+4
2010-12-23Add build directory to include path (for e.g. generated include trees).David Robillard1-0/+2
2010-12-17Replace shutdown hook with explicit run_ldconfig for use with ctx.add_post_fun.David Robillard1-5/+7
2010-12-16Sshh.David Robillard1-1/+0
2010-12-16Fix substituting includes into generated .pc files.David Robillard1-1/+2
2010-12-16Remove check for 'misc' tool. Again.David Robillard1-1/+0
2010-12-16Fix documentation generation.David Robillard1-1/+5
2010-12-16Update waf to svn version with working and improved Doxygen tool.David Robillard1-6/+12
2010-12-16Remove use of unused (and apparently sometimes missing) misc module.David Robillard1-2/+1
2010-12-16Fix checking for libraries (fix ticket #607 #608).David Robillard1-3/+0
2010-12-16Only check for doxygen when --docs is passed.David Robillard1-1/+2
2010-12-16More updates for waf 1.6 (include doxygen tool, fix install globs).David Robillard1-29/+31
2010-12-16Updates for waf 1.6.David Robillard1-50/+65
2010-10-28Add sources from http://svn.drobilla.net/lad/trunk/common r2650.David Robillard1-0/+438