DNedic /
lockfree
A collection of lock-free data structures written in standard C++11
87/100 healthLoading repository data…
interset-wq / repository
A collection of simple and practical CMake examples.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[!NOTE] MSVC don't support Chinese characters.
warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
In order to solve it, we should save files using
UTF8 with BOM
build foldercmake -B build
cmake --build build
The executable file(target) will be placed on build/Debug/
cmake --build build --clean-first
.cmakecmake -P CMakeLists.txt
cmake -P script mode, CMakeLang scripts always end with .camke
All of cmake variable is string like Bash.
TrueOnYesFalseOffNo0IgnoreNotFoundRecommand using True/False or On/off as boolean.
STREQUAL 比较字符串相等DEFINED 变量是否有定义MATCHES 包含AND OR NOTSelected from shared topics, language and repository description—not editorial ratings.
DNedic /
A collection of lock-free data structures written in standard C++11
87/100 healthpuppetlabs /
A collection of C++ and CMake utility libraries.
58/100 healthsebastianlipponer /
GLviz is a small collection of C++ classes and GLSL shaders to facilitate the development of OpenGL demos.
60/100 healthgpdaniels /
A collection of useful well-commented, self-contained, simple, and/or interesting C++ classes
64/100 healthddmarshall /
Collection of C++ libraries that provide a variety of functionalities. Eigen3 is needed for most of the components to work since all of the vector and matrix math is done using Eigen3. CPPTest is used to perform unit testing on the components. If QD is present then it will also be used. Note that QD 2.3.13 needs to be patched to work (see patches directory). This uses CMake to build all of the tests and examples.
46/100 healthDinandVanvelzen /
This is the main mono-repo for the Galaxy Unlimited Platform. The software contained herein is a collection of libraries and derived services and applications all fairly generic in nature. The overarching purpose of these libraries is to act as a C++ tool chest with which to rapidly develop applications and services
78/100 health