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.
11 months ago
..
alloc.cpp 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
main.cpp Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators), 11 months ago