summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-01-03- Removed nomem_error member in csmap and cmap_X_result; test for res.ref == ...Tyge Løvset
2023-01-03Minor improvement to word boundaries \b \B.Tyge Løvset
2023-01-03Fix compilation error in utf8code.c due to predeclaring a static array with u...Tyge Løvset
2023-01-02Replaced c_STATIC_ASSERT() which works for C99 (also multiple on same line).Tyge Løvset
2023-01-02Finish regex updates.Tyge Løvset
2023-01-02Fixes prev. commit.Tyge Løvset
2023-01-02Added selected unicode character classes.Tyge Lovset
2022-12-31Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...Tyge Løvset
2022-12-31More file restructure.Tyge Løvset
2022-12-31Moved fmt.h to include/c11 folder. Not used by the lib or examples as lib is ...Tyge Løvset
2022-12-30Merge pull request #41 from tylov/allcapsTyge Løvset
2022-12-30Fixed carc and cbox docs. Added cbox_X_assign() : transfer ownership between ...Tyge Løvset
2022-12-30More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in...Tyge Løvset
2022-12-29Restructuring of some headers into include/algo folder. Some API changes *_re...Tyge Løvset
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset
2022-12-20Minor docs changes.Tyge Løvset
2022-12-20Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su...Tyge Løvset
2022-12-20Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are...Tyge Løvset
2022-12-19Some "internal" macros in ccommon.h made all caps.Tyge Løvset
2022-12-19Renames:Tyge Løvset
2022-12-19Some cleanup in cregex.Tyge Løvset
2022-12-16Added support for \p{..}, \w, \s, etc. within char classes.Tyge Løvset
2022-12-16Fixed another cregex regression and simplified.Tyge Løvset
2022-12-16Fixed regression in cregex handing of escaped \t, \n, etc.Tyge Løvset
2022-12-16Rewrote cregex _nextc() to use for-loop instead of goto.Tyge Løvset
2022-12-15Minor change.Tyge Løvset
2022-12-15More refactoring of cregex _nextc() and _lex().Tyge Løvset
2022-12-15More cregex refactoring, no functional change.Tyge Løvset
2022-12-14cregex optimizations.Tyge Løvset
2022-12-14cregex: renamed enums to all uppercase and prefixed CREG_Tyge Løvset
2022-12-11Merge branch 'master' of github.com:tylov/STCTyge Løvset
2022-12-11FIXED broken cregex caseless matching. The fixed code has also better perform...Tyge Løvset
2022-12-08Changed/simplified cregex_replace*() API.Tyge Løvset
2022-12-05Minor corrections/changes.Tyge Løvset
2022-12-04Merge branch 'master' of github.com:tylov/STCTyge Løvset
2022-12-04Fixed BUG in cstr_tocase().Tyge Løvset
2022-12-04Support for linking dependant UTF8 and cstr functions and/or cregex.c by defi...Tyge Løvset
2022-11-29Fixed bug in utf8 case convertion.Tyge Lovset
2022-11-27Moved c_forfilter macros from ccommon.h to views.hTyge Løvset
2022-11-27Removed dependence to STC_CSTR_V1.Tyge Løvset
2022-11-27removed csmap_X_value_cmp(): doesn't work with i_cmp_functor, and not needed ...Tyge Løvset
2022-11-23Fixed a bug in cdeq after internal data-rep change.Tyge Løvset
2022-11-22Fixes of -Wconversion warnings (not examples).Tyge Løvset
2022-11-21Changed internal representation of cdeq. All containers in STC can now be ini...Tyge Løvset
2022-11-21Updated shootout_hashmap.cpp, and fixed some unsigned warnings.Tyge Løvset
2022-11-20some changes to hashmap benchmarking again.Tyge Løvset
2022-11-20Added benchmark comparison with boost::unordered_flat_map in shootout_hashmap...Tyge Løvset
2022-11-15More internal cleanup and fixes for cbox and carc.Tyge Løvset
2022-11-14Changed internal rep of cvec. May now be initialized with {NULL} as default.Tyge Løvset