Commit Graph

9 Commits

Author SHA1 Message Date
f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
9da28a64c9 memory/deleter: use more descriptive template param names 2017-08-30 13:42:49 +10:00
25e19b5810 build: use explicit constructors 2017-05-23 12:50:51 +10:00
353cf839d4 use nested namespace declarations 2017-01-05 15:06:49 +11:00
93c08b048c memory/deleter: add function calling deleter
used with unique_ptr in the deletion phase
2015-11-24 16:53:10 +11:00
00f6f614be memory: rename object_deleter to owner_deleter 2015-11-19 16:46:19 +11:00
37268d6215 memory/deleter: remove nullptr callback restriction
if you want to pass in null then it's your head...
2015-11-19 15:04:19 +11:00
7dcaca2681 memory: add object based deleter for unique_ptr 2015-11-17 17:20:52 +11:00