| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
http://winlibs.com gcc+clang with ucrt runtime-libs without warnings.
|
|
|
|
cstr_substr_utf8 added.
|
|
|
|
file strings.h.
|
|
Safety/optimize measure.
|
|
'_del' to '_drop' and '_compare' to '_cmp'.
Also i_key_ref (earlier i_key_sptr) and i_val_ref replaced by more general i_key_bind/i_val_bind.
|
|
|
|
available).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
|
|
|
|
|
|
|
|
|
|
cdeq, cmap, csmap, cslist
|
|
|
|
|
|
|
|
|
|
cdeq_X_erase() - may be used wrong. Use cvec_X_erase_n() instead.
Fixed type-bug in cpque.h (same was in cqueue.h).
|
|
with his parallel_hashmap as recommended by him.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c_forvar => c_autovar
c_forscope => c_autoscope
c_forauto => c_auto
Removed: c_fordefer(x); use c_forscope(0, x) instead.
Added: c_exitauto; // continue
|
|
|
|
|
|
Add build system and CI/CD testing
|