summaryrefslogtreecommitdiffstats
path: root/extras
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16Add support for suppressing warnings from system librariesDavid Robillard1-0/+10
2018-09-16Add short forms for common optionsDavid Robillard1-4/+4
2018-09-16Automatically define version for child librariesDavid Robillard1-0/+2
2018-09-15Fix version definition for projects with special charactersDavid Robillard1-1/+2
2018-09-15Remove blank line padding around configuration summaryDavid Robillard1-3/+0
2018-09-15Clean up autowaf.pyDavid Robillard1-97/+149
2018-09-15Remove autowaf.py header in line with the other waf extrasDavid Robillard1-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-15Beautify configuration summary outputDavid Robillard1-2/+2
2018-09-15Add msgs argument to autowaf.display_summary() and show flagsDavid Robillard1-2/+15
2018-09-15Automatically define versionDavid Robillard1-1/+6
2018-09-15Add autowaf.add_flags() for terse flag definitionDavid Robillard1-0/+5
2018-09-09Move autowaf.py and lv2.py to extrasDavid Robillard2-0/+1180
2018-09-09Add waf 2.0.11David Robillard98-0/+16949