summaryrefslogtreecommitdiffstats
path: root/extras
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Remove redundant CFLAGSDavid Robillard1-2/+2
2020-08-14Remove old and unused debug_by_default parameterDavid Robillard1-10/+6
2020-08-13Remove -fstrict-overflow flagsDavid Robillard1-2/+0
2020-08-13Fix C++ compiler check for ultra-strict buildsDavid Robillard1-1/+1
2020-07-17Fix ultra-strict warnings for C++-only projectsDavid Robillard1-34/+54
2020-07-15Disable Wno-unknown-warning-option in clang if Werror is onDavid Robillard1-0/+4
2020-07-15Fix configure checks with strict warnings and WerrorDavid Robillard1-5/+28
2020-07-15Fix system header warning suppression to not include everythingDavid Robillard1-10/+22
2020-07-07Fix language checks to actually fail, and support optional languagesDavid Robillard1-4/+9
2020-07-05Make add_compiler_flags() a top level functionDavid Robillard1-25/+26
2020-07-05Disable a few warnings nobody will ever missDavid Robillard1-4/+8
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-21Add missing importlib submodule importsDavid Robillard1-0/+2
2020-06-14Make conf.check_function work with strict warningsDavid Robillard1-2/+12
2020-04-26Don't write tags header to posts if it is emptyDavid Robillard1-1/+2
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
2020-04-02Update to waf 2.0.19David Robillard5-70/+808
2020-02-16Cleanup: Format codeDavid Robillard1-1/+4
2020-02-16Remove top_entries feature of read_ttl_newsDavid Robillard1-5/+1
2020-02-16Get doap:name from first NEWS entry if it is not already presentDavid Robillard1-0/+5
2020-02-16Fall back to doap:developer to get maintainerDavid Robillard1-1/+4
2020-02-16Use exceptions on error instead of printing and sys.exitDavid Robillard1-6/+1
2020-02-16Support parsing dates without timesDavid Robillard1-2/+9
2020-02-16Tolerate a missing wscript, or missing attributesDavid Robillard1-10/+18
2020-02-15Generate RDF news entries in the same sorted order as NEWSDavid Robillard1-1/+3
2020-02-15Support version numbers that don't have three elementsDavid Robillard1-1/+1
2020-02-15Support reading project names with spacesDavid Robillard1-1/+1
2020-02-15Add uri argument to ttl_news commandDavid Robillard1-2/+3
2020-02-15Fix read_news() callsDavid Robillard1-4/+3
2020-02-15Remove unused importDavid Robillard1-1/+0
2019-11-10Print stderr of failed testsDavid Robillard1-1/+17
2019-11-10Clean up test outputDavid Robillard1-12/+15
2019-11-10Support building C++ LV2 librariesDavid Robillard1-3/+9
2019-11-10Don't add default LV2_PATH to run environmentDavid Robillard1-4/+0
2019-11-10Add lv2lib feature for building plugin binariesDavid Robillard1-1/+15
2019-11-02Factor out post_lab_release command for posting old releasesDavid Robillard1-9/+49
2019-11-02Fix timezone argument of news commandDavid Robillard1-1/+1
2019-10-27Add JSON commandDavid Robillard1-0/+14
2019-10-26Fix project name in release descriptionsDavid Robillard1-4/+4
2019-10-23Don't enable NDEBUG on MSVC release buildsDavid Robillard1-1/+0
2019-10-21Fix release commandDavid Robillard1-2/+5