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-08-06
Merge branch 'master' of https://github.com/stclib/STC
tylov
2023-08-06
Improved Installation section in README.md
tylov
2023-08-06
Docs improvements in README.md
tylov
2023-08-02
Merge branch 'master' of github.com:stclib/STC
Tyge Løvset
2023-08-02
Renamed (most internal "class" type) crawstr => ccharptr
Tyge Løvset
2023-08-01
Merge branch 'master' of github.com:stclib/STC
Tyge Løvset
2023-08-01
Added some checks that a proper i_cmp/(i_hash) is defined when i_keyraw conve...
Tyge Løvset
2023-08-01
Fixed conversion warnings.
Tyge Løvset
2023-08-01
Last minute API change for coroutines before V4.3 release:
Tyge Løvset
2023-08-01
Last minute API change for coroutines before V4.3 release:
Tyge Løvset
2023-08-01
Improve changelog for v4.3
Tyge Løvset
2023-08-01
Fixed bug in cco_call_await() test.
tylov
2023-07-31
Renamed cco_generator() => cco_iter_struct(). More in line with cco_task_stru...
tylov
2023-07-30
Added cco_generator(Name, ...) macro to simplify defining the iterator struct...
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-27
An improvement in cvec/cdeq insert_uninit() impl.
tylov
2023-07-27
Added docs for "pull" functions.
tylov
2023-07-26
Added cmap_emplace_key() / csmap_emplace_key()
tylov
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
[prev]
[next]