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
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
2023-05-21
NB! Made cstr.h header-only by default. Now requires #define i_static, ↵
Tyge Lovset
i_implement or i_extern (includes utf8code.c) to implement non-inline functions (or link with libstc).
2023-03-01
Reverted example moves.
Tyge Løvset
2023-03-01
Moved algorithm examples to algo folder.
Tyge Løvset
2023-02-05
Added misc/tests to CMakeLists.txt, and some cleanup.
Tyge Løvset
2023-02-03
Temporary commit. Will cleanup cspan and usage.
Tyge Løvset
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-01-11
Added tinycthread: include/threads.h, src/threads.c. Ex: sptr_threads.c - ↵
Tyge Løvset
emulates standard C11 threads library for compilers not supporting C11 threads.h. Fixed and cleanup of CMake build.
2021-12-12
Try fix ptr_elems.c. Some more docs for cbox. Temporarily comment out ↵
Tyge Løvset
benchmark Action
2021-11-06
Fix build_and_test
Tyge Løvset
2021-08-21
cmake: Add benchmarks as tests
Kamil Cukrowski
2021-08-21
cmake: Add examples as tests
Kamil Cukrowski
2021-08-21
Provide initial cmake configuration
Kamil Cukrowski