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
/
benchmarks
/
various
Age
Commit message (
Expand
)
Author
2023-08-30
Smaller updates.
Tyge Løvset
2023-08-21
Some cleanups.
Tyge Løvset
2023-08-19
Optimized cspan_next(): awesome speedup on gcc.
tylov
2023-08-14
Reverted csubstr => csview. Sorry about that!
Tyge Løvset
2023-08-13
API CHANGES:
tylov
2023-07-28
Updated output label for crand64.
tylov
2023-07-28
Improved crand docs and commented out the irrelevant 32-bit variants in the b...
tylov
2023-07-18
Renamed i_native_cmp => i_cmp_native
tylov
2023-07-16
Moved _cspan_next2() to header section in cspan.h to allow optimizations.
tylov
2023-07-15
Improved warning, and other enhancements in ccommon.h
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-11
Internal updates and doc reorg.
tylov
2023-07-08
Added support for column-major md cspan.
tylov
2023-07-02
Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has...
Tyge Løvset
2023-06-20
Renamed `i_more` => `i_retain` (avoids undef of template parameters on next S...
Tyge Løvset
2023-05-23
Updated docs to reflect changes in cstr linking shared.
Tyge Lovset
2023-05-19
Added container equality function to docs _eq(c1, c2).
Tyge Lovset
2023-05-18
Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz...
Tyge Lovset
2023-04-23
Tuned cmap.h and hash function.
Tyge Løvset
2023-04-18
Removed unneeded custom size type in maps and bits.h. Prepared for possible r...
Tyge Løvset
2023-04-09
Final commit before 4.2 release?
Tyge Lovset
2023-03-30
Added crand.h - Alternative API to crandom.h, which will be deprecated.
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-08
Added cco_done(ctx) to check if coroutine is complete (including cleanup stage).
Tyge Løvset
2023-02-12
Fairly large update before release 4.1, cleaning up docs and some minor addit...
Tyge Løvset