Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-17 | Make make_simple_dox() safe in case of exception | David Robillard | 1 | -1/+2 | |
2019-03-17 | Avoid use of global counter hacks for configuration display | David Robillard | 1 | -8/+3 | |
2019-03-17 | Rewrite test framework | David Robillard | 1 | -205/+290 | |
2019-03-17 | Automatically add options and move add_flags() to options context | David Robillard | 1 | -20/+15 | |
2019-03-17 | Reduce system include path noise | David Robillard | 1 | -8/+9 | |
2019-03-17 | Automatically display configuration header | David Robillard | 1 | -0/+4 | |
2019-03-17 | Set line justification from a constant in the wscript | David Robillard | 1 | -8/+4 | |
This fixes justification of early checks that happen before configure recursion. | |||||
2019-03-17 | Automatically detect if wscript has a test hook | David Robillard | 1 | -2/+2 | |
2019-03-17 | Save runtime variables in the environment | David Robillard | 1 | -1/+7 | |
2019-03-17 | Clean up TestContext | David Robillard | 1 | -6/+4 | |
2019-03-17 | Add ExecutionContext for setting runtime environment | David Robillard | 1 | -0/+24 | |
2019-03-17 | Add show_diff() and test_file_equals() utilities | David Robillard | 1 | -0/+28 | |
2019-03-17 | Fix in-tree library paths | David Robillard | 2 | -3/+32 | |
2019-03-17 | Add custom configuration context | David Robillard | 1 | -1/+11 | |
2019-03-17 | Add lib_path_name constant | David Robillard | 1 | -0/+7 | |
2019-01-12 | Report test time correctly | David Robillard | 1 | -4/+10 | |
2019-01-12 | Remove redundant verbose-tests option | David Robillard | 1 | -4/+1 | |
2019-01-12 | Fix MSVC CFLAGS | David Robillard | 1 | -7/+28 | |
2018-11-24 | Improve test output spacing | David Robillard | 1 | -4/+7 | |
2018-11-24 | Raise exception when test suite fails to ensure non-zero exit status | David Robillard | 1 | -0/+1 | |
2018-11-24 | Show run time of unit tests | David Robillard | 1 | -6/+11 | |
2018-11-24 | Add short configure option for ultra-strict flags | David Robillard | 1 | -1/+1 | |
2018-10-28 | Use gtest-like test output | David Robillard | 1 | -21/+21 | |
2018-10-28 | Fix failure count in test group summaries | David Robillard | 1 | -0/+1 | |
2018-10-14 | Fix verbose tests with Python 3 | David Robillard | 1 | -2/+2 | |
2018-09-16 | Add support for suppressing warnings from system libraries | David Robillard | 1 | -0/+10 | |
2018-09-16 | Add short forms for common options | David Robillard | 1 | -4/+4 | |
2018-09-16 | Automatically define version for child libraries | David Robillard | 1 | -0/+2 | |
2018-09-15 | Fix version definition for projects with special characters | David Robillard | 1 | -1/+2 | |
2018-09-15 | Remove blank line padding around configuration summary | David Robillard | 1 | -3/+0 | |
2018-09-15 | Clean up autowaf.py | David Robillard | 1 | -97/+149 | |
2018-09-15 | Remove autowaf.py header in line with the other waf extras | David Robillard | 1 | -8/+0 | |
This removes an old GPL license statement, which was simply an oversight. This file has the same license as the rest of waf (3-clause BSD). I am the original author of all of the code in this file. | |||||
2018-09-15 | Add COPYING file | David Robillard | 1 | -0/+25 | |
This is the license of the waf source code itself, and the included extras (that is, everything in this directory). This is the upstream waf license, moved to a separate file since the waf script where it originally resided has been replaced here. | |||||
2018-09-15 | Add README | David Robillard | 1 | -0/+24 | |
2018-09-15 | Add gitignore file | David Robillard | 1 | -0/+2 | |
2018-09-15 | Replace waf-light with minimal waf wrapper script | David Robillard | 1 | -161/+9 | |
2018-09-15 | Beautify configuration summary output | David Robillard | 1 | -2/+2 | |
2018-09-15 | Add msgs argument to autowaf.display_summary() and show flags | David Robillard | 1 | -2/+15 | |
2018-09-15 | Automatically define version | David Robillard | 1 | -1/+6 | |
2018-09-15 | Add autowaf.add_flags() for terse flag definition | David Robillard | 1 | -0/+5 | |
2018-09-09 | Replace binary waf with source | David Robillard | 1 | -0/+0 | |
2018-09-09 | Move autowaf.py and lv2.py to extras | David Robillard | 2 | -0/+0 | |
2018-09-09 | Add waf 2.0.11 | David Robillard | 178 | -47/+40141 | |
2018-07-22 | Check extra warnings flags for C and C++ separately | David Robillard | 1 | -3/+7 | |
2018-07-21 | Fix debug builds on Windows | David Robillard | 1 | -2/+3 | |
2018-07-21 | Clean up Python syntax | David Robillard | 1 | -30/+33 | |
2018-07-21 | Check for less typical strict warning flags | David Robillard | 1 | -13/+7 | |
2018-01-16 | Add functions to set specific language standards | David Robillard | 1 | -3/+23 | |
2018-01-05 | Fix various MSVC issues | David Robillard | 1 | -35/+47 | |
2017-12-29 | Only build docs if doxygen is available | David Robillard | 1 | -3/+3 | |