| Age | Commit message (Collapse) | Author |
|
|
|
More cleanups.
|
|
|
|
|
|
|
|
errors.
|
|
May define "i_opt c_shared", or "i_opt c_static" to specify individual container linkage, based on if STC_HEADER is defined,
i.e static linkage is default, STC_HEADER defined makes shared symbols default.
|
|
|
|
|
|
|
|
|
|
changes.
|
|
|
|
Version3
Breaking changes are covered by the migration guide in the NEWS section in README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Safety/optimize measure.
|
|
|
|
|
|
|
|
|
|
inspired by Rust Arc/Rc. cbox name is taken from Rust Box type.
|
|
|
|
|
|
c_pair(v) for convenience.
|
|
|
|
|
|
|
|
|
|
`i_eq` in user code if used.
|
|
|
|
|
|
|
|
'_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.
|
|
to containing objects. If i_cmp is defined, it is used instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cpque_X_shrink_to_fit().
Fixed memory leak in example box2.c
|
|
|
|
example.
|
|
Renamed *cstr_assign_fmt()* to `cstr_printf()`.
Renamed cbits_from_str() to cbits_from().
|
|
|