summaryrefslogtreecommitdiffstats
path: root/src/resource-manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-49/+0
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+49
(bzr r10198)