You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 months ago
..
alloc.h 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. 10 months ago
borrow.hh Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators), 10 months ago
constraints.hh alloc.h: Added `deleter` (polymorphic, untyped base & typed template children), working on interface design... 10 months ago
error.hh Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators), 10 months ago
id.hh 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. 10 months ago
macros.h 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. 10 months ago
macros.hh Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators), 10 months ago
types.h Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators), 10 months ago
types.hh 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. 10 months ago
util.hh 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. 10 months ago