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
/
box.c
Age
Commit message (
Expand
)
Author
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-08-05
Reduce usage of c_apply() macro.
Tyge Løvset
2022-07-11
Fixed documentation changes for size, capacity, empty. Minor changes in some ...
Tyge Lovset
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-27
Final fixes to carc and cbox; Reverted constructor name to make; (similarity ...
Tyge Løvset
2022-04-25
Removed size argument to `i_hash` template parameter and `c_default_hash`. Th...
Tyge Løvset
2022-04-22
Readded push()/emplace() to all containers missing them. Made _hash function ...
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-03-16
Bugfix: carc and cbox cmp functions had bug.
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-22
Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa...
Tyge Løvset
2021-12-19
Improved box.c and added a corresponding sptr.c example.
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-14
Added and renamed some examples.
Tyge Løvset