update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,4 +1,4 @@
 Awesome CMake !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome CMake !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 (https://cmake.org/)
@@ -75,16 +75,16 @@
⟡ cpm (https://github.com/iauns/cpm) - C++ Package Manager based on CMake and Git. **MIT**  MIT 
⟡ conan (https://github.com/conan-io/conan) - Conan C++ Package Manager, implemented in Python and has a CMake integration backend. **MIT**  MIT 
⟡ fips (https://github.com/floooh/fips) - High-level build system/dependency management for distributed, multi-platform C/C++ projects. **MIT**  MIT 
⟡ Ninja (https://github.com/ninja-build/ninja) - Build system that differs from others in two major respects: it is designed to have its input files generated by a higher-level build system (like CMake), and it is designed to run builds
as fast as possible. **APACHE2**  APACHE2 
⟡ Ninja (https://github.com/ninja-build/ninja) - Build system that differs from others in two major respects: it is designed to have its input files generated by a higher-level build system (like CMake), and it is designed to run builds as fast 
as possible. **APACHE2**  APACHE2 
⟡ vcpkg (https://github.com/Microsoft/vcpkg) - A tool to acquire and build C++ open source libraries. Uses CMake internally as a build script language. **MIT**  MIT 
⟡ pmm (https://github.com/AnotherFoxGuy/pmm) - PMM is a module for CMake that manages... package managers. **MIT**  MIT 
⟡ cpm (https://github.com/TheLartians/CPM) - A setup-free CMake + git dependency manager. **MIT**  MIT 
Modules
⟡ cmake-modules (https://github.com/rpavlik/cmake-modules) - Ryan Pavlik (https://github.com/rpavlik)'s collection of CMake modules. There are a number of find modules, especially for virtual reality and physical simulation, some 
utility modules, and some patches or workarounds for CMake itself. **BOOST**  BOOST 
⟡ cmake-modules (https://github.com/rpavlik/cmake-modules) - Ryan Pavlik (https://github.com/rpavlik)'s collection of CMake modules. There are a number of find modules, especially for virtual reality and physical simulation, some utility modules,
and some patches or workarounds for CMake itself. **BOOST**  BOOST 
⟡ cmake-modules (https://github.com/bilke/cmake-modules) - This is a collection of additional CMake modules. Most of them are from Ryan Pavlik. **BOOST**  BOOST 
⟡ CMake (https://github.com/Eyescale/CMake) - Eyescale (https://github.com/Eyescale)'s common CMake modules. **BSD3**  BSD-3-Clause 
⟡ cmake-modules (https://github.com/jedbrown/cmake-modules) - CMake modules for some scientific libraries. **BSD2**  BSD-2-Clause 
@@ -106,8 +106,8 @@
These provide a wide range of functionality - from dealing with compiler flags to using tools. Some also contain modules.
⟡ cotire (https://github.com/sakra/cotire) - Cotire (compile time reducer) is a CMake module that speeds up the build process of CMake based build systems by fully automating techniques as precompiled headers and unity builds for C and 
C++. **MIT**  MIT 
⟡ cotire (https://github.com/sakra/cotire) - Cotire (compile time reducer) is a CMake module that speeds up the build process of CMake based build systems by fully automating techniques as precompiled headers and unity builds for C and C++. 
**MIT**  MIT 
⟡ ucm (https://github.com/onqtam/ucm) - For managing compiler/linker flags, collecting sources, precompiled headers, unity builds and others. **MIT**  MIT 
⟡ cmakepp (https://github.com/toeb/cmakepp) - Enhancement Suite for the CMake Build System. **MIT**  MIT 
⟡ sugar (https://github.com/ruslo/sugar) - CMake tools and examples: collecting source files, warnings suppression, etc. **BSD2**  BSD-2-Clause 
@@ -151,16 +151,16 @@
⟡ cmake-init (https://github.com/cginternals/cmake-init) - Template for reliable, cross-platform C++ project setup using CMake. **LICENSE**  (https://github.com/cginternals/cmake-init/blob/master/LICENSE)
⟡ android-cmake (https://github.com/forexample/android-cmake) - Examples of using ruslo/hunter (https://github.com/ruslo/hunter) package manager for an Android application. **BSD2**  BSD-2-Clause 
⟡ hunter-simple (https://github.com/forexample/hunter-simple) - Example of downloading/installing dependencies using ruslo/hunter (https://github.com/ruslo/hunter) package manager. **BSD2**  BSD-2-Clause 
⟡ package-example (https://github.com/forexample/package-example) - Config mode of find_package (examples for this 
(http://stackoverflow.com/questions/20746936/cmake-of-what-use-is-find-package-if-you-need-to-specify-cmake-module-path-an) Stack Overflow question). **NO LICENSE** 
⟡ package-example (https://github.com/forexample/package-example) - Config mode of find_package (examples for this (http://stackoverflow.com/questions/20746936/cmake-of-what-use-is-find-package-if-you-need-to-specify-cmake-module-path-an) Stack 
Overflow question). **NO LICENSE** 
⟡ minimal_cmake_example (https://github.com/krux02/minimal_cmake_example) - Minimal CMake example, that covers dependencies and packaging. **CC0-1.0**  CC0-1.0 
⟡ cmake-example (https://github.com/bast/cmake-example) - Example project which demonstrates various CMake features. **BSD3**  BSD-3-Clause 
⟡ cmake-examples (https://github.com/ttroy50/cmake-examples) - Useful CMake examples in a tutorial format. **MIT**  MIT 
⟡ mini-cmake-qt (https://github.com/euler0/mini-cmake-qt) - Minimal CMake template for Qt 5 projects. **LICENSE**  (https://github.com/euler0/mini-cmake-qt/blob/master/LICENSE)
⟡ BASIS (https://github.com/cmake-basis/BASIS) - CMake BASIS (https://cmake-basis.github.io) makes it easy to create sharable software and libraries that work together. **BSD2**  BSD-2-Clause 
⟡ cpp-boilerplate (https://github.com/Lectem/cpp-boilerplate) - Template that aims to be a reference for modern CMake and CI. **MIT**  MIT 
⟡ how-to-export-cpp-library (https://github.com/robotology/how-to-export-cpp-library) - An OS-agnostic template project for exporting either shared, static or header-only C++ library, sporting ctest and CI support, written in plain 
CMake with line-by-line tutorial comments. **MIT**  MIT 
⟡ how-to-export-cpp-library (https://github.com/robotology/how-to-export-cpp-library) - An OS-agnostic template project for exporting either shared, static or header-only C++ library, sporting ctest and CI support, written in plain CMake with 
line-by-line tutorial comments. **MIT**  MIT 
⟡ modern-cmake-sample (https://github.com/pabloariasal/modern-cmake-sample) - Best practices and proper usage of CMake by using targets. **NO LICENSE** 
⟡ CMakeInstallExample (https://github.com/DeveloperPaul123/CMakeInstallExample) - Installation example for a C++ project (Windows) with Cmake. **NO LICENSE** 
⟡ cpp14-project-template (https://github.com/arnavb/cpp14-project-template) - A C++14 template with CI, tests, code coverage, docs and static analysis integration. **CC0-1.0**  CC0-1.0 
@@ -171,13 +171,14 @@
⟡ pitchfork (https://github.com/vector-of-bool/pitchfork) - A set of conventions for native C and C++ projects. **MIT**  MIT 
⟡ cmake-examples (https://github.com/pr0g/cmake-examples) - A collection of as simple as possible, modern CMake projects. **MIT**  MIT 
⟡ cpp-project (https://github.com/bsamseth/cpp-project) - Boiler plate for C++ projects - tests, CI, coverage, docs. **UNLICENSE**  UNLICENSE 
⟡ ModernCppStarter (https://github.com/TheLartians/ModernCppStarter) - A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management, tests using doctest 
(https://github.com/onqtam/doctest) and much more. **UNLICENSE**  UNLICENSE 
⟡ ModernCppStarter (https://github.com/TheLartians/ModernCppStarter) - A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management, tests using doctest (https://github.com/onqtam/doctest) 
and much more. **UNLICENSE**  UNLICENSE 
⟡ SeeMake (https://github.com/MhmRhm/SeeMake) - A feature-packed, ready-to-use CMake template with testing, static and dynamic checks, coverage reports, and more. **MIT**  MIT 
Other
⟡ autocmake (https://github.com/coderefinery/autocmake) - Using a autocmake.yml file Autocmake (http://autocmake.readthedocs.io/en/latest/) composes CMake building blocks into a CMake project and generates CMakeLists.txt as well as a 
setup script, which serves as a front-end to CMakeLists.txt. **BSD3**  BSD-3-Clause 
⟡ autocmake (https://github.com/coderefinery/autocmake) - Using a autocmake.yml file Autocmake (http://autocmake.readthedocs.io/en/latest/) composes CMake building blocks into a CMake project and generates CMakeLists.txt as well as a setup 
script, which serves as a front-end to CMakeLists.txt. **BSD3**  BSD-3-Clause 
⟡ UseLATEX (https://gitlab.kitware.com/kmorel/UseLATEX) - Collection of CMake macros to simplify building LaTeX files. **BSD3**  BSD-3-Clause 
⟡ scikit-build (https://github.com/scikit-build/scikit-build) - Improved build system generator for CPython C extensions. **MIT**  MIT 
⟡ node-cmake (https://github.com/cjntaylor/node-cmake) - CMake-based build system for node.js native modules. **ISC**  ISC 
@@ -214,3 +215,5 @@
CC0-1.0 : https://creativecommons.org/publicdomain/zero/1.0/
MPL : https://www.mozilla.org/en-US/MPL/2.0/
UNLICENSE : https://unlicense.org/
cmake Github: https://github.com/onqtam/awesome-cmake