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
/
stc
/
algo
/
filter.h
Age
Commit message (
Expand
)
Author
2023-04-03
Renamed c_flt_n() => c_flt_getcount(), and c_flt_count() => c_flt_counter().
Tyge Lovset
2023-04-02
Renamed c_flt_last(i) => c_flt_n(i) in algo/filter.h
Tyge Løvset
2023-03-26
Remove more c_with, c_auto
Tyge Løvset
2023-03-23
Forgot an increment.
Tyge Lovset
2023-03-23
Internal in filter. c_xxx_if() macros now all have an _index var that can be ...
Tyge Lovset
2023-03-22
Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack.
Tyge Løvset
2023-03-12
Safer state machine in coroutine.h (internal).
Tyge Løvset
2023-03-10
Added short names by default to c11/fmt.h print, println and printd.
Tyge Løvset
2023-03-09
Added c_flt_transform() and some updates to coroutine.h. Added stc/calgo.h : ...
Tyge Løvset
2023-03-07
Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t...
Tyge Løvset
2023-02-13
Changed name of c_flt_inc() to c_flt_count().
Tyge Løvset
2023-02-13
Docs update and improvements
Tyge Løvset
2023-02-12
Fairly large update before release 4.1, cleaning up docs and some minor addit...
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-01-23
Changed c_OVERLOADMACRO() internally.
Tyge Løvset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, wh...
Tyge Løvset
2023-01-04
Bump to 2023
Tyge Løvset
2022-12-31
Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...
Tyge Løvset
2022-12-30
More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in...
Tyge Løvset
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes *_re...
Tyge Løvset