| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-20 | Moved examples to sub-directories. Added cotask1.c cotask2.c examples. | tylov | |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov | |
| 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-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 | |||
| 2023-03-29 | Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not ↵ | Tyge Lovset | |
| needed. Simplified cvec_X_eq() and cdeq_X_eq() | |||
| 2023-03-27 | More RAII cleanup in examples. Also removed gauss1.c and new_deq.c | Tyge Løvset | |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset | |
| Removed uses of c_auto and c_with in documentation examples and code examples. Still using c_defer a few places. Renamed c11/fmt.h to c11/print.h. Some additions in ccommon.h, e.g. c_const_cast(T, x). Improved docs. | |||
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will ↵ | Tyge Løvset | |
| still be supported). Improved many examples to use c_make() to init containers. | |||
| 2023-01-19 | Finish last commit. Most safe function macros are now preferred lowercase, ↵ | Tyge Løvset | |
| whereas flow control macros (c_FOREACH, ..) are preferred uppercase. | |||
| 2023-01-04 | Improved a few examples. | Tyge Løvset | |
