| Age | Commit message (Expand) | Author |
| 2023-07-10 | Backport from dev43: Bugfixes on 4.2 from raspberry pi 32-bit testing. Fixes ... | tylov |
| 2023-07-10 | Renamed input enum flags for cregex functions. | tylov |
| 2023-07-10 | Reverted from crange_init() to crange_make() again. Added to changelog for v4.3 | tylov |
| 2023-07-10 | - Fixed meta-programming bug in carc and cbox hash function def (regression). | tylov |
| 2023-07-09 | Several minor fixes in cspan.h. | tylov |
| 2023-07-08 | Fixes from 32-bit raspberry pi testing. | tylov |
| 2023-07-08 | Fixed some internal renaming bugs in cspan.h | tylov |
| 2023-07-08 | Added support for column-major md cspan. | tylov |
| 2023-07-07 | Backported fixes on issues #60 and #62 to STC 4.2. Note that cbits now uses l... | Tyge Løvset |
| 2023-07-07 | Issue #62: Fixed wrong printf format specifiers. Changed cbits.h to use long ... | Tyge Løvset |
| 2023-07-07 | Issue #60: fixed compiler compability. | Tyge Løvset |
| 2023-07-04 | Removed cco_switch; won't work without state. | Tyge Løvset |
| 2023-07-03 | Simplified extend.h a bit. | Tyge Løvset |
| 2023-07-02 | Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has... | Tyge Løvset |
| 2023-06-29 | better variable names in list example. | Tyge Lovset |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for cvec,... | Tyge Lovset |
| 2023-06-21 | Fix cbox carc default cmp and eq. | Tyge Løvset |
| 2023-06-21 | Update of cstr_append_uninit(). | Tyge Løvset |
| 2023-06-21 | Fixed cco_switch: emulation of switch inside coroutines. | Tyge Lovset |
| 2023-06-21 | Minor fix. | Tyge Lovset |
| 2023-06-21 | Added cco_switch(x) {}, cco_case(val) {}, and cco_default {} to use inside co... | Tyge Lovset |
| 2023-06-20 | Added some more to coroutine.h | Tyge Løvset |
| 2023-06-20 | Renamed `i_more` => `i_retain` (avoids undef of template parameters on next S... | Tyge Løvset |
| 2023-06-20 | Internal only: | Tyge Løvset |
| 2023-06-20 | Minor internals. | Tyge Løvset |
| 2023-06-14 | Fixed a bug in cco_await_on(), and added _pull() function to random access co... | Tyge Løvset |
| 2023-06-13 | Missed an update | Tyge Løvset |
| 2023-06-13 | Added cco_closue(Ret, Closure) to define coroutine closure. | Tyge Løvset |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-06-11 | More internal structuring | Tyge Løvset |
| 2023-06-09 | Rename i_extern template flag to i_import. i_extern still available, but depr... | Tyge Løvset |
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset |
| 2023-06-08 | More small adjustments. | Tyge Lovset |
| 2023-06-07 | Minor adjustment in fmt.h | Tyge Løvset |
| 2023-06-07 | Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print time/da... | Tyge Løvset |
| 2023-06-07 | cco: Minor internal cleanup + added cco_timer_elapsed(). | Tyge Løvset |
| 2023-06-06 | Fixed some logic in coroutines. | Tyge Løvset |
| 2023-06-06 | Warning fixes and docs update. | Tyge Løvset |
| 2023-06-06 | Switched to double for times in cco_timer and cco_time, etc. | Tyge Løvset |
| 2023-06-05 | Updated timers and time functions to microseconds (from milli). | Tyge Løvset |
| 2023-06-04 | Added dining_philosophers.c coroutine example. | Tyge Løvset |
| 2023-06-01 | Changed API for cco_timer and cco_sem. | Tyge Løvset |
| 2023-05-31 | Simplified coroutine API. Removed unneeded cco_await_coro() and cco_yield_cor... | Tyge Løvset |
| 2023-05-30 | Changed extern to dllimport for Sleep() function. | Tyge Løvset |
| 2023-05-29 | Update extern benchmark maps. | Tyge Løvset |
| 2023-05-26 | Minor addition to coroutine API. | Tyge Løvset |
| 2023-05-24 | Fixed portability for csleep_ms() function. | Tyge Løvset |
| 2023-05-24 | More coro adjustments. | Tyge Løvset |
| 2023-05-24 | coroutine.h: | Tyge Løvset |
| 2023-05-24 | Merge pull request #57 from liigo/dev43 | Tyge Løvset |