tooling-cmake-util
C++ tooling utility
Provides utility functions to integrate static analysis tools with C++ projects.
Utility and common library for all polysquare cmake tools.
3 stars
2 watching
2 forks
Language: CMake
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
polysquare/cppcheck-target-cmake | A tool for performing static code analysis of C++ source files using the cppcheck tool. | 18 |
polysquare/cmake-header-language | A CMake macro to determine the language of header files based on inclusions and source file analysis. | 4 |
polysquare/cmake-ast | A tool to analyze and represent CMake files as abstract syntax trees (ASTs) for better understanding and manipulation of CMake code | 30 |
polysquare/cmake-unit | A tool to make CMake build scripts more reliable and easier to debug by providing a standardized framework for unit testing | 36 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 48 |
polysquare/iwyu-target-cmake | A CMake integration for checking include-what-you-use violations in source files | 10 |
eyescale/cmake | A collection of reusable CMake modules and scripts to simplify project setup and dependencies. | 156 |
cliutils/cmake | A set of tools to assist in building code using CMake | 273 |
lukka/run-cmake | An action that automates C++ application builds using CMake and vcpkg. | 182 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |
rpavlik/cmake-modules | A collection of CMake modules for various software development needs | 1,019 |
cristeab/ios-cmake | A toolchain file and examples for building CMake-based projects for iOS development. | 314 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |