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
/
tests
/
cspan_test.c
Age
Commit message (
Expand
)
Author
2023-07-26
Added cmap_emplace_key() / csmap_emplace_key()
tylov
2023-07-15
Reverted to cspan_submdX() without output span type as first argument. Type/a...
tylov
2023-07-12
Changed docs and examples to use i_key* template parameters instead of i_val*...
tylov
2023-07-11
Fixed an issue in template.h
tylov
2023-07-08
Fixes from 32-bit raspberry pi testing.
tylov
2023-07-08
Added support for column-major md cspan.
tylov
2023-05-13
File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al...
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-02-03
Renamed dim to shape in cspan. Not 100% sure it will survive.
Tyge Løvset
2023-02-03
Feature completed cspan.
Tyge Løvset
2023-02-03
Temporary commit. Will cleanup cspan and usage.
Tyge Løvset
2023-02-03
Update cspan, needs more testing.
Tyge Løvset
2023-02-02
Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self.
Tyge Løvset
2023-01-31
Updates, and prepare for the big unsigned ==> signed transformation.
Tyge Løvset
2023-01-29
Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a...
Tyge Løvset
2023-01-27
Added cspan_slice() function.
Tyge Løvset
2023-01-27
add cspan_test.c
Tyge Løvset