summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-46/+72
2019-10-17Update autowafDavid Robillard1-52/+42
2019-10-17Remove use of autowaf.defineDavid Robillard1-14/+9
2019-04-21Don't build client library if libsigc++ is not availableDavid Robillard1-1/+3
2019-04-21Switch to using a submodule for autowafDavid Robillard1-7/+7
2019-04-13Remove glib dependency from libingenDavid Robillard1-2/+2
2019-04-13Don't depend on system-installed libingenDavid Robillard1-2/+2
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-51/+30
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+2
2019-02-24Require LV2 1.16.0David Robillard1-1/+1
2018-11-24Squashed 'waflib/' changes from 6e726eb1..5ea8f99fDavid Robillard1-359/+0
5ea8f99f Improve test output spacing 0e23b29f Raise exception when test suite fails to ensure non-zero exit status d6de073b Show run time of unit tests 5b655541 Add short configure option for ultra-strict flags 4687ba6d Use gtest-like test output 258903d9 Fix failure count in test group summaries da07e738 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d
2018-09-30Fix order of test failure diffsDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-09-16Clean up wscriptDavid Robillard1-45/+34
2018-08-07Use serd_freeDavid Robillard1-1/+1
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard1-4/+0
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-1/+7
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-3/+3
2018-01-21Use new autowaf scoped test syntaxDavid Robillard1-21/+20
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+18
2017-12-29Upgrade to waf 2.0.3David Robillard1-27/+27
2017-12-25Build clang compilation databaseDavid Robillard1-0/+1
2017-12-16Fix direction of test failure diffsDavid Robillard1-4/+4
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-0/+1
2017-12-16Clean up waf optionsDavid Robillard1-18/+19
2017-12-16Update wafDavid Robillard1-1/+0
2017-05-03Fix LV2 driver configuration status messageDavid Robillard1-1/+1
Thanks Dmitry Hertz
2017-03-20Fix link warnings with clang on OSXDavid Robillard1-1/+2
2017-03-20Fix build with clang on LinuxDavid Robillard1-9/+7
2017-03-20Print PortAudio presence in configure summaryDavid Robillard1-0/+1
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-1/+1
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard1-4/+4
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-1/+1
2017-02-27Update for latest RaulDavid Robillard1-1/+1
2017-02-27Update waf and fix C++11 flagsDavid Robillard1-3/+1
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-9/+10
2017-02-18Add experimental PortAudio driverDavid Robillard1-0/+5
2017-02-12Fix warningsDavid Robillard1-1/+2
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-1/+1
2017-01-17Don't build ontology documentation unless requestedDavid Robillard1-3/+4
2016-12-14Add option to not build LV2 pluginDavid Robillard1-6/+12
2016-10-14Don't install 512x512 iconsDavid Robillard1-1/+1
Installing icons this large is not typical, and causes GDK warnings.
2016-10-14Improve documentationDavid Robillard1-6/+8
2016-10-01Fix OSX buildDavid Robillard1-0/+9
2016-09-20Bump required LV2 versionDavid Robillard1-1/+1
2016-08-17Rename main graph and control/notify portsDavid Robillard1-4/+4
2016-08-01Check for libdlDavid Robillard1-0/+4
2016-08-01Use consistent feature test macrosDavid Robillard1-2/+2