summaryrefslogtreecommitdiffstats
path: root/include/ingen/memory.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Make empty methods and trivial constructors noexceptDavid Robillard1-2/+2
2022-08-18Clean up includesDavid Robillard1-2/+0
2021-06-04Switch to C++14 and fix build with GCC 10David Robillard1-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-15Clean up includes in core and serverDavid Robillard1-0/+1
2020-08-02Remove Raul::managed_ptr aliasDavid Robillard1-5/+0
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-3/+0
2020-08-02Remove std::unique_ptr aliasDavid Robillard1-3/+0
2020-08-02Remove std::weak_ptr aliasDavid Robillard1-3/+0
2020-08-02Rename memory utility headerDavid Robillard1-0/+54