| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-08 | Reverted a minor change in template.h | Tyge Løvset | |
| 2022-08-08 | Improved carc example in docs. | Tyge Løvset | |
| 2022-08-08 | Reverted `{{` to `{ {` in documentation as markdown treats it special. | Tyge Løvset | |
| 2022-08-08 | Prepared v4.0 BETA. | Tyge Løvset | |
| 2022-08-07 | Refined template.h when specifying i_key_bind (and i_val_bind): i_keyclone ↵ | Tyge Løvset | |
| becomes defined `c_derived_keyclone` when i_keyfrom is defined, i.e. you don't have to define both, but you can. Improved cmap docs. | |||
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset | |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ↵ | Tyge Løvset | |
| README.md docs. | |||
| 2022-08-05 | Reduce usage of c_apply() macro. | Tyge Løvset | |
| 2022-08-02 | Removed mflags parameter in cregex_is_match(input, re). | Tyge Løvset | |
| 2022-08-02 | Updated cregex docs. | Tyge Løvset | |
| 2022-07-31 | VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates. | Tyge Løvset | |
| 2022-07-31 | csview: csview_token(sv, sep, &start): now start > sv.size on last token. ↵ | Tyge Løvset | |
| Removed usage of c_ARGsv() macro in examples => printf formatting ".*s". csview fully inlined. | |||
| 2022-07-30 | Added support for more than 9 capture group replacements, e.g. "$12;". Added ↵ | Tyge Løvset | |
| an inline function cregex_find_sv(). | |||
| 2022-07-28 | Some minor cregex documentation fixes. | Tyge Løvset | |
| 2022-07-28 | VERSION 3.8 RC. Added cregex with "final" API + docs. README.md updated with ↵ | Tyge Løvset | |
| links to cregex, coption. crandom.h: fixed "stc64_with_seq doesn't use seq argument #31" thanks to funny-falcon. Removed deprecated funcs. Added tags for v3.6 and v3.7. | |||
| 2022-07-28 | Added back coption.h and coption_api.md docs. | Tyge Løvset | |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, ↵ | Tyge Løvset | |
| *_u8(). . See README.md | |||
| 2022-07-15 | cmap: No longer uses c_umul128. If `i_size` is defined by user, table is ↵ | Tyge Lovset | |
| power of 2 length and bit-masking used for mapping hash to index. | |||
| 2022-07-11 | Fixed documentation changes for size, capacity, empty. Minor changes in some ↵ | Tyge Lovset | |
| ex. and map shootout. | |||
| 2022-07-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few ↵ | Tyge Løvset | |
| code-breaking API changes. | |||
| 2022-06-21 | Renamed expand_uninit() functions to insert_uninit() / append_uninit(). | Tyge Løvset | |
| 2022-06-21 | Renamed cstr_rename_n() => cstr_rename_with_n() as it could be confused to ↵ | Tyge Løvset | |
| replace n instances instead of n bytes. | |||
| 2022-06-17 | Various refactoring. Renamed c_apply_arr() => c_apply_array() | Tyge Løvset | |
| 2022-06-15 | Update carc_api.md | Tyge Løvset | |
| 2022-06-10 | removed cstr_length() and csview_length() -> use .._size(). | Tyge Løvset | |
| 2022-06-10 | Changed a few cstr utf8 function names. | Tyge Løvset | |
| 2022-06-10 | utf8 fixes and improvements. Some api changes. | Tyge Løvset | |
| 2022-06-10 | Some changes to utf8 cstr methods. | Tyge Løvset | |
| 2022-06-02 | Update csview_api.md | Tyge Løvset | |
| 2022-06-02 | Update cstr_api.md | Tyge Løvset | |
| 2022-06-02 | updated cstr and csview docs | Tyge Lovset | |
| 2022-06-01 | Change: Split replace into two: cstr_replace(s, search, repl), ↵ | Tyge Løvset | |
| cstr_replace_from(s, pos, search, repl): matches cstr_find() + cstr_find_from(). | |||
| 2022-06-01 | Renamed cstr_replace() => cstr_replace_at(), and cstr_replace_one() => ↵ | Tyge Løvset | |
| cstr_replace(self, start, search, replace). | |||
| 2022-06-01 | Update docs on i_implement / shared linking. | Tyge Løvset | |
| 2022-06-01 | Reverted to default static linkage of non-templated symbols (cstr, csview, ↵ | Tyge Løvset | |
| ..), as it gives smaller executables and is convenient for small applications. (no need to define i_implement when functions is used in one translaton unit only). | |||
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset | |
| 2022-06-01 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset | |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset | |
| 2022-06-01 | Update cbits_api.md | Tyge Løvset | |
| 2022-06-01 | Update cstr_api.md | Tyge Løvset | |
| 2022-06-01 | Added some docs on utf8. API may change for cstr: to take const cstr* args ↵ | Tyge Løvset | |
| instead of cstr values. | |||
| 2022-05-31 | 1) REMOVED files/modules not relevant: makes lib more focused: | Tyge Løvset | |
| - threads.h/threads.c (external lib) - coptions.h - will be kept as a gist. - more will follow, (examples, some benchmarks, etc). 2) Replaced UTF8 decoder with Björn Höhrmann's DFA decoder. | |||
| 2022-05-30 | Updated cstr utf8 docs. | Tyge Løvset | |
| 2022-05-30 | Done refactoring: | Tyge Løvset | |
| - Non-templated types (cstr, csview, cbits, crandom) have no longer default static linking. Now i_header is defined, i.e. files are as headers only. ==> Define `i_implement` before file inclusion. Still possible to do static linkage by defining `i_static` before inclusion or global STC_STATIC. - Templated containers still have static linkage by default. - Renamed csview_substr(), csview_slice() to csview_substr_ex(), csview_slice_ex(). Added simpler inlined csview_substr(), csview_slice(). | |||
| 2022-05-30 | Large refactoring on strings / utf8 and some file structure. | Tyge Lovset | |
| 2022-05-29 | Renamed cstr_replace_first() => cstr_replace_one(). | Tyge Lovset | |
| cstr.h now #include "utf8.h". Added iterator (utf8) to cstr and other utf8 functions postfixed by _u8(). Also renamed some utf8 functions in csview to better names. | |||
| 2022-05-24 | API change: cbits now uses container pointers args in all member functions, ↵ | Tyge Løvset | |
| except clone() ... for now. All containers may get same treatment! which will be a rather big API change. This was needed after testing fixed size cbits performance with pass-by-value: was very slow for large bitsets: now faster than std::bitset<>. Also reverted previous cbits_set_value(): much faster because it is branchless. | |||
| 2022-05-24 | Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of ↵ | Tyge Løvset | |
| values. This to make it consistent with c_foreach, c_apply, c_apply_arr. | |||
| 2022-05-23 | Renamed cstr_find_n(self, search, pos, nmax) => cstr_find_from(self, pos, ↵ | Tyge Løvset | |
| search), and cstr_replace_first(self, search, repl) => cstr_replace_first(self, pos, search, repl). // returns pos after replaced str. | |||
| 2022-05-22 | Changed c_apply(v, ..) macro to make it more consistent with c_apply_arr(v, ↵ | Tyge Løvset | |
| ..) and c_foreach (i, ..): v changed to a pointer - not value. Note: also c_pair(v) is changed correspondingly, so usage with c_apply(v) is unchanged. | |||
