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
/
misc
/
examples
/
box2.c
Age
Commit message (
Expand
)
Author
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov
2023-07-13
Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan.
tylov
2023-07-12
Changed docs and examples to use i_key* template parameters instead of i_val*...
tylov
2023-06-29
Usage change: comparison is no longer enabled when specifying i_val for cvec,...
Tyge Lovset
2023-06-11
Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.
Tyge Løvset
2023-05-13
File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al...
Tyge Løvset
2023-03-26
development branch for 4.2
Tyge Løvset
2023-02-20
Added c_eraseremove_if() for cvec, cdeq, cstack, cqueue in ccommon.h. Some cl...
Tyge Løvset
2023-02-18
Fixed carc, cbox: no need for no_lookup and no_eq: use only no_cmp, no_hash i...
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset