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
/
shape.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-06-11
Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.
Tyge Løvset
2023-05-01
Remove warnings when using -Wextra.
Tyge Løvset
2023-03-28
Example changes. Added crand.h possible replacement for crandom.h
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-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-02-07
Added custom allocator per container type.
Tyge Løvset
2023-01-31
Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase.
Tyge Løvset
2023-01-25
Updates on cspan ++.
Tyge Løvset
2023-01-18
Improved error messages.
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