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
/
forfilter.c
Age
Commit message (
Expand
)
Author
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov
2023-07-12
Changed docs and examples to use i_key* template parameters instead of i_val*...
tylov
2023-07-10
Reverted from crange_init() to crange_make() again. Added to changelog for v4.3
tylov
2023-06-11
Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.
Tyge Løvset
2023-06-09
Rename i_extern template flag to i_import. i_extern still available, but depr...
Tyge Løvset
2023-06-09
Fixed issues with linking params i_implement, i_extern.
Tyge Løvset
2023-05-20
Rename c_make() macro to c_init(). c_make still available, but deprecated.
Tyge Løvset
2023-04-08
More docs updates, and a change in stc/extend.h.
Tyge Lovset
2023-04-03
Split priv/template.h in two files to make mksingle.sh work.
Tyge Løvset
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-03-12
Safer state machine in coroutine.h (internal).
Tyge Løvset
2023-03-07
Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t...
Tyge Løvset
2023-03-01
Reverted example moves.
Tyge Løvset
2023-03-01
Moved algorithm examples to algo folder.
Tyge Løvset
2023-02-13
Removed support for uppercase version of c_sv() (i.e c_SV => c_sv).
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-02-05
Some last minute changes: reverted mostly the c_extern from last commit.
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-25
Updates on cspan ++.
Tyge Løvset
2023-01-19
Finish last commit. Most safe function macros are now preferred lowercase, wh...
Tyge Løvset
2023-01-15
Large commit:
Tyge Løvset
2023-01-13
Added algo/cmspan.h: multi-dim span, similar to c++23 mdspan. May get some AP...
Tyge Løvset
2023-01-04
Removed the experimental c_AUTODROP macro.
Tyge Lovset
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes *_re...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset