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
Age
Commit message (
Expand
)
Author
2023-07-24
Made it a pre-release 4.3
tylov
2023-07-24
Updated and fixed benchmarks and performance graphs.
tylov
2023-07-24
Improved an issue with cspan.
tylov
2023-07-24
Updated docs, fix for issue #64.
tylov
2023-07-24
Merge pull request #65 from stclib/dev43
Tyge Løvset
2023-07-24
Fix for: Merge branch 'master' into dev43
tylov
2023-07-24
Merge branch 'master' into dev43
tylov
2023-07-24
Updated godbolt links to working v4.3 examples.
tylov
2023-07-23
- algo/sort.h: Use plural form of i_key (or i_val) to define default name for...
tylov
2023-07-23
Updated docs.
tylov
2023-07-23
Updated singleheader.py/singleupdate.sh scripts to update stcsingle repository.
tylov
2023-07-23
Internal: Reorganized cqueue and cdeq: spliced out header and impl in cqueue....
tylov
2023-07-23
Update benchmark files.
tylov
2023-07-21
Renamed crange_make(...) => crange_init(...), deprecated crange_make().
tylov
2023-07-21
Removed c_foreach_rv() - only worked for cvec, so not general.
tylov
2023-07-21
NB! Changed some coroutine API for consistency/simplicity: Added full task su...
tylov
2023-07-21
Renamed badly abbreviated names in crand.h.
tylov
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov
2023-07-20
Added Task-object to coroutines and true stackless execution.
tylov
2023-07-18
Final merge fixes.
tylov
2023-07-18
Merge branch 'dev43' into master
Tyge Løvset
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-15
Reverted to cspan_submdX() without output span type as first argument. Type/a...
tylov
2023-07-13
Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan.
tylov
2023-07-12
Changed docs and examples to use i_key* template parameters instead of i_val*...
tylov
2023-07-12
Fixed usage of `const i_key` in cvec API, should be `const _cx_value`. Remove...
tylov
2023-07-12
template.h: i_valclone and i_valfrom are considered the same when only one is...
tylov
2023-07-11
Fixed an issue in template.h
tylov
2023-07-11
Internal updates and doc reorg.
tylov
2023-07-10
Backport from dev43: Bugfixes on 4.2 from raspberry pi 32-bit testing. Fixes ...
tylov
2023-07-10
Renamed input enum flags for cregex functions.
tylov
2023-07-10
Reverted from crange_init() to crange_make() again. Added to changelog for v4.3
tylov
2023-07-10
- Fixed meta-programming bug in carc and cbox hash function def (regression).
tylov
2023-07-09
Several minor fixes in cspan.h.
tylov
2023-07-08
Fixes from 32-bit raspberry pi testing.
tylov
2023-07-08
Fixed some internal renaming bugs in cspan.h
tylov
2023-07-08
Added support for column-major md cspan.
tylov
2023-07-07
Backported fixes on issues #60 and #62 to STC 4.2. Note that cbits now uses l...
Tyge Løvset
2023-07-07
Issue #62: Fixed wrong printf format specifiers. Changed cbits.h to use long ...
Tyge Løvset
2023-07-07
Issue #60: fixed compiler compability.
Tyge Løvset
2023-07-04
Removed cco_switch; won't work without state.
Tyge Løvset
2023-07-03
Simplified extend.h a bit.
Tyge Løvset
2023-07-02
Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has...
Tyge Løvset
2023-06-29
better variable names in list example.
Tyge Lovset
2023-06-29
Usage change: comparison is no longer enabled when specifying i_val for cvec,...
Tyge Lovset
2023-06-21
Fix cbox carc default cmp and eq.
Tyge Løvset
2023-06-21
Update of cstr_append_uninit().
Tyge Løvset
2023-06-21
Fixed cco_switch: emulation of switch inside coroutines.
Tyge Lovset
[prev]
[next]