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
/
include
/
stc
/
forward.h
Age
Commit message (
Expand
)
Author
2022-03-30
update on alt/cstr.h (small string optimized).
Tyge Lovset
2022-03-29
Added some sso benchmarks and a minor tweak.
Tyge Løvset
2022-03-26
Fixed alt/cstr.h (short string optimized), so that it can be used in containe...
Tyge Løvset
2022-03-16
Bugfix: carc and cbox cmp functions had bug.
Tyge Løvset
2022-03-15
Some docs update, ++.
Tyge Løvset
2022-02-18
Some improvements and cleanup: CRegex, CMap.
Tyge Løvset
2022-02-16
Refactoring. Added size type param to forward_cmap/csmap . Reverted c_autovar...
Tyge Løvset
2022-01-14
Fixed function linkage spec in cstr. Moved typedefs of cstr and csview to for...
Tyge Løvset
2022-01-03
Bump to 2022.
Tyge Løvset
2022-01-03
Removed many warnings (mainly linux), and some minors.
Tyge Løvset
2021-12-22
Renamed csptr to carc. i_key/val_ref renamed to i_key/val_sptr. Change inspir...
Tyge Løvset
2021-12-12
- Added **cbox** type: container of one element: similar to std::unique_ptr /...
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...
Tyge Løvset
2021-10-02
Moved ref member in clist_X_iter_t to start of struct;
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-17
Added carr2.h and carr3.h (replaces carray.h) + test.
tylo
2021-09-17
Added shared pointer csptr support + test.
Tyge Løvset
2021-09-10
Added forward_cqueue() type pre-declaration support.
Tyge Løvset
2021-09-07
Added cstack and cpque (priority queue) + test.
Tyge Løvset
2021-09-07
Minor: changed linkage of a few functions.
Tyge Løvset
2021-09-06
Added support for cmap and cset.
Tyge Løvset
2021-09-05
New usage style. only cvec is functional. see vec_test_new.c
Tyge Løvset
[prev]