Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 1 | -46/+72 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -52/+42 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -14/+9 | |
2019-04-21 | Don't build client library if libsigc++ is not available | David Robillard | 1 | -1/+3 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -7/+7 | |
2019-04-13 | Remove glib dependency from libingen | David Robillard | 1 | -2/+2 | |
2019-04-13 | Don't depend on system-installed libingen | David Robillard | 1 | -2/+2 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -51/+30 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+2 | |
2019-02-24 | Require LV2 1.16.0 | David Robillard | 1 | -1/+1 | |
2018-11-24 | Squashed 'waflib/' changes from 6e726eb1..5ea8f99f | David Robillard | 1 | -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-30 | Fix order of test failure diffs | David Robillard | 1 | -4/+4 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -45/+34 | |
2018-08-07 | Use serd_free | David Robillard | 1 | -1/+1 | |
2018-01-21 | Remove glib dependency from engine and core library | David Robillard | 1 | -4/+0 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 1 | -1/+7 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -1/+1 | |
2018-01-21 | Don't build libraries twice when testing is enabled | David Robillard | 1 | -3/+3 | |
2018-01-21 | Use new autowaf scoped test syntax | David Robillard | 1 | -21/+20 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+18 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -27/+27 | |
2017-12-25 | Build clang compilation database | David Robillard | 1 | -0/+1 | |
2017-12-16 | Fix direction of test failure diffs | David Robillard | 1 | -4/+4 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -0/+1 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -18/+19 | |
2017-12-16 | Update waf | David Robillard | 1 | -1/+0 | |
2017-05-03 | Fix LV2 driver configuration status message | David Robillard | 1 | -1/+1 | |
Thanks Dmitry Hertz | |||||
2017-03-20 | Fix link warnings with clang on OSX | David Robillard | 1 | -1/+2 | |
2017-03-20 | Fix build with clang on Linux | David Robillard | 1 | -9/+7 | |
2017-03-20 | Print PortAudio presence in configure summary | David Robillard | 1 | -0/+1 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -1/+1 | |
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 1 | -4/+4 | |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -1/+1 | |
2017-02-27 | Update for latest Raul | David Robillard | 1 | -1/+1 | |
2017-02-27 | Update waf and fix C++11 flags | David Robillard | 1 | -3/+1 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -9/+10 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -0/+5 | |
2017-02-12 | Fix warnings | David Robillard | 1 | -1/+2 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -1/+1 | |
2017-01-17 | Don't build ontology documentation unless requested | David Robillard | 1 | -3/+4 | |
2016-12-14 | Add option to not build LV2 plugin | David Robillard | 1 | -6/+12 | |
2016-10-14 | Don't install 512x512 icons | David Robillard | 1 | -1/+1 | |
Installing icons this large is not typical, and causes GDK warnings. | |||||
2016-10-14 | Improve documentation | David Robillard | 1 | -6/+8 | |
2016-10-01 | Fix OSX build | David Robillard | 1 | -0/+9 | |
2016-09-20 | Bump required LV2 version | David Robillard | 1 | -1/+1 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -4/+4 | |
2016-08-01 | Check for libdl | David Robillard | 1 | -0/+4 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -2/+2 | |