Go to file
2024-07-18 09:28:10 +08:00
.github/workflows refactor: bring char8_t to this library. 2024-06-26 21:04:56 +08:00
cmake chore: update cmake build scripts 2024-06-03 14:24:05 +08:00
doc doc: add documentation for ConfigManager 2024-07-18 09:28:10 +08:00
script chore: update documentation build script 2024-07-08 08:54:49 +08:00
src doc: finish documentation of StringHelper 2024-07-17 14:18:54 +08:00
testbench fix: make exception handler be singleton in same process. 2024-07-07 17:29:26 +08:00
.gitattributes chore: update build system 2024-06-20 15:51:40 +08:00
.gitignore chore: switch to CMake build system. 2024-05-29 23:11:52 +08:00
CMakeLists.txt chore: update build script. 2024-07-06 15:28:30 +08:00
LICENSE doc: update README 2024-07-13 22:50:37 +08:00
README.md doc: update README 2024-07-13 22:50:37 +08:00

YYC Commonplace

YYC Commonplace, or YYCCommonplace (abbr. YYCC) is a static library specifically resolving my requirements in C++ and Windows scope.

Usage

For more usage about this library, please build documentation of this project via Doxygen and read it.

And I also highly recommend that you read documentation first before writing with this library.

Build

This project require at least CMake 3.23 to build. We suggest that you only use stable version (tagged commit). The latest commit may still work in progress and not stable.

For Windows builing, you can browse GitHub action script to have a preview. It actually is a simple calling to script file. For other platforms building (e.g. Linux), you can following common builing way of CMake project.