summaryrefslogtreecommitdiffstats
path: root/extras/autowaf.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-04Change warning functions to work with any environmentDavid Robillard1-24/+32
2020-07-04Add simpler and stricter warning flag mechanismDavid Robillard1-42/+220
2020-07-04Use raw strings for regular expressionsDavid Robillard1-4/+4
2020-07-04Remove make_simple_dox()David Robillard1-42/+0
2020-07-04Cleanup: Remove unused variableDavid Robillard1-1/+0
2020-07-04Cleanup: Use spaces for code snippet indentationDavid Robillard1-2/+2
2020-07-04Cleanup: Fix long linesDavid Robillard1-8/+13
2020-07-04Cleanup: Use two spaces before inline commentsDavid Robillard1-3/+3
2020-07-04Cleanup: Fix top-level Python spacingDavid Robillard1-0/+42
2020-06-14Make conf.check_function work with strict warningsDavid Robillard1-2/+12
2020-04-19Allow specifying library name in set_lib_env()David Robillard1-2/+3
2020-04-02Only check for gcov when tests are enabledDavid Robillard1-1/+1
2019-11-10Print stderr of failed testsDavid Robillard1-1/+17
2019-11-10Clean up test outputDavid Robillard1-12/+15
2019-10-23Don't enable NDEBUG on MSVC release buildsDavid Robillard1-1/+0
2019-10-21Factor out release utilitiesDavid Robillard1-267/+0
2019-10-20Fix whitespaceDavid Robillard1-1/+0
2019-10-20Factor out conversion of news items to MarkdownDavid Robillard1-2/+4
2019-10-20Fix typoDavid Robillard1-1/+1
2019-10-20Fix wrapping of generated NEWS filesDavid Robillard1-1/+4
2019-10-20Properly handle time zone of releasesDavid Robillard1-7/+8
2019-10-20Use version as key for news entriesDavid Robillard1-7/+8
2019-10-18Support passing arguments to test wrappersDavid Robillard1-1/+2
2019-10-17Fix system argument for suppressing warnings from system packagesDavid Robillard1-2/+2
2019-10-17Add conf.check_pkg and conf.check_function methodsDavid Robillard1-0/+6
2019-10-17Remove autowaf.defineDavid Robillard1-6/+4
2019-10-17Remove pkg-config cache mechanism and support simple package specsDavid Robillard1-40/+32
2019-10-14Add error configuration optionDavid Robillard1-0/+8
2019-06-06Fix get_news() to work with Python 3David Robillard1-2/+2
2019-04-21Fix conf.build_path() to work with paths that do not exist yetDavid Robillard1-1/+1
2019-04-21Disable noisy parenthesis warningsDavid Robillard1-0/+1
2019-04-21Remove recursion hacksDavid Robillard1-24/+2
2019-04-21Remove use_lib()David Robillard1-25/+17
2019-04-15Support building against local header-only librariesDavid Robillard1-3/+5
2019-04-14Add option to filter tests by regular expressionDavid Robillard1-3/+20
2019-04-14Fix configuring with root prefixDavid Robillard1-1/+1
2019-04-14Print test coverage summaryDavid Robillard1-1/+14
2019-04-14Don't attempt to clear coverage when coverage is disabledDavid Robillard1-1/+1
2019-03-18Pass file comparison test if difflib finds no changesDavid Robillard1-3/+5
2019-03-18Seek to end before checking the size of stderr outputDavid Robillard1-1/+2
2019-03-17Add command for running executables from the build directoryDavid 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/+290
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