summaryrefslogtreecommitdiffstats
path: root/autowaf.py
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Set MANDIR to correct location (#781)David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/autowaf@56 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-10-15Use variables in pkgconfig paths where possible (#782)David Robillard1-2/+10
git-svn-id: http://svn.drobilla.net/autowaf@55 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-10-05Fix multiple package check avoidanceDavid Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/autowaf@54 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-09-29Fix build_version_files for python 3David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/autowaf@53 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-09-17Don't always add -fPIC and -DPIC to CFLAGSDavid Robillard1-4/+0
git-svn-id: http://svn.drobilla.net/autowaf@52 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-08-23Prepend (not append) local include flags to ensure building against local ↵David Robillard1-1/+1
libraries git-svn-id: http://svn.drobilla.net/autowaf@51 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-08-23Add src dir -I flag to beginning of CFLAGS to ensure building against local ↵David Robillard1-3/+6
headers git-svn-id: http://svn.drobilla.net/autowaf@50 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-07-07Don't automatically check for C and C++ compilers for all projectsDavid Robillard1-8/+15
git-svn-id: http://svn.drobilla.net/autowaf@49 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-05-25Make header checks mandatory by defaultDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/autowaf@47 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-05-25Remove header check cacheingDavid Robillard1-14/+9
git-svn-id: http://svn.drobilla.net/autowaf@46 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-05-19Don't crash on waf test when lcov is unavailableDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/autowaf@45 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-04-28Add support for version suffixes on pkg-config files.David Robillard1-6/+13
git-svn-id: http://svn.drobilla.net/autowaf@44 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-04-22Fix documentation install paths.David Robillard1-7/+9
git-svn-id: http://svn.drobilla.net/autowaf@43 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-04-22Fix whitespace (PEP8).David Robillard1-405/+405
git-svn-id: http://svn.drobilla.net/autowaf@42 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-28Use standard LV2_PATH for WindowsDavid Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/autowaf@41 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-27Fix paths on WindowsDavid Robillard1-2/+12
git-svn-id: http://svn.drobilla.net/autowaf@40 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-27Improve installation directory options.David Robillard1-88/+74
git-svn-id: http://svn.drobilla.net/autowaf@39 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-27Don't define -fPIC on Windows (avoid GCC warning).David Robillard1-3/+5
git-svn-id: http://svn.drobilla.net/autowaf@37 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-16Update for waf 1.6 (without compat15 extra).David Robillard1-21/+8
Fix imports to work when bundled in waf script. git-svn-id: http://svn.drobilla.net/autowaf@36 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-06Python 2/3: Use print('') instead of print() to print an empty line.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/autowaf@34 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-02Use Logs.warn and Logs.error where appropriate.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/autowaf@33 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-03-02Update print statements for Python3 compatibility.David Robillard1-15/+13
git-svn-id: http://svn.drobilla.net/autowaf@32 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-02-17Docstrings first...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/autowaf@31 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-02-17Use literal 1.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/autowaf@30 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-22More consistent test console output.David Robillard1-3/+2
git-svn-id: http://svn.drobilla.net/autowaf@28 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-21Change to build dir once for all test runs.David Robillard1-23/+21
Less blinding test console output. git-svn-id: http://svn.drobilla.net/autowaf@27 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-20Support running several tests and generating total coverage data.David Robillard1-43/+69
git-svn-id: http://svn.drobilla.net/autowaf@26 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-20Add option to run tests in valgrind.David Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/autowaf@25 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-19Support varying source directory layout (should have been in previous ↵David Robillard1-4/+7
commit, oops). git-svn-id: http://svn.drobilla.net/autowaf@24 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-19Improve run_tests:David Robillard1-9/+15
* Support different source directory layouts with 'dirs' parameter * Support complex command lines, e.g. with redirects (use shell=True) * Print 'entering directory' statements for editors etc. to follow git-svn-id: http://svn.drobilla.net/autowaf@23 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-10Add dependency framework flags when using a local library.David Robillard1-9/+9
git-svn-id: http://svn.drobilla.net/autowaf@21 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-10Don't cumulatively add all checked headers to every subsequent test.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/autowaf@20 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-10Allow user to pass extra substitution dictionary to build_pc.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/autowaf@19 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-09Fix test coverage generation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/autowaf@18 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-08Fix test running.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/autowaf@17 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2011-01-07Fancier configure output.David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/autowaf@16 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-23Add build directory to include path (for e.g. generated include trees).David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/autowaf@14 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-17Replace shutdown hook with explicit run_ldconfig for use with ctx.add_post_fun.David Robillard1-5/+7
git-svn-id: http://svn.drobilla.net/autowaf@13 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Sshh.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/autowaf@12 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Fix substituting includes into generated .pc files.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/autowaf@11 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Remove check for 'misc' tool. Again.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/autowaf@10 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Fix documentation generation.David Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/autowaf@9 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Update waf to svn version with working and improved Doxygen tool.David Robillard1-6/+12
git-svn-id: http://svn.drobilla.net/autowaf@8 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Remove use of unused (and apparently sometimes missing) misc module.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/autowaf@7 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Fix checking for libraries (fix ticket #607 #608).David Robillard1-3/+0
git-svn-id: http://svn.drobilla.net/autowaf@6 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Only check for doxygen when --docs is passed.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/autowaf@5 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16More updates for waf 1.6 (include doxygen tool, fix install globs).David Robillard1-29/+31
git-svn-id: http://svn.drobilla.net/autowaf@4 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-12-16Updates for waf 1.6.David Robillard1-50/+65
git-svn-id: http://svn.drobilla.net/autowaf@3 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
2010-10-28Add sources from http://svn.drobilla.net/lad/trunk/common r2650.David Robillard1-0/+438
git-svn-id: http://svn.drobilla.net/autowaf@1 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa