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
/
extras
/
autowaf.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-10
Support building pkg-config files from templates in subdirectories
David Robillard
1
-1
/
+8
2020-10-29
Make Doxygen man page installation optional
David Robillard
1
-5
/
+15
2020-10-27
Fix running tests
David Robillard
1
-2
/
+2
2020-10-25
Fix spurious error message in projects without tests
David Robillard
1
-0
/
+2
2020-10-25
Rename test_wrapper option to wrapper
David Robillard
1
-3
/
+3
2020-10-15
Fix checking for gcov
David Robillard
1
-4
/
+6
2020-10-15
Print exceptions
David Robillard
1
-6
/
+6
2020-09-26
Fix ExecutionEnvironment for older Python
David Robillard
1
-1
/
+1
2020-09-26
Fix check for gcov
David Robillard
1
-6
/
+10
2020-09-26
Fix autowaf.check_function()
David Robillard
1
-1
/
+1
2020-09-26
Fix compiler flag checks on ancient GCC
David Robillard
1
-12
/
+18
2020-08-14
Don't define HAVE_GCOV in configuration headers
David Robillard
1
-4
/
+4
2020-08-14
Remove top level include flag
David Robillard
1
-3
/
+0
2020-08-14
Only set CFLAGS and CXXFLAGS if they are unset in the environment
David Robillard
1
-4
/
+11
2020-08-14
Remove redundant CFLAGS
David Robillard
1
-2
/
+2
2020-08-14
Remove old and unused debug_by_default parameter
David Robillard
1
-10
/
+6
2020-08-13
Remove -fstrict-overflow flags
David Robillard
1
-2
/
+0
2020-08-13
Fix C++ compiler check for ultra-strict builds
David Robillard
1
-1
/
+1
2020-07-17
Fix ultra-strict warnings for C++-only projects
David Robillard
1
-34
/
+54
2020-07-15
Disable Wno-unknown-warning-option in clang if Werror is on
David Robillard
1
-0
/
+4
2020-07-15
Fix configure checks with strict warnings and Werror
David Robillard
1
-5
/
+28
2020-07-15
Fix system header warning suppression to not include everything
David Robillard
1
-10
/
+22
2020-07-07
Fix language checks to actually fail, and support optional languages
David Robillard
1
-4
/
+9
2020-07-05
Make add_compiler_flags() a top level function
David Robillard
1
-25
/
+26
2020-07-05
Disable a few warnings nobody will ever miss
David Robillard
1
-4
/
+8
2020-07-04
Change warning functions to work with any environment
David Robillard
1
-24
/
+32
2020-07-04
Add simpler and stricter warning flag mechanism
David Robillard
1
-42
/
+220
2020-07-04
Use raw strings for regular expressions
David Robillard
1
-4
/
+4
2020-07-04
Remove make_simple_dox()
David Robillard
1
-42
/
+0
2020-07-04
Cleanup: Remove unused variable
David Robillard
1
-1
/
+0
2020-07-04
Cleanup: Use spaces for code snippet indentation
David Robillard
1
-2
/
+2
2020-07-04
Cleanup: Fix long lines
David Robillard
1
-8
/
+13
2020-07-04
Cleanup: Use two spaces before inline comments
David Robillard
1
-3
/
+3
2020-07-04
Cleanup: Fix top-level Python spacing
David Robillard
1
-0
/
+42
2020-06-14
Make conf.check_function work with strict warnings
David Robillard
1
-2
/
+12
2020-04-19
Allow specifying library name in set_lib_env()
David Robillard
1
-2
/
+3
2020-04-02
Only check for gcov when tests are enabled
David Robillard
1
-1
/
+1
2019-11-10
Print stderr of failed tests
David Robillard
1
-1
/
+17
2019-11-10
Clean up test output
David Robillard
1
-12
/
+15
2019-10-23
Don't enable NDEBUG on MSVC release builds
David Robillard
1
-1
/
+0
2019-10-21
Factor out release utilities
David Robillard
1
-267
/
+0
2019-10-20
Fix whitespace
David Robillard
1
-1
/
+0
2019-10-20
Factor out conversion of news items to Markdown
David Robillard
1
-2
/
+4
2019-10-20
Fix typo
David Robillard
1
-1
/
+1
2019-10-20
Fix wrapping of generated NEWS files
David Robillard
1
-1
/
+4
2019-10-20
Properly handle time zone of releases
David Robillard
1
-7
/
+8
2019-10-20
Use version as key for news entries
David Robillard
1
-7
/
+8
2019-10-18
Support passing arguments to test wrappers
David Robillard
1
-1
/
+2
2019-10-17
Fix system argument for suppressing warnings from system packages
David Robillard
1
-2
/
+2
2019-10-17
Add conf.check_pkg and conf.check_function methods
David Robillard
1
-0
/
+6
[next]