| Age | Commit message (Collapse) | Author |
|
Added back cco_await_on(child) calls.
|
|
Make all examples c++ compatible, except those using cspan.h
Removed: crange_obj()
Renamed: crange_make() => crange_init()
Renamed: cspan_make() => cspan_init()
Renamed: cstr_NULL => cstr_null
Renamed: csview_NULL => csview_null
|
|
deprecated.
|
|
|
|
|
|
time/date from a struct tm.
|
|
|
|
Changed API in c11/print.h (not officially part of STC as it is C11).
|
|
|
|
Reverted to just use Sleep on win32 - same effect.
|
|
|
|
|
|
cco_yield_coro().
|
|
- Renamed Liigo's coroutine macro cco(x) => cco_routine(x).
- Removed cco_begin(x), cco_end() macros. Replaced by cco_routine(x).
- Replaced csleep_ms() with csleep_us(), using select() which is portable.
- Updated all coroutine examples.
|
|
|
|
|
|
|
|
the full match group (0).
|
|
|
|
|
|
harmonized. Docs update/improved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no cleanup is needed.
|
|
|
|
|
|
|
|
|
|
cco_await_while(cond).
|
|
|
|
robin-hood impl.
Improved sso_bench.c testing string hash - twice as fast as m.ankeln robin impl !?.
|
|
|
|
|
|
|
|
|
|
|
|
csmap_api.md
|
|
|
|
|
|
|
|
|
|
|
|
Reduced benchmarks/plotbench repetition/sizes.
|
|
|
|
|
|
|