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
/
misc
/
tests
Age
Commit message (
Expand
)
Author
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
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-04
Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments.
Tyge Løvset
2023-02-03
Renamed dim to shape in cspan. Not 100% sure it will survive.
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-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-27
Added cspan_slice() function.
Tyge Løvset
2023-01-27
add cspan_test.c
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-24
Small ctest enhancements
Tyge Løvset
2023-01-22
More renamings in ctest.
Tyge Løvset
2023-01-22
Added cspan_init() for static initializing and a minor fix. Added cregex repl...
Tyge Løvset
2023-01-21
ASSERT_WSUBSTR() => ASSERT_SUBWSTR()
Tyge Løvset
2023-01-21
Corrected the names of float/double ctest functions to match GoogleTest
Tyge Løvset
2023-01-21
GoogleTest-ified ctest.h (more compatible). Added original ctest example file...
Tyge Løvset
2023-01-21
Added modified ctest from https://github.com/bvdberg/ctest, and used on crege...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset