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
/
examples
/
new_map.c
Age
Commit message (
Expand
)
Author
2022-08-06
c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ...
Tyge Løvset
2022-06-01
Reverted to default static linkage of non-templated symbols (cstr, csview, .....
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-05-22
Changed c_apply(v, ..) macro to make it more consistent with c_apply_arr(v, ....
Tyge Løvset
2022-04-19
Added #error/warnings for likely missing definitions of i_hash/i_cmp.
Tyge Løvset
2022-04-18
Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin...
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
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...
Tyge Løvset
2021-12-22
Renamed '_rawvalue\b' to '_raw'
Tyge Løvset
2021-12-22
Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa...
Tyge Løvset
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-12
- Added **cbox** type: container of one element: similar to std::unique_ptr /...
Tyge Løvset
2021-12-02
Breaking changes for i_fwd and i_cmp_none:
Tyge Løvset
2021-10-13
Maintenance update. template.h now includes cstr.h when i_key_str or i_val_st...
Tyge Løvset
2021-10-05
Changed recommended order of defining template parameters.
Tyge Løvset
2021-09-30
More cleanup. i_fwd is rarely needed, so removed F_tag. Use i_fwd define flag...
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-23
Moved new examples from tests folder to examples
Tyge Løvset