| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-06 | Renamed c_LTu(a, b) => c_less_unsigned(a, b) | Tyge Løvset | |
| Renamed c_u2i(i) => c_u2i_size(u) Renamed c_i2u(i) => c_i2u_size(i) | |||
| 2023-09-05 | Swapped two parameters in newly renamed "internal" function stc_strnstrn(). | Tyge Løvset | |
| 2023-09-05 | Renamed (half)internal functions: | Tyge Løvset | |
| cfasthash() => stc_hash() cstrhash() => stc_strhash() cnextpow2() => stc_nextpow2() | |||
| 2023-09-05 | Renamed (half) internal function cfasthash() => cbytehash(). | Tyge Løvset | |
| Fixed missing parameter in call of i_hash(). | |||
| 2023-08-30 | Some simplifications. Added i_ndebug macro flag to disable assertions in cspan. | Tyge Lovset | |
| 2023-08-23 | Removed the last committed c_forint macro. | tylov | |
| 2023-08-22 | Added c_forint and c_for macros as additions to c_forrange. | Tyge Lovset | |
| 2023-08-17 | Renamed "internal" csview member .str => .buf, as it is not null terminated ↵ | Tyge Lovset | |
| like crawstr .str member. | |||
| 2023-08-15 | Fixed c_i2u() didn't trigger -Wsign-conversion warning. | tylov | |
| 2023-08-15 | Minors. | Tyge Lovset | |
| 2023-08-14 | Reverted csubstr => csview. Sorry about that! | Tyge Løvset | |
| Added crawstr to become the null-terminated string view. | |||
| 2023-08-14 | Finished last commit (cleanup, fixes). | tylov | |
| 2023-08-13 | API CHANGES: | tylov | |
| Changed csview: becomes a null-terminated string view. Added csubview: a null-terminated string view/span, like previous csview. Note that csview works like a csubview, so not much compability issues should arise. However, some functions have changed from _sv suffix to _ss. | |||
| 2023-08-11 | Finalized converting to i_use_cmp (vs i_no_cmp) | tylov | |
| 2023-08-10 | Update template.h - also renamed i_cmp_native => i_use_cmp | Tyge Løvset | |
| 2023-08-02 | Renamed (most internal "class" type) crawstr => ccharptr | Tyge Løvset | |
| 2023-07-21 | Removed c_foreach_rv() - only worked for cvec, so not general. | tylov | |
| 2023-07-21 | NB! Changed some coroutine API for consistency/simplicity: Added full task ↵ | tylov | |
| support. | |||
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov | |
| 2023-07-13 | Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan. | tylov | |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of ↵ | tylov | |
| i_val* for all non-maps. Renamed c_ASSERT() to c_assert() and added optional message parameter to c_static_assert(). | |||
| 2023-07-10 | Reverted from crange_init() to crange_make() again. Added to changelog for v4.3 | tylov | |
| 2023-07-08 | Fixes from 32-bit raspberry pi testing. | tylov | |
| 2023-07-07 | Issue #62: Fixed wrong printf format specifiers. Changed cbits.h to use long ↵ | Tyge Løvset | |
| long (guaranteed at least 64-bit) instead of int64_t for easier print. Second part of #62 is due to a clang compiler bug, can be avoided by using c_foreach instead of c_forpair. | |||
| 2023-07-07 | Issue #60: fixed compiler compability. | Tyge Løvset | |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for ↵ | Tyge Lovset | |
| cvec, cdeq and clist (like cstack and cqueue). Comparison functions are still required when specifying i_valclass. For fundamental/native types like integers, floats etc., define i_native_cmp along with i_val instead of i_less/i_cmp/i_eq. | |||
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset | |
| 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 | |||
| 2023-06-09 | Rename i_extern template flag to i_import. i_extern still available, but ↵ | Tyge Løvset | |
| deprecated. | |||
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset | |
| 2023-05-23 | Some house holding cleanup. | Tyge Løvset | |
| 2023-05-21 | NB! Made cstr.h header-only by default. Now requires #define i_static, ↵ | Tyge Lovset | |
| i_implement or i_extern (includes utf8code.c) to implement non-inline functions (or link with libstc). | |||
| 2023-05-20 | Rename c_make() macro to c_init(). c_make still available, but deprecated. | Tyge Løvset | |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API ↵ | Tyge Lovset | |
| harmonized. Docs update/improved. | |||
| 2023-05-13 | File priv/raii.h no longer included by stc/ccommon.h, instead moved to ↵ | Tyge Løvset | |
| stc/algo/raii.h and included by stc/calgo.h | |||
| 2023-04-28 | Removed crandom.h and altnames.h. Housholding. | Tyge Løvset | |
| 2023-04-27 | removing compiler warning ++. | Tyge Løvset | |
| 2023-04-24 | Final hashing tweak | Tyge Løvset | |
| 2023-04-24 | Final hash constants tunings. | Tyge Løvset | |
| 2023-04-24 | Fixed another cmap issue | Tyge Løvset | |
| 2023-04-23 | Tuned cmap.h and hash function. | Tyge Løvset | |
| 2023-04-21 | Householding. | Tyge Løvset | |
| 2023-04-18 | Removed unneeded custom size type in maps and bits.h. Prepared for possible ↵ | Tyge Løvset | |
| robin-hood impl. Improved sso_bench.c testing string hash - twice as fast as m.ankeln robin impl !?. | |||
| 2023-04-14 | tuning of hash function. Adjusted benchmark balance. | Tyge Løvset | |
| 2023-04-08 | Reverted c_arraylen(), removed c_ARRAYLEN() | Tyge Lovset | |
| 2023-04-08 | More docs updates, and a change in stc/extend.h. | Tyge Lovset | |
| 2023-04-07 | More docs updating. | Tyge Lovset | |
| 2023-03-29 | Some optimizations in hash func. | Tyge Løvset | |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset | |
| Removed uses of c_auto and c_with in documentation examples and code examples. Still using c_defer a few places. Renamed c11/fmt.h to c11/print.h. Some additions in ccommon.h, e.g. c_const_cast(T, x). Improved docs. | |||
| 2023-03-22 | Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack. | Tyge Løvset | |
| Moved c_find_if, c_erase_if, c_eraseremove_if to algo/filter.h Internals. | |||
| 2023-03-13 | Fixed bug and improved generic c_eraseremove_if(). | Tyge Løvset | |
