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
/
include
/
c11
/
fmt.h
Age
Commit message (
Expand
)
Author
2023-08-16
Update cspan docs.
Tyge Løvset
2023-08-16
Added recursive matrix multiplication example for cspan.
Tyge Løvset
2023-08-13
Updated scheduler.c example.
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-06-07
Minor adjustment in fmt.h
Tyge Løvset
2023-06-07
Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print time/da...
Tyge Løvset
2023-03-26
development branch for 4.2
Tyge Løvset
2023-03-10
Added short names by default to c11/fmt.h print, println and printd.
Tyge Løvset
2023-03-07
Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t...
Tyge Løvset
2023-01-31
Updates, and prepare for the big unsigned ==> signed transformation.
Tyge Løvset
2023-01-17
Fixed fmt_println(): now works also for empty args after fmt, and fmt need no...
Tyge Løvset
2023-01-15
Large commit:
Tyge Løvset
2022-12-31
Moved fmt.h to include/c11 folder. Not used by the lib or examples as lib is ...
Tyge Løvset