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
/
include
Age
Commit message (
Expand
)
Author
2023-08-21
Some cleanups.
Tyge Løvset
2023-08-19
Optimized cspan_next(): awesome speedup on gcc.
tylov
2023-08-19
Polishing cspan.h. Updated multidim.c cspan example.
tylov
2023-08-19
Moved cspan_next() to shared implementation (if chosen).
Tyge Lovset
2023-08-19
Improved cspan_next function.
Tyge Lovset
2023-08-17
Simplified access to utf8 character .chr in cstr / csview / crawstr iterators...
tylov
2023-08-17
Renamed "internal" csview member .str => .buf, as it is not null terminated l...
Tyge Lovset
2023-08-17
Small refactoring.
Tyge Lovset
2023-08-16
Update cspan docs.
Tyge Løvset
2023-08-16
Added recursive matrix multiplication example for cspan.
Tyge Løvset
2023-08-15
Fixed c_i2u() didn't trigger -Wsign-conversion warning.
tylov
2023-08-15
Reverting some internal variable names.
Tyge Lovset
2023-08-15
Minors.
Tyge Lovset
2023-08-14
Reverted csubstr => csview. Sorry about that!
Tyge Løvset
2023-08-14
Finished last commit (cleanup, fixes).
tylov
2023-08-13
API CHANGES:
tylov
2023-08-13
Updated scheduler.c example.
tylov
2023-08-13
Removed csview_null - use csview_init().
tylov
2023-08-13
Fixed cqueue.h: cqueue_X_copy() was not defined inside a `c_no_clone` check.
tylov
2023-08-11
Finalized converting to i_use_cmp (vs i_no_cmp)
tylov
2023-08-11
Minor internals.
Tyge Løvset
2023-08-11
Minor change to cvec_push()
tylov
2023-08-11
Updated carc, cbox and template.h - simplifications: removed i_no_cmp/c_no_cmp,
tylov
2023-08-10
Update template.h - also renamed i_cmp_native => i_use_cmp
Tyge Løvset
2023-08-08
Reverted cco_cleanup => cco_final. (cco_cleanup deprecated).
Tyge Løvset
2023-08-08
Optimized cdeq insert (in the middle) functions.
tylov
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-02
Renamed (most internal "class" type) crawstr => ccharptr
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
Last minute API change for coroutines before V4.3 release:
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-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
Updated and fixed benchmarks and performance graphs.
tylov
2023-07-24
Improved an issue with cspan.
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
Internal: Reorganized cqueue and cdeq: spliced out header and impl in cqueue....
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
Added Task-object to coroutines and true stackless execution.
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-15
Reverted to cspan_submdX() without output span type as first argument. Type/a...
tylov
[next]