Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Fix overly long line comments | David Robillard | 1 | -2/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -1/+3 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -1/+2 | |
2022-08-18 | Switch to meson build system | David Robillard | 1 | -0/+112 | |
2022-08-17 | Use eg-metro in tests instead of eg-sampler | David Robillard | 1 | -3/+3 | |
This plugin doesn't have external dependencies (like libsndfile), so is more likely to be present. | |||||
2021-01-02 | Update for latest raul | David Robillard | 1 | -3/+3 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 4 | -3/+13 | |
2020-12-14 | Fix redundant calls to smart pointer get() methods | David Robillard | 1 | -1/+1 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 2 | -31/+70 | |
2020-08-03 | Clean up includes | David Robillard | 3 | -3/+2 | |
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 | 2 | -2/+1 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -1/+2 | |
2020-08-02 | Rename memory utility header | David Robillard | 2 | -2/+2 | |
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix header-hygiene warning | David Robillard | 1 | -2/+4 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+2 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix suppressed automatic moves | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 2 | -9/+14 | |
2020-08-01 | Make set_bundle_path_from_code take a function pointer | David Robillard | 2 | -2/+2 | |
2020-08-01 | Remove superfluous semicolons | David Robillard | 2 | -23/+29 | |
2020-07-18 | Add missing static specifiers | David Robillard | 2 | -2/+2 | |
2019-11-10 | Make test suite depend only on LV2 | David Robillard | 10 | -34/+25 | |
2019-03-16 | Improve input path handling | David Robillard | 1 | -12/+20 | |
2019-03-09 | Clean up AtomForge | David Robillard | 1 | -15/+7 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 5 | -30/+33 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 3 | -15/+15 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 2 | -8/+6 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 1 | -5/+5 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 2 | -2/+2 | |
2018-09-30 | Update empty test bundle | David Robillard | 2 | -5/+3 | |
2018-09-29 | Use nullptr | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 4 | -7/+7 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -1/+0 | |
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive. | |||||
2018-01-21 | Avoid unnecessary move warnings | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 3 | -14/+152 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 2 | -4/+4 | |
2018-01-21 | Don't build libraries twice when testing is enabled | David Robillard | 2 | -2/+2 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use nullptr | David Robillard | 2 | -7/+7 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 2 | -1/+3 | |
2017-12-18 | Fix override specifiers | David Robillard | 1 | -1/+1 | |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 1 | -2/+0 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -52/+15 | |
2017-07-22 | Fix tests | David Robillard | 1 | -0/+1 | |
2017-03-20 | Fix polyphony tests | David Robillard | 2 | -1/+5 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -2/+4 | |
2017-03-18 | Add missing files | David Robillard | 2 | -0/+229 | |