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-02-08
Removed uppercases in checkauto.l
Tyge Løvset
2023-02-08
Added a simple benchmap for cspan. clang performs best!
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-02-08
Minors.
Tyge Løvset
2023-02-07
Small adjustment for i_allocator
Tyge Løvset
2023-02-07
crange and docs update.
Tyge Løvset
2023-02-07
Added custom allocator per container type.
Tyge Løvset
2023-02-07
removed c_ALLOC_N()
Tyge Løvset
2023-02-06
Fixed error in cregex_test.c itself.
Tyge Løvset
2023-02-06
SKIP the failing cregex test. Will debug later.
Tyge Løvset
2023-02-05
Try to fix cregex leak.
Tyge Løvset
2023-02-05
Added misc/tests to CMakeLists.txt, and some cleanup.
Tyge Løvset
2023-02-05
Some last minute changes: reverted mostly the c_extern from last commit.
Tyge Løvset
2023-02-05
Fixed linking parameters i_extern.
Tyge Løvset
2023-02-05
Improved readme.md
Tyge Løvset
2023-02-05
More text update.
Tyge Løvset
2023-02-05
Added links to Core Guidelines on unsigned/signed indices.
Tyge Løvset
2023-02-05
- Updated cspan.h to allow for compiling some functions as shared symbols.
Tyge Løvset
2023-02-04
Merge pull request #46 from tylov/newinit
Tyge Løvset
2023-02-04
Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments.
Tyge Løvset
2023-02-04
More cspan docs updates.
Tyge Løvset
2023-02-04
Removed a warning.
Tyge Løvset
2023-02-04
Minor docs update.
Tyge Løvset
2023-02-03
Renamed dim to shape in cspan. Not 100% sure it will survive.
Tyge Løvset
2023-02-03
More cspan docs fixes.
Tyge Løvset
2023-02-03
Feature completed cspan.
Tyge Løvset
2023-02-03
Temporary commit. Will cleanup cspan and usage.
Tyge Løvset
2023-02-03
Update cspan, needs more testing.
Tyge Løvset
2023-02-02
Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self.
Tyge Løvset
2023-02-02
Fixed to allow int64_t sized maps. (defaults to 32-bit).
Tyge Løvset
2023-02-01
Fixed docs of c_make() macro.
Tyge Lovset
2023-02-01
Improved README.md
Tyge Løvset
2023-02-01
Update docs formatting and README.md
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-31
Converted all containers but the maps and examples to signed sizes and indices.
Tyge Løvset
2023-01-31
Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase.
Tyge Løvset
2023-01-31
Updates, and prepare for the big unsigned ==> signed transformation.
Tyge Løvset
2023-01-29
Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a...
Tyge Løvset
2023-01-28
Generalized cspan_slice(), and improved usage/ergonomics.
Tyge Lovset
2023-01-28
Fix two minor blips.
Tyge Lovset
2023-01-28
Added flat iteration over a sliced cspan.
Tyge Lovset
2023-01-27
Added cspan_slice() function.
Tyge Løvset
2023-01-27
add cspan_test.c
Tyge Løvset
2023-01-27
Removed branch in cvec_lower_bound().
Tyge Løvset
2023-01-27
(Reverted) c_COMPOUND() to c_LITERAL().
Tyge Løvset
2023-01-27
Added stride to cspan (md), prepared for cspan_slice() function.
Tyge Løvset
2023-01-26
update cregex_test.c. Rename using_... to use_...
Tyge Lovset
2023-01-26
Removed cregex args in examples which are now defaulted.
Tyge Løvset
2023-01-26
Updated API for cregex.
Tyge Løvset
2023-01-25
Updates on cspan ++.
Tyge Løvset
[prev]
[next]