aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-17Update autowaf and adapt to new APIHEADmasterDavid Robillard47-443/+875
2019-03-17Squashed 'waflib/' changes from 915dcb1..e7a29b6David Robillard46-438/+871
e7a29b6 Upgrade to waf 2.0.15 8280f9d Add command for running executables from the build directory 8073c1a Make make_simple_dox() safe in case of exception 70d03b8 Avoid use of global counter hacks for configuration display b7d689a Rewrite test framework 94deadf Automatically add options and move add_flags() to options context f4259ee Reduce system include path noise 927b608 Automatically display configuration header c44b8f3 Set line justification from a constant in the wscript a48e26f Automatically detect if wscript has a test hook ef66724 Save runtime variables in the environment 63bcbcd Clean up TestContext b1d9505 Add ExecutionContext for setting runtime environment 387c1df Add show_diff() and test_file_equals() utilities 29d4d29 Fix in-tree library paths 9fde01f Add custom configuration context 6d3612f Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1
2019-01-12Update autowafDavid Robillard1-15/+39
2019-01-12Squashed 'waflib/' changes from 5ea8f99..915dcb1David Robillard1-15/+39
915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c
2018-11-24Merge commit '93c6f4621370a98c1b03e2e29f856baff09428be'David Robillard1-25/+45
2018-11-24Squashed 'waflib/' changes from 3e43d09..5ea8f99David Robillard1-25/+45
5ea8f99 Improve test output spacing 0e23b29 Raise exception when test suite fails to ensure non-zero exit status d6de073 Show run time of unit tests 5b65554 Add short configure option for ultra-strict flags 4687ba6 Use gtest-like test output 258903d Fix failure count in test group summaries da07e73 Fix verbose tests with Python 3 6e726eb Add support for suppressing warnings from system libraries git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d
2018-09-16Merge commit '7c85df31925cbb97913b78ebf34af574955c0412'David Robillard1-4/+6
2018-09-16Squashed 'waflib/' changes from 982416b..3e43d09David Robillard1-4/+6
3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 3e43d0965e29bbd7bf8aa1281930ffa75f401c99
2018-09-16Clean up wscriptDavid Robillard1-4/+4
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9
2018-09-15Squashed 'waflib/' content from commit 982416bDavid Robillard182-0/+41453
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830
2018-09-15Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib'David Robillard182-0/+41453
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2017-12-29Upgrade to waf 2.0.3David Robillard2-14/+15
2017-12-18Update wafDavid Robillard1-5/+5
2017-12-16Update wafDavid Robillard2-6/+5
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard2-4/+15
2016-08-01Remove unused private fieldDavid Robillard1-1/+0
2016-07-25Support test coverage with LLVMDavid Robillard1-5/+5
2016-07-11Improve test frameworkDavid Robillard1-5/+5
2016-07-09Upgrade to waf 1.8.22 and autowaf 93d0926David Robillard1-7/+7
2015-11-08Upgrade to waf 1.8.14David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5813 a436a847-0d15-0410-975c-d299462d15a1
2015-10-03Upgrade to waf 1.8.14David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5736 a436a847-0d15-0410-975c-d299462d15a1
2015-07-25Add missing default values.David Robillard2-1/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5700 a436a847-0d15-0410-975c-d299462d15a1
2015-07-25Remove invalid reference to old LADSPA pulse_vco binary.David Robillard3-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5699 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Fix port symbol for MVCLPF4 input gain.David Robillard2-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5607 a436a847-0d15-0410-975c-d299462d15a1
2015-02-23Update waf.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5602 a436a847-0d15-0410-975c-d299462d15a1
2015-01-25Upgrade to r100/autowaf.David Robillard2-5/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5524 a436a847-0d15-0410-975c-d299462d15a1
2015-01-16Upgrade to r99/autowaf (fix documentation paths).David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5520 a436a847-0d15-0410-975c-d299462d15a1
2014-12-18Upgrade to waf 1.8.5.David Robillard2-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5496 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Upgrade to waf 1.7.16.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5432 a436a847-0d15-0410-975c-d299462d15a1
2014-05-19Add missing namespace prefix.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5403 a436a847-0d15-0410-975c-d299462d15a1
2014-05-05Add missing prefixes.David Robillard2-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5397 a436a847-0d15-0410-975c-d299462d15a1
2014-05-05Add Zita reverb (stereo and ambisonic variant).David Robillard14-1/+1578
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5395 a436a847-0d15-0410-975c-d299462d15a1
2014-04-26Update to waf 1.7.16.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5374 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Update to r94/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5195 a436a847-0d15-0410-975c-d299462d15a1
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5188 a436a847-0d15-0410-975c-d299462d15a1
2013-08-09Upgrade to waf 1.7.11.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5151 a436a847-0d15-0410-975c-d299462d15a1
2013-03-17Update to r93/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5086 a436a847-0d15-0410-975c-d299462d15a1
2013-02-02Upgrade to waf 1.7.9David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@5032 a436a847-0d15-0410-975c-d299462d15a1
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4896 a436a847-0d15-0410-975c-d299462d15a1
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4891 a436a847-0d15-0410-975c-d299462d15a1
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4890 a436a847-0d15-0410-975c-d299462d15a1
2012-12-20Fix phaser plugin data and list phasers in manifest.David Robillard4-1/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4866 a436a847-0d15-0410-975c-d299462d15a1
2012-10-27Fomp 1.0.0David Robillard4-12/+31
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4807 a436a847-0d15-0410-975c-d299462d15a1
2012-10-27Convert absolute frequency ports to use Hz.David Robillard12-56/+100
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4805 a436a847-0d15-0410-975c-d299462d15a1
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC ↵David Robillard1-0/+0
with --debug or --pardebug). git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4774 a436a847-0d15-0410-975c-d299462d15a1
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4773 a436a847-0d15-0410-975c-d299462d15a1