Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Switch to meson build system | David Robillard | 2 | -24/+50 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -0/+1 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -1/+1 | |
2022-08-18 | Clean up includes | David Robillard | 3 | -3/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 4 | -20/+20 | |
2020-12-15 | Clean up includes in client library | David Robillard | 8 | -10/+55 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -1/+0 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 7 | -94/+98 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 4 | -6/+6 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 4 | -22/+22 | |
2020-08-02 | Fix shadow warnings | David Robillard | 2 | -16/+16 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix build as a subproject | David Robillard | 1 | -1/+1 | |
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 | Use std::make_shared | David Robillard | 1 | -2/+4 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 4 | -27/+31 | |
2020-08-02 | Pass by value and use std::move | David Robillard | 1 | -8/+6 | |
2020-08-02 | Don't access static methods through instances | David Robillard | 1 | -3/+3 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -7/+8 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 3 | -11/+10 | |
2020-08-02 | Fix suppressed automatic moves | David Robillard | 1 | -1/+1 | |
2020-08-02 | Make member functions const or static where possible | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix multiple declarations on a single line | David Robillard | 1 | -1/+4 | |
2020-08-02 | Fix unnecessary copies in for loops | David Robillard | 4 | -5/+5 | |
2020-08-02 | Fix include order | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 2 | -9/+9 | |
2020-08-01 | Add explicit accessors to Quark | David Robillard | 2 | -3/+3 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 4 | -24/+24 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 1 | -1/+1 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -2/+2 | |
2019-04-13 | Clean up symbol table | David Robillard | 1 | -0/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 8 | -19/+47 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 2 | -37/+34 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 3 | -28/+28 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 8 | -37/+37 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -2/+2 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -2/+0 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 5 | -20/+20 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 3 | -4/+3 | |
2017-12-25 | Use auto for iterators | David Robillard | 4 | -10/+10 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 5 | -17/+9 | |
2017-12-25 | Always use braces | David Robillard | 5 | -24/+45 | |
2017-12-25 | Use nullptr | David Robillard | 3 | -24/+24 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -4/+0 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -1/+1 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -56/+48 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 2 | -8/+13 | |