Go to file
yyc12345 0b7e58c8e8 feat: use CMake to generate library version info.
- use CMake to produce YYCC version header when configuring.
2024-11-03 18:52:02 +08:00
.github/workflows refactor: bring char8_t to this library. 2024-06-26 21:04:56 +08:00
cmake feat: use CMake to generate library version info. 2024-11-03 18:52:02 +08:00
doc doc: fix document about recent changes 2024-11-03 17:29:34 +08:00
script doc: fix document about recent changes 2024-11-03 17:29:34 +08:00
src feat: use CMake to generate library version info. 2024-11-03 18:52:02 +08:00
testbench doc: fix document about recent changes 2024-11-03 17:29:34 +08:00
.gitattributes fix: fix linux build issue 2024-07-22 22:41:10 +08:00
.gitignore feat: use CMake to generate library version info. 2024-11-03 18:52:02 +08:00
CMakeLists.txt feat: improve EnumHelper 2024-11-03 18:06:36 +08:00
LICENSE doc: update README 2024-07-13 22:50:37 +08:00
README.md doc: update build script and documentation. 2024-08-14 17:26:38 +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.

However, the documentation need CMake to build and you may don't know how to use CMake in this project. So as the alternative, you also can browse the raw Doxygen documentation file: doc/src/intro.dox for how to build this project (including documentation) first.

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.

See documentation for how to build this project.