Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add compressed pair example | Johannes Stoelp | 2024-10-04 | 1 | -0/+101 |
* | variadic: mapping from generic types to common type | Johannes Stoelp | 2024-10-04 | 1 | -0/+132 |
* | fn: function alias | Johannes Stoelp | 2024-10-04 | 1 | -0/+8 |
* | fn: add simple fn signature checker example | Johannes Stoelp | 2024-10-04 | 2 | -0/+142 |
* | alloc: minimal allocator for inspections | Johannes Stoelp | 2024-07-02 | 1 | -0/+87 |
* | fn: fix fn_t, add static asserts for glibc | Johannes Stoelp | 2024-04-23 | 1 | -5/+11 |
* | fn: wrapper hook with deducing noexcept | Johannes Stoelp | 2024-04-21 | 1 | -0/+99 |
* | concepts: iter example, test out syntax | Johannes Stoelp | 2024-04-11 | 3 | -2/+193 |
* | make: add make file and clang-{tidy,format} configs | Johannes Stoelp | 2024-04-07 | 3 | -0/+75 |
* | typelist: a type list with some algorithms | Johannes Stoelp | 2024-04-07 | 1 | -0/+164 |
* | dtor: conditional trivial destructible | Johannes Stoelp | 2024-04-05 | 1 | -0/+94 |