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
/
box2.c
Age
Commit message (
Expand
)
Author
2022-07-11
Fixed documentation changes for size, capacity, empty. Minor changes in some ...
Tyge Lovset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-04-27
Final fixes to carc and cbox; Reverted constructor name to make; (similarity ...
Tyge Løvset
2022-04-18
Removed i_drop and i_from template specifiers to reduce redundancies and add ...
Tyge Lovset
2022-03-16
Bugfix: carc and cbox cmp functions had bug.
Tyge Løvset
2022-03-04
Updated printf formatting to portable code. This was also to use http://winli...
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-23
Removed emplace functions if not i_valraw or i_keyraw is defined. Safety/opti...
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-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-16
Changed default comparison of csbox and csptr objects to comparing addresses ...
Tyge Løvset
2021-12-14
Final update of box2.c example.
Tyge Løvset
2021-12-14
Small improvement of example box2.c.
Tyge Løvset
2021-12-14
Fixed silly bug in cpque_X_pop(). Thanks to matthieugras. Added cpque_X_shrin...
Tyge Løvset
2021-12-14
Added and renamed some examples.
Tyge Løvset