summaryrefslogtreecommitdiffhomepage
path: root/misc/tests
AgeCommit message (Expand)Author
2023-08-17Renamed "internal" csview member .str => .buf, as it is not null terminated l...Tyge Lovset
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
2023-08-13API CHANGES:tylov
2023-07-26Added cmap_emplace_key() / csmap_emplace_key()tylov
2023-07-15Reverted to cspan_submdX() without output span type as first argument. Type/a...tylov
2023-07-12Changed docs and examples to use i_key* template parameters instead of i_val*...tylov
2023-07-11Fixed an issue in template.htylov
2023-07-10Renamed input enum flags for cregex functions.tylov
2023-07-08Fixes from 32-bit raspberry pi testing.tylov
2023-07-08Added support for column-major md cspan.tylov
2023-06-09Rename i_extern template flag to i_import. i_extern still available, but depr...Tyge Løvset
2023-05-21NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl...Tyge Lovset
2023-05-13File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al...Tyge Løvset
2023-03-26Remove more c_with, c_autoTyge Løvset
2023-02-08Changed to use lowercase flow-control macros in examples (uppercase will stil...Tyge Løvset
2023-02-06Fixed error in cregex_test.c itself.Tyge Løvset
2023-02-06SKIP the failing cregex test. Will debug later.Tyge Løvset
2023-02-04Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments.Tyge Løvset
2023-02-03Renamed dim to shape in cspan. Not 100% sure it will survive.Tyge Løvset
2023-02-03Feature completed cspan.Tyge Løvset
2023-02-03Temporary commit. Will cleanup cspan and usage.Tyge Løvset
2023-02-03Update cspan, needs more testing.Tyge Løvset
2023-02-02Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self.Tyge Løvset
2023-01-31Updates, and prepare for the big unsigned ==> signed transformation.Tyge Løvset
2023-01-29Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a...Tyge Løvset
2023-01-27Added cspan_slice() function.Tyge Løvset
2023-01-27add cspan_test.cTyge Løvset
2023-01-27Added stride to cspan (md), prepared for cspan_slice() function.Tyge Løvset
2023-01-26update cregex_test.c. Rename using_... to use_...Tyge Lovset
2023-01-24Small ctest enhancementsTyge Løvset
2023-01-22More renamings in ctest.Tyge Løvset
2023-01-22Added cspan_init() for static initializing and a minor fix. Added cregex repl...Tyge Løvset
2023-01-21ASSERT_WSUBSTR() => ASSERT_SUBWSTR()Tyge Løvset
2023-01-21Corrected the names of float/double ctest functions to match GoogleTestTyge Løvset
2023-01-21GoogleTest-ified ctest.h (more compatible). Added original ctest example file...Tyge Løvset
2023-01-21Added modified ctest from https://github.com/bvdberg/ctest, and used on crege...Tyge Løvset
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset