index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2022-12-30
More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in...
Tyge Løvset
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes *_re...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su...
Tyge Løvset
2022-12-20
Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are...
Tyge Løvset
2022-12-19
Some "internal" macros in ccommon.h made all caps.
Tyge Løvset
2022-12-19
Renames:
Tyge Løvset
2022-12-19
Some cleanup in cregex.
Tyge Løvset
2022-12-14
cregex: renamed enums to all uppercase and prefixed CREG_
Tyge Løvset
2022-12-08
Changed/simplified cregex_replace*() API.
Tyge Løvset
2022-12-05
Minor corrections/changes.
Tyge Løvset
2022-11-13
Updated docs according to last commit.
Tyge Løvset
2022-11-06
Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a...
Tyge Løvset
2022-11-06
Improved documentation of template parameters for all containers.
Tyge Løvset
2022-11-03
Made cmap i_max_load_factor a compile time template parameter instead of runt...
Tyge Løvset
2022-11-02
Change to c_forwhile: takes start iter, not container.
Tyge Løvset
2022-11-01
Modified the not-yet-documented stc/views.h
Tyge Løvset
2022-10-31
Added clist_X_reverse() and node API functions ++. NB! needs a bit more testing.
Tyge Løvset
2022-10-28
Renamed some semi-internal functions which appeared to be macros by their name.
Tyge Løvset
2022-10-28
Renamed semi-internal macro (used for c++ compability) c_make => c_init.
Tyge Løvset
2022-10-24
API CHANGE: Renamed input params for naming consisteny and usage:
Tyge Løvset
2022-10-21
Swapped two last params in cregex_replace_pattern() and cregex_replace_sv() t...
Tyge Løvset
2022-10-21
Renamed size_t formatting macro c_zu to c_ZU (for replacing %zu on mingw64).
Tyge Løvset
2022-10-20
Fixed some inconsistencies, and a minor bug in cmap.
Tyge Løvset
2022-10-20
Switch from #define i_val_bind to i_val_class and i_key_class.
Tyge Løvset
2022-10-19
Update cregex_api.md
Tyge Løvset
2022-10-19
Update cregex_api.md
Tyge Løvset
2022-10-19
Update cregex_api.md
Tyge Løvset
2022-10-19
Update cregex_api.md
Tyge Løvset
2022-10-19
Reverted 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-14
Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m...
Tyge Løvset
2022-10-14
Update sso_bench.cpp benchmark, and some internal improvements.
Tyge Løvset
2022-10-12
Minor change in cbits print to str.
Tyge Løvset
2022-10-07
Rename c_find_in() to overload c_find_if().
Tyge Lovset
2022-10-04
- Removed deprecated c_forrange() (replaced by c_forloop + crange type)
Tyge Løvset
2022-09-28
A few docs changes.
Tyge Løvset
2022-09-27
Merge branch 'master' of github.com:tylov/STC
Tyge Løvset
2022-09-27
Added index, count vars to c_erase_if() + improved docs.
Tyge Løvset
2022-09-27
Update ccommon_api.md
Tyge Løvset
2022-09-27
Renamed c_flt_drop() and c_flt_dropwhile()
Tyge Løvset
2022-09-26
Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac...
Tyge Løvset
2022-09-26
Added .count to c_forfilter() algorithm. Updated prime.c example, and added f...
Tyge Løvset
2022-09-26
Added c_flt_takewhile() filter to c_forfilter() macro.
Tyge Løvset
2022-09-26
DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as...
Tyge Løvset
2022-09-25
Added i.size to c_forlist() macro + example.
Tyge Løvset
2022-09-25
Fixed docs example in ccommon.h.
Tyge Løvset
2022-09-25
Change crange_value from intmax_t to 'long long' - enables usage of "%lld" fo...
Tyge Løvset
2022-09-25
Fixed markdown error in docs.
Tyge Løvset
2022-09-25
Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf...
Tyge Løvset
[next]