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-09-08
Merge branch 'stclib:master' into modified
HEAD
modified
_Tradam
2023-09-08
Added optional "step" in cspan_slice() function.
master
tylov
2023-09-06
Renamed c_LTu(a, b) => c_less_unsigned(a, b)
Tyge Løvset
2023-09-05
Swapped two parameters in newly renamed "internal" function stc_strnstrn().
Tyge Løvset
2023-09-05
Renamed (half)internal functions:
Tyge Løvset
2023-09-05
Renamed (half) internal function cfasthash() => cbytehash().
Tyge Løvset
2023-09-01
cspan: can now span over a intptr_t size array, but each dimension is still l...
tylov
2023-08-30
Fixed overflows in offset calculations for large md spans.
Tyge Løvset
2023-08-30
Smaller updates.
Tyge Løvset
2023-08-30
Some simplifications. Added i_ndebug macro flag to disable assertions in cspan.
Tyge Lovset
2023-08-23
Removed the last committed c_forint macro.
tylov
2023-08-22
Added c_forint and c_for macros as additions to c_forrange.
Tyge Lovset
2023-08-21
Small change of policy for i_eq: don't use two i_less functions to derive i_e...
tylov
2023-08-21
cspan flat-iterator now prints c_COLMAJOR matrices as in Python. Simpler code...
tylov
2023-08-21
Changed 'order' to 'layout' in cspan md.
Tyge Løvset
2023-08-21
Some cleanups.
Tyge Løvset
2023-08-21
Merge branch 'master' of github.com:stclib/STC
Tyge Lovset
2023-08-21
Added kokkos submdspan example (did not make it to c++23).
Tyge Lovset
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
Corrected/updated string types in docs.
tylov
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
matmult.c cleanup.
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
Simplified printspan.c example
Tyge Løvset
2023-08-14
Reverted csubstr => csview. Sorry about that!
Tyge Løvset
2023-08-14
Some docs updates.
tylov
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
Updated godbolt code.
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
Merge branch 'master' of https://github.com/stclib/STC
tylov
2023-08-10
Update template.h - also renamed i_cmp_native => i_use_cmp
Tyge Løvset
2023-08-09
Bench scripts update
tylov
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
[next]