summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-08-15Fixed c_i2u() didn't trigger -Wsign-conversion warning.tylov
2023-08-15Reverting some internal variable names.Tyge Lovset
2023-08-15Minors.Tyge Lovset
2023-08-14Simplified printspan.c exampleTyge Løvset
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
2023-08-14Some docs updates.tylov
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-13Fixed cqueue.h: cqueue_X_copy() was not defined inside a `c_no_clone` check.tylov
2023-08-11Updated godbolt code.tylov
2023-08-11Finalized converting to i_use_cmp (vs i_no_cmp)tylov
2023-08-11Minor internals.Tyge Løvset
2023-08-11Minor change to cvec_push()tylov
2023-08-11Updated carc, cbox and template.h - simplifications: removed i_no_cmp/c_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-08Optimized cdeq insert (in the middle) functions.tylov
2023-08-06Merge branch 'master' of https://github.com/stclib/STCtylov
2023-08-06Improved Installation section in README.mdtylov
2023-08-06Docs improvements in README.mdtylov
2023-08-02Merge branch 'master' of github.com:stclib/STCTyge Løvset
2023-08-02Renamed (most internal "class" type) crawstr => ccharptrTyge Løvset
2023-08-01Merge branch 'master' of github.com:stclib/STCTyge Løvset
2023-08-01Added some checks that a proper i_cmp/(i_hash) is defined when i_keyraw conve...Tyge Løvset
2023-08-01Fixed conversion warnings.Tyge Løvset
2023-08-01Last minute API change for coroutines before V4.3 release:Tyge Løvset
2023-08-01Last minute API change for coroutines before V4.3 release:Tyge Løvset
2023-08-01Improve changelog for v4.3Tyge Løvset
2023-08-01Fixed bug in cco_call_await() test.tylov
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-27An improvement in cvec/cdeq insert_uninit() impl.tylov
2023-07-27Added docs for "pull" functions.tylov
2023-07-26Added cmap_emplace_key() / csmap_emplace_key()tylov
2023-07-24Made it a pre-release 4.3tylov
2023-07-24Updated and fixed benchmarks and performance graphs.tylov
2023-07-24Improved an issue with cspan.tylov
2023-07-24Updated docs, fix for issue #64.tylov
2023-07-24Merge pull request #65 from stclib/dev43Tyge Løvset
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-23Updated docs.tylov