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
/
make.sh
Age
Commit message (
Expand
)
Author
2023-07-21
Renamed badly abbreviated names in crand.h.
tylov
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov
2023-06-11
Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.
Tyge Løvset
2023-06-09
Fixed issues with linking params i_implement, i_extern.
Tyge Løvset
2023-05-24
More coro adjustments.
Tyge Løvset
2023-05-24
Fixes for clang compiler.
Tyge Løvset
2023-05-21
NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl...
Tyge Lovset
2023-05-01
Remove warnings when using -Wextra.
Tyge Løvset
2023-03-07
Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t...
Tyge Løvset
2023-02-23
Internal updates.
Tyge Løvset
2023-02-04
Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments.
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset