This website works better with JavaScript.
Explore
Help
Register
Sign In
flanchan
/
readpass
Watch
1
Star
0
Fork
You've already forked readpass
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Commit Graph
Select branches
Hide Pull Requests
master
Mono
Color
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.
master
Avril
2023-05-24 14:45:09 +0100
09d29eba24
TODO: Compile-time non-RTTI semi-unique type hashes (see include/types.hh for how to do this.)
Avril
2023-05-24 13:11:13 +0100
4542eaff93
alloc.h: Added `deleter` (polymorphic, untyped base & typed template children), working on interface design...
Avril
2023-05-23 14:11:37 +0100
8ac56c862f
Started `Error` (CXX exceptions), `alloc_t` (C/XX secure/polymorphic allocators),
Avril
2023-05-22 20:10:38 +0100
d11d82c9b7
Updated README, fixed hypothetical example/small usage display.
Avril
2023-05-17 09:52:17 +0100
00e716694e
Initial commit: Outlined most project goals in `README.md`
Avril
2023-05-17 09:11:35 +0100