index
:
autowaf
master
test-rewrite
Autowaf utilities for waf
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
autowaf.py
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-02
Fix default system LV2DIR on Windows.
David Robillard
1
-1
/
+1
2012-02-01
Portability fixes.
David Robillard
1
-8
/
+8
2012-01-16
Don't pass -fshow-column to MSVC.
David Robillard
1
-1
/
+2
2012-01-16
Only call ldconfig once, and never when DESTDIR is set.
David Robillard
1
-4
/
+8
2011-12-11
Fix Python 2.4 compatibility.
David Robillard
1
-24
/
+26
2011-11-21
Apply i18n updates from Paul Davis.
David Robillard
1
-34
/
+42
2011-11-06
Add build_i18n() function and debug_by_default parameter to set_options
David Robillard
1
-3
/
+54
2011-10-22
Fix building against local libraries
David Robillard
1
-0
/
+2
2011-10-19
Fix autowaf.check_pkg when a mandatory check follows an optional check
David Robillard
1
-1
/
+12
2011-10-15
Set MANDIR to correct location (#781)
David Robillard
1
-1
/
+1
2011-10-15
Use variables in pkgconfig paths where possible (#782)
David Robillard
1
-2
/
+10
2011-10-05
Fix multiple package check avoidance
David Robillard
1
-1
/
+2
2011-09-29
Fix build_version_files for python 3
David Robillard
1
-2
/
+2
2011-09-17
Don't always add -fPIC and -DPIC to CFLAGS
David Robillard
1
-4
/
+0
2011-08-23
Prepend (not append) local include flags to ensure building against local lib...
David Robillard
1
-1
/
+1
2011-08-23
Add src dir -I flag to beginning of CFLAGS to ensure building against local h...
David Robillard
1
-3
/
+6
2011-07-07
Don't automatically check for C and C++ compilers for all projects
David Robillard
1
-8
/
+15
2011-05-25
Make header checks mandatory by default
David Robillard
1
-1
/
+1
2011-05-25
Remove header check cacheing
David Robillard
1
-14
/
+9
2011-05-19
Don't crash on waf test when lcov is unavailable
David Robillard
1
-0
/
+2
2011-04-28
Add support for version suffixes on pkg-config files.
David Robillard
1
-6
/
+13
2011-04-22
Fix documentation install paths.
David Robillard
1
-7
/
+9
2011-04-22
Fix whitespace (PEP8).
David Robillard
1
-405
/
+405
2011-03-28
Use standard LV2_PATH for Windows
David Robillard
1
-0
/
+7
2011-03-27
Fix paths on Windows
David Robillard
1
-2
/
+12
2011-03-27
Improve installation directory options.
David Robillard
1
-88
/
+74
2011-03-27
Don't define -fPIC on Windows (avoid GCC warning).
David Robillard
1
-3
/
+5
2011-03-16
Update for waf 1.6 (without compat15 extra).
David Robillard
1
-21
/
+8
2011-03-06
Python 2/3: Use print('') instead of print() to print an empty line.
David Robillard
1
-6
/
+6
2011-03-02
Use Logs.warn and Logs.error where appropriate.
David Robillard
1
-4
/
+4
2011-03-02
Update print statements for Python3 compatibility.
David Robillard
1
-15
/
+13
2011-02-17
Docstrings first...
David Robillard
1
-1
/
+1
2011-02-17
Use literal 1.
David Robillard
1
-1
/
+1
2011-01-22
More consistent test console output.
David Robillard
1
-3
/
+2
2011-01-21
Change to build dir once for all test runs.
David Robillard
1
-23
/
+21
2011-01-20
Support running several tests and generating total coverage data.
David Robillard
1
-43
/
+69
2011-01-20
Add option to run tests in valgrind.
David Robillard
1
-1
/
+6
2011-01-19
Support varying source directory layout (should have been in previous commit,...
David Robillard
1
-4
/
+7
2011-01-19
Improve run_tests:
David Robillard
1
-9
/
+15
2011-01-10
Add dependency framework flags when using a local library.
David Robillard
1
-9
/
+9
2011-01-10
Don't cumulatively add all checked headers to every subsequent test.
David Robillard
1
-2
/
+2
2011-01-10
Allow user to pass extra substitution dictionary to build_pc.
David Robillard
1
-2
/
+2
2011-01-09
Fix test coverage generation.
David Robillard
1
-2
/
+2
2011-01-08
Fix test running.
David Robillard
1
-1
/
+1
2011-01-07
Fancier configure output.
David Robillard
1
-1
/
+4
2010-12-23
Add build directory to include path (for e.g. generated include trees).
David Robillard
1
-0
/
+2
2010-12-17
Replace shutdown hook with explicit run_ldconfig for use with ctx.add_post_fun.
David Robillard
1
-5
/
+7
2010-12-16
Sshh.
David Robillard
1
-1
/
+0
2010-12-16
Fix substituting includes into generated .pc files.
David Robillard
1
-1
/
+2
2010-12-16
Remove check for 'misc' tool. Again.
David Robillard
1
-1
/
+0
[next]