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
/
functor.c
Age
Commit message (
Expand
)
Author
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov
2023-07-15
Improved warning, and other enhancements in ccommon.h
tylov
2023-07-12
Changed docs and examples to use i_key* template parameters instead of i_val*...
tylov
2023-07-03
Simplified extend.h a bit.
Tyge Løvset
2023-05-18
Renamed template param i_con => i_base in stc/extend.h. Also the macro c_getc...
Tyge Løvset
2023-04-08
More docs updates, and a change in stc/extend.h.
Tyge Lovset
2023-04-07
More docs updating.
Tyge Lovset
2023-04-01
Update of stc/extend.h
Tyge Lovset
2023-03-31
Added stc/extend.h: A generalized way to type-safely extend a container with ...
Tyge Lovset
2023-03-29
Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not n...
Tyge Lovset
2023-03-27
More RAII cleanup in examples. Also removed gauss1.c and new_deq.c
Tyge Løvset
2023-03-26
development branch for 4.2
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, wh...
Tyge Løvset
2023-01-04
Improved a few examples.
Tyge Løvset