summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Switch to meson build systemDavid Robillard1-202/+0
2022-05-27Build as C++14David Robillard1-1/+1
2021-01-02Make namespace name lowercaseDavid Robillard1-1/+1
2021-01-02Remove unused generated configuration headerDavid Robillard1-2/+0
2021-01-02Remove TimeSlice and TimeStampDavid Robillard1-2/+1
2020-11-23Fix header installationDavid Robillard1-2/+1
2020-11-12Suppress MSVC warningsDavid Robillard1-0/+3
2020-11-12Suppress warnings in release buildDavid Robillard1-0/+2
2020-11-12Remove checks for standard headersDavid Robillard1-3/+0
2020-11-12Use separate clang-tidy configurations for headers and testsDavid Robillard1-1/+1
2020-11-12Move includes to a conventional include directoryDavid Robillard1-2/+5
2020-07-18Add more powerful lint targetDavid Robillard1-28/+53
2020-07-18Fix flake8 warningsDavid Robillard1-18/+22
2020-07-17Be explicit about warningsDavid Robillard1-1/+21
2019-11-10Clean up test outputDavid Robillard1-2/+3
2019-04-21Fix pkg-config file for versioned installationDavid Robillard1-6/+6
2019-04-21Remove unused includes directoryDavid Robillard1-1/+1
2019-04-21Bump major version and version include directoryDavid Robillard1-23/+7
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-10/+3
2018-09-17Fix Windows buildDavid Robillard1-19/+24
2018-09-16Lint with clang-tidyDavid Robillard1-1/+29
2018-09-16Fix clang buildDavid Robillard1-2/+1
2018-09-16Use std::thread in ringbuffer testDavid Robillard1-0/+1
2018-09-16Clean up wscriptDavid Robillard1-6/+6
2018-01-21Remove URI classDavid Robillard1-2/+1
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2017-12-29Upgrade to waf 2.0.3David Robillard1-3/+3
2017-12-16Remove queuesDavid Robillard1-1/+0
2017-12-16Update wafDavid Robillard1-1/+0
2017-02-27Use std::chrono::duration in Semaphore APIDavid Robillard1-1/+1
2017-02-27Remove use of Options.platformDavid Robillard1-3/+3
2017-02-27Update waf and fix C++11 flagsDavid Robillard1-3/+1
2017-02-12Fix link warning on clangDavid Robillard1-1/+2
2017-02-12Add managed_ptr for automatic real-time safe garbage collectionDavid Robillard1-1/+1
2016-09-05Fix thread compilation on some systemsDavid Robillard1-1/+4
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard1-0/+11
2016-07-25Support test coverage with LLVMDavid Robillard1-17/+10
2016-07-09Add --no-coverage configure optionDavid Robillard1-1/+3
2015-03-19Bump Raul version.David Robillard1-1/+1
2015-01-09Don't use pointless autowaf.check_header wrapper.David Robillard1-2/+2
2014-12-18Fix compilation on OSX.David Robillard1-1/+3
2014-12-18Upgrade to waf 1.8.5.David Robillard1-1/+1
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-12-25Tidy up configuration output.David Robillard1-3/+2
2013-06-08Better test coverage.David Robillard1-0/+3
2013-02-23Move Socket class to Raul.David Robillard1-0/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+0
2013-02-03Check for c++0x compiler flag before adding to environment.David Robillard1-0/+3