summaryrefslogtreecommitdiffhomepage
path: root/misc
AgeCommit message (Expand)Author
2023-08-16Added recursive matrix multiplication example for cspan.Tyge Løvset
2023-08-14Simplified printspan.c exampleTyge Løvset
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
2023-08-14Finished last commit (cleanup, fixes).tylov
2023-08-13API CHANGES:tylov
2023-08-13Updated scheduler.c example.tylov
2023-08-13Removed csview_null - use csview_init().tylov
2023-08-11Finalized converting to i_use_cmp (vs i_no_cmp)tylov
2023-08-10Merge branch 'master' of https://github.com/stclib/STCtylov
2023-08-10Update template.h - also renamed i_cmp_native => i_use_cmpTyge Løvset
2023-08-09Bench scripts updatetylov
2023-08-08Reverted cco_cleanup => cco_final. (cco_cleanup deprecated).Tyge Løvset
2023-08-06Docs improvements in README.mdtylov
2023-08-01Fixed conversion warnings.Tyge Løvset
2023-08-01Last minute API change for coroutines before V4.3 release:Tyge Løvset
2023-07-31Renamed cco_generator() => cco_iter_struct(). More in line with cco_task_stru...tylov
2023-07-30Added cco_generator(Name, ...) macro to simplify defining the iterator struct...tylov
2023-07-28Updated output label for crand64.tylov
2023-07-28Improved crand docs and commented out the irrelevant 32-bit variants in the b...tylov
2023-07-26Added cmap_emplace_key() / csmap_emplace_key()tylov
2023-07-24Updated and fixed benchmarks and performance graphs.tylov
2023-07-24Improved an issue with cspan.tylov
2023-07-24Fix for: Merge branch 'master' into dev43tylov
2023-07-24Merge branch 'master' into dev43tylov
2023-07-24Updated 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-23Update benchmark files.tylov
2023-07-21Renamed crange_make(...) => crange_init(...), deprecated crange_make().tylov
2023-07-21Removed c_foreach_rv() - only worked for cvec, so not general.tylov
2023-07-21NB! Changed some coroutine API for consistency/simplicity: Added full task su...tylov
2023-07-21Renamed badly abbreviated names in crand.h.tylov
2023-07-20Moved examples to sub-directories. Added cotask1.c cotask2.c examples.tylov
2023-07-18Final merge fixes.tylov
2023-07-18Merge branch 'dev43' into masterTyge Løvset
2023-07-18Renamed i_native_cmp => i_cmp_nativetylov
2023-07-16Moved _cspan_next2() to header section in cspan.h to allow optimizations.tylov
2023-07-15Improved warning, and other enhancements in ccommon.htylov
2023-07-15Reverted to cspan_submdX() without output span type as first argument. Type/a...tylov
2023-07-13Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan.tylov
2023-07-12Changed docs and examples to use i_key* template parameters instead of i_val*...tylov
2023-07-12template.h: i_valclone and i_valfrom are considered the same when only one is...tylov
2023-07-11Fixed an issue in template.htylov
2023-07-11Internal updates and doc reorg.tylov
2023-07-10Backport from dev43: Bugfixes on 4.2 from raspberry pi 32-bit testing. Fixes ...tylov
2023-07-10Renamed input enum flags for cregex functions.tylov
2023-07-10Reverted from crange_init() to crange_make() again. Added to changelog for v4.3tylov
2023-07-08Fixes from 32-bit raspberry pi testing.tylov
2023-07-08Added support for column-major md cspan.tylov
2023-07-07Backported fixes on issues #60 and #62 to STC 4.2. Note that cbits now uses l...Tyge Løvset
2023-07-07Issue #62: Fixed wrong printf format specifiers. Changed cbits.h to use long ...Tyge Løvset