Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -2/+2 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -2/+0 | |
2021-06-04 | Switch to C++14 and fix build with GCC 10 | David Robillard | 1 | -7/+0 | |
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. | |||||
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+1 | |
2020-08-02 | Remove Raul::managed_ptr alias | David Robillard | 1 | -5/+0 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -3/+0 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -3/+0 | |
2020-08-02 | Remove std::weak_ptr alias | David Robillard | 1 | -3/+0 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -0/+54 | |