Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-12-29 | Build clang compilation database if possible | David Robillard | 1 | -0/+5 | |
2017-12-29 | Make summary style more consistent | David Robillard | 1 | -7/+10 | |
2017-12-29 | Separate autowaf.display_summary | David Robillard | 1 | -8/+8 | |
2017-12-29 | Add autowaf.check_function | David Robillard | 1 | -1/+14 | |
2017-12-26 | Factor out get_check_func | David Robillard | 1 | -11/+9 | |
2017-12-26 | Add autowaf.set_line_just | David Robillard | 1 | -0/+8 | |
2017-12-18 | Detect versioned llvm-cov | David Robillard | 1 | -1/+3 | |
2017-12-18 | Use modern language standards when available | David Robillard | 1 | -14/+22 | |
2017-10-07 | Clean up options | David Robillard | 2 | -47/+39 | |
2017-10-07 | Remove ansi from strict flags | David Robillard | 1 | -2/+1 | |
2017-10-07 | Allow post output to be configured by environment variable | David Robillard | 1 | -1/+8 | |
2017-10-07 | Add run_script and release utilities | David Robillard | 1 | -0/+34 | |
2017-09-23 | Improve testing API | David Robillard | 1 | -13/+24 | |
2017-09-23 | Add set_cxx11_mode | David Robillard | 1 | -0/+8 | |
2016-09-05 | Fix post generation | David Robillard | 1 | -5/+8 | |
2016-08-17 | Tidy up lint | David Robillard | 1 | -5/+5 | |
2016-08-17 | Add support for getting news from NEWS files | David Robillard | 1 | -14/+109 | |
This allows parsing changes from NEWS files and writing posts for Pelican. | |||||
2016-08-10 | Rewrite NEWS generation to support Pelican | David Robillard | 1 | -28/+73 | |
2016-08-08 | Support NEWS generation for development trees | David Robillard | 1 | -3/+9 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -66/+97 | |
2016-07-11 | Fix recursive test reporting | David Robillard | 1 | -4/+8 | |
2016-07-11 | Improve test options | David Robillard | 1 | -5/+14 | |
2016-07-11 | Fix typo | David Robillard | 1 | -1/+1 | |
2016-07-09 | Clean up test output | David Robillard | 1 | -25/+73 | |
This reduces verbosity by suppressing test program output unless an error occurs. Also cleans up headers, uses more consistent styling, and allows the use of the same reporing mechanism for tests that are implemented in Python. | |||||
2015-10-04 | Delete trailing whitespace | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/autowaf@101 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa | |||||
2015-01-25 | Separate LV2 path stuff into separate module. | David Robillard | 2 | -25/+47 | |
git-svn-id: http://svn.drobilla.net/autowaf@100 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa | |||||
2015-01-16 | Fix documentation paths for waf 1.8. | David Robillard | 1 | -4/+3 | |
git-svn-id: http://svn.drobilla.net/autowaf@99 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa | |||||
2014-12-18 | Don't use --no-undefined on OSX. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/autowaf@98 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa | |||||
2014-11-27 | Don't require dot or check for Doxygen twice. | David Robillard | 1 | -9/+0 | |
git-svn-id: http://svn.drobilla.net/autowaf@97 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa | |||||
2014-11-25 | Use DEST_OS instead of sys.platform where appropriate. | David Robillard | 1 | -10/+7 | |
git-svn-id: http://svn.drobilla.net/autowaf@96 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa |