| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of ↵ | tylov | |
| i_val* for all non-maps. Renamed c_ASSERT() to c_assert() and added optional message parameter to c_static_assert(). | |||
| 2023-07-03 | Simplified extend.h a bit. | Tyge Løvset | |
| 2023-06-20 | Internal only: | Tyge Løvset | |
| Renamed _cx_memb() macro to _cx_MEMB() Renamed _cx_self macro to _cx_Self | |||
| 2023-05-18 | Renamed template param i_con => i_base in stc/extend.h. Also the macro ↵ | Tyge Løvset | |
| c_getcon(self) => c_extend(self). | |||
| 2023-04-08 | More docs updates, and a change in stc/extend.h. | Tyge Lovset | |
| 2023-04-07 | More docs updating. | Tyge Lovset | |
| 2023-04-01 | Update of stc/extend.h | Tyge Lovset | |
| 2023-03-31 | Added stc/extend.h: A generalized way to type-safely extend a container with ↵ | Tyge Lovset | |
| new members which can be accessed from the template parameters. See examples/functor.c | |||
