summaryrefslogtreecommitdiffhomepage
path: root/include/stc
AgeCommit message (Expand)Author
2022-11-03Changed internal representation of csmap.Tyge Løvset
2022-11-03Made cmap i_max_load_factor a compile time template parameter instead of runt...Tyge Løvset
2022-11-03Renamed forward_CONTAINER(...) => declare_CONTAINER(...),Tyge Løvset
2022-11-02Change to c_forwhile: takes start iter, not container.Tyge Løvset
2022-11-01Various updates.Tyge Løvset
2022-11-01Modified the not-yet-documented stc/views.hTyge Løvset
2022-10-31Anorter minor fix in clist_X_erase_range()Tyge Løvset
2022-10-31Fixed bug in clist_X_erase_range().Tyge Løvset
2022-10-31Minor internal refactoring.Tyge Løvset
2022-10-31Minor adjustment.Tyge Løvset
2022-10-31Improved typesafe c_container_of() macro.Tyge Løvset
2022-10-31Added clist_X_reverse() and node API functions ++. NB! needs a bit more testing.Tyge Løvset
2022-10-29Small adjustments in template.hTyge Løvset
2022-10-28Renamed some semi-internal functions which appeared to be macros by their name.Tyge Løvset
2022-10-28Renamed semi-internal macro (used for c++ compability) c_make => c_init.Tyge Løvset
2022-10-28Changed internal rep. for cstr to support 22 bytes small string instead of 23...Tyge Løvset
2022-10-27Merge branch 'master' of github.com:tylov/STCTyge Løvset
2022-10-27Some more tuning of template.h.Tyge Løvset
2022-10-25More and hopefully final fixes of cbox/carc.Tyge Løvset
2022-10-24Fix in cbox/carc.Tyge Løvset
2022-10-24API CHANGE: Renamed input params for naming consisteny and usage:Tyge Løvset
2022-10-24Generalized i_key_class and i_key_arcbox scheme.Tyge Løvset
2022-10-21Swapped two last params in cregex_replace_pattern() and cregex_replace_sv() t...Tyge Løvset
2022-10-21Renamed size_t formatting macro c_zu to c_ZU (for replacing %zu on mingw64).Tyge Løvset
2022-10-21Fixed wrong formatting of 64bit values various places.Tyge Løvset
2022-10-20Reverted some of the changes, but works now well.Tyge Løvset
2022-10-20Fixed previous commit, and city.c example.Tyge Løvset
2022-10-20Fixed some inconsistencies, and a minor bug in cmap.Tyge Løvset
2022-10-20Switch from #define i_val_bind to i_val_class and i_key_class.Tyge Løvset
2022-10-19Reverted back to c_forrrange from c_forloop. Still available but deprecated.Tyge Løvset
2022-10-19- Removed deprecated carc_make and cbox_make (replaced by carc_from, cbox_from)Tyge Løvset
2022-10-18Internal renamings only.Tyge Løvset
2022-10-14Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m...Tyge Løvset
2022-10-14Update sso_bench.cpp benchmark, and some internal improvements.Tyge Løvset
2022-10-12Minor change in cbits print to str.Tyge Løvset
2022-10-07Merge branch 'master' of github.com:tylov/STCTyge Løvset
2022-10-07Fixed a bug in csmap.h regarding #ifndef _i_emplace.Tyge Løvset
2022-10-07Rename c_find_in() to overload c_find_if().Tyge Lovset
2022-10-05Internals.Tyge Løvset
2022-10-04- Removed deprecated c_forrange() (replaced by c_forloop + crange type)Tyge Løvset
2022-09-28Changed c_RANGE() to c_range(). Returns an lvalue object, which is accepted b...Tyge Løvset
2022-09-28Added a convenience macro: c_RANGE(), to mainly be used with c_forfilter().Tyge Løvset
2022-09-28Fixed bug in crange. Could only be iterated once.Tyge Løvset
2022-09-27Missing paranthesis in c_new().Tyge Løvset
2022-09-27Added index, count vars to c_erase_if() + improved docs.Tyge Løvset
2022-09-27Renamed c_flt_drop() and c_flt_dropwhile()Tyge Løvset
2022-09-26Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac...Tyge Løvset
2022-09-26Added .count to c_forfilter() algorithm. Updated prime.c example, and added f...Tyge Løvset
2022-09-26Added c_flt_takewhile() filter to c_forfilter() macro.Tyge Løvset
2022-09-26Another internal opt.Tyge Løvset