summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Add command for running executables from the build directorytest-rewriteDavid Robillard1-0/+24
2019-03-17Make make_simple_dox() safe in case of exceptionDavid Robillard1-1/+2
2019-03-17Avoid use of global counter hacks for configuration displayDavid Robillard1-8/+3
2019-03-17Rewrite test frameworkDavid Robillard1-205/+277
2019-03-17Automatically add options and move add_flags() to options contextDavid Robillard1-20/+15
2019-03-17Reduce system include path noiseDavid Robillard1-8/+9
2019-03-17Automatically display configuration headerDavid Robillard1-0/+4
2019-03-17Set line justification from a constant in the wscriptDavid Robillard1-8/+4
2019-03-17Automatically detect if wscript has a test hookDavid Robillard1-2/+2
2019-03-17Save runtime variables in the environmentDavid Robillard1-1/+7
2019-03-17Clean up TestContextDavid Robillard1-6/+4
2019-03-17Add ExecutionContext for setting runtime environmentDavid Robillard1-0/+24
2019-03-17Add show_diff() and test_file_equals() utilitiesDavid Robillard1-0/+28
2019-03-17Fix in-tree library pathsDavid Robillard2-3/+32
2019-03-17Add custom configuration contextDavid Robillard1-1/+11
2019-03-17Add lib_path_name constantDavid Robillard1-0/+7
2019-01-12Report test time correctlyDavid Robillard1-4/+10
2019-01-12Remove redundant verbose-tests optionDavid Robillard1-4/+1
2019-01-12Fix MSVC CFLAGSDavid Robillard1-7/+28
2018-11-24Improve test output spacingDavid Robillard1-4/+7
2018-11-24Raise exception when test suite fails to ensure non-zero exit statusDavid Robillard1-0/+1
2018-11-24Show run time of unit testsDavid Robillard1-6/+11
2018-11-24Add short configure option for ultra-strict flagsDavid Robillard1-1/+1
2018-10-28Use gtest-like test outputDavid Robillard1-21/+21
2018-10-28Fix failure count in test group summariesDavid Robillard1-0/+1
2018-10-14Fix verbose tests with Python 3David Robillard1-2/+2
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
2018-09-15Add COPYING fileDavid Robillard1-0/+25
2018-09-15Add READMEDavid Robillard1-0/+24
2018-09-15Add gitignore fileDavid Robillard1-0/+2
2018-09-15Replace waf-light with minimal waf wrapper scriptDavid Robillard1-161/+9
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-09Replace binary waf with sourceDavid Robillard1-0/+0
2018-09-09Move autowaf.py and lv2.py to extrasDavid Robillard2-0/+0
2018-09-09Add waf 2.0.11David Robillard178-47/+40141
2018-07-22Check extra warnings flags for C and C++ separatelyDavid Robillard1-3/+7
2018-07-21Fix debug builds on WindowsDavid Robillard1-2/+3
2018-07-21Clean up Python syntaxDavid Robillard1-30/+33
2018-07-21Check for less typical strict warning flagsDavid Robillard1-13/+7
2018-01-16Add functions to set specific language standardsDavid Robillard1-3/+23
2018-01-05Fix various MSVC issuesDavid Robillard1-35/+47