6 Commits (master)
 

Author SHA1 Message Date
Avril 18a854e480
Added type_hash<T>(): Creates a (mostly) unique SHA256 hash at compile time for a given type. The hash is given static storage duration, no other executable bloat is kept.
11 months ago
Avril 09d29eba24
TODO: Compile-time non-RTTI semi-unique type hashes (see include/types.hh for how to do this.)
11 months ago
Avril 4542eaff93
alloc.h: Added `deleter` (polymorphic, untyped base & typed template children), working on interface design...
11 months ago
Avril 8ac56c862f
Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators),
11 months ago
Avril d11d82c9b7
Updated README, fixed hypothetical example/small usage display.
11 months ago
Avril 00e716694e
Initial commit: Outlined most project goals in `README.md`
11 months ago