Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Switch to meson build system | David Robillard | 1 | -443/+0 | |
2021-06-04 | Switch to C++14 and fix build with GCC 10 | David Robillard | 1 | -1/+1 | |
GCC was having problems with this make_unique overload, but I don't care about C++11 compatibility at this point anyway, so it's easiest to just remove it. | |||||
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -4/+0 | |
2020-11-12 | Update warning flags | David Robillard | 1 | -0/+2 | |
2020-08-03 | Move misplaced import | David Robillard | 1 | -1/+1 | |
2020-08-02 | Strengthen warning flags | David Robillard | 1 | -3/+0 | |
2020-08-02 | Fix implicit-fallthrough warnings | David Robillard | 1 | -2/+0 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -3/+0 | |
2020-08-02 | Remove support for ancient compilers without thread_local support | David Robillard | 1 | -9/+0 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -2/+0 | |
2020-08-02 | Fix return-std-move-in-c++11 warning | David Robillard | 1 | -1/+0 | |
2020-08-02 | Fix header-hygiene warning | David Robillard | 1 | -1/+0 | |
2020-08-02 | Fix build as a subproject | David Robillard | 1 | -2/+2 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+0 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -2/+2 | |
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. | |||||
2020-08-02 | Fix unnecessary copies in for loops | David Robillard | 1 | -1/+0 | |
2020-08-01 | Improve lint target | David Robillard | 1 | -36/+43 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -2/+0 | |
2020-08-01 | Set third party packages as system dependencies | David Robillard | 1 | -3/+15 | |
This suppresses warnings in their headers. | |||||
2020-08-01 | Remove superfluous semicolons | David Robillard | 1 | -3/+0 | |
2020-08-01 | Be more explicit about warnings | David Robillard | 1 | -3/+87 | |
2019-12-08 | Fix network communication with Python bindings | David Robillard | 1 | -1/+1 | |
2019-12-08 | Improve lint target | David Robillard | 1 | -16/+35 | |
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 | |