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
/
sso_substr.c
Age
Commit message (
Collapse
)
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-06-09
Fixed issues with linking params i_implement, i_extern.
Tyge Løvset
2023-02-13
Removed support for uppercase version of c_sv() (i.e c_SV => c_sv).
Tyge Løvset
Renamed c_ARGSV => c_SV. Old name is still working.
2023-02-05
Some last minute changes: reverted mostly the c_extern from last commit.
Tyge Løvset
Renamed c_ARGSV(sv) macro to c_SVARG(sv). Both available.
2023-02-05
Fixed linking parameters i_extern.
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, ↵
Tyge Løvset
whereas flow control macros (c_FOREACH, ..) are preferred uppercase.
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset