1
0
Fork
You've already forked stc
0
No description
  • C++ 97.1%
  • CMake 2.9%
Find a file
2026年07月01日 01:41:23 +02:00
.github/workflows Fix bad edges in rectangle checks 2025年12月09日 20:13:00 +01:00
demos Deprecate minilog in favour of separate library 2026年06月20日 02:10:37 +02:00
docs Document the new version tags 2026年07月01日 01:41:23 +02:00
extra-modules Add TestDirectory for folder ownership in tests 2026年05月18日 01:04:38 +02:00
src Add hack for flushing redirected fds before dying 2026年07月01日 01:24:20 +02:00
tests Add extra sanity check before the potentially dangerous bit of the test 2026年05月18日 01:11:05 +02:00
.clang-tidy Let stc::Unix::Process redirect itself to another fd 2026年05月15日 02:00:25 +02:00
.gitignore Add Math.hpp, add initial benchmark setup 2025年12月09日 19:05:06 +01:00
CMakeLists.txt Add Math.hpp, add initial benchmark setup 2025年12月09日 19:05:06 +01:00
LICENSE Deprecate minilog in favour of separate library 2026年06月20日 02:10:37 +02:00
README.md the README in the docs folder hid the actual README, so move the bulk of the README into a new README in docs 2026年02月04日 23:01:58 +01:00

stc

Header-only utilities for C++20* and up. Name inspired by stb (in part so I can have stb, stc, and std in some of my projects :) )

*: Subject to change in the future

stc has documentation generated by doxygen. An online version is available on GitHub pages.

For information about the included features, see the doxygen docs, or the docs folder.