Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 1 | -1/+2 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -5/+2 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -2/+5 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -2/+2 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+1 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix self-assignment | David Robillard | 1 | -4/+6 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -3/+8 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2016-10-02 | Fix unit test responses and ensure events succeed | David Robillard | 1 | -1/+1 | |
2016-09-29 | Atomic bundle execution | David Robillard | 1 | -2/+2 | |
2016-09-18 | Fix undo of deletions with both blocks and arcs | David Robillard | 1 | -3/+3 | |
Also probably other cases of dependent events that must be executed in the correct order for undo to make sense. | |||||
2016-07-30 | Add undo support | David Robillard | 1 | -0/+107 | |