| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
conversion type is specified for maps. Advanced usage.
|
|
|
|
- Renamed cco_xxxx_await() => cco_await_xxxx() (call, task, sem, timer)
- Renamed cco_xxxx_blocking() => cco_blocking_xxxx() (call, task)
- Renamed cco_task_resume() => cco_resume_task()
- Simplified cco_blocking_call()
|
|
- Renamed cco_xxxx_await() => cco_await_xxxx() (call, task, sem, timer)
- Renamed cco_xxxx_blocking() => cco_blocking_xxxx() (call, task)
- Renamed cco_task_resume() => cco_resume_task()
|
|
|
|
|
|
cco_task_struct() macro.
|
|
struct. Updated example generator.c
|
|
|
|
benchmark.
|
|
|
|
|
|
More docs.
|
|
|
|
|
|
|
|
|
|
Dev43
|
|
|
|
|
|
Added missing files.
|
|
for sort, like: <i_key>s_sort_n(data, n).
- Updated some examples.
|
|
|
|
|
|
cqueue.h to priv/cqueue_hdr.h and priv/cqueue_imp.h.
|
|
|
|
|
|
|
|
support.
|
|
Moved coroutine.h from algo subfolder to stc.
Updated coroutine.h and docs.
|
|
|
|
|
|
|
|
|
|
Added c_all_of(), c_any_of(), c_none_of() to algo/filter.h
|
|
|
|
|
|
Type/argument safety is still present.
|
|
|
|
i_val* for all non-maps.
Renamed c_ASSERT() to c_assert() and added optional message parameter to c_static_assert().
|
|
Removed cvec_insert(), use cvec_insert_n().
|
|
is defined and i_valraw is not defined (directly or via valclass/valboxed/val_str). Also applies to key. Some adjustments for benchmarking.
|
|
Reverted to cspan_md() and cspan_md_left() for column-major.
Changed cspan_submdX(): add OutputSpanType as first parameter - aligns with cspan_slice() and adds type safety.
|
|
|
|
issue #61: too small int used in example.
|