cmake-header-language
Header analyzer
A CMake macro to determine the language of header files based on inclusions and source file analysis.
CMake macro to determine the language of a header file
4 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-ast | A tool to analyze and represent CMake files as abstract syntax trees (ASTs) for better understanding and manipulation of CMake code | 30 |
polysquare/tooling-cmake-util | Provides utility functions to integrate static analysis tools with C++ projects. | 3 |
polysquare/iwyu-target-cmake | A CMake integration for checking include-what-you-use violations in source files | 10 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
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 |
nanoant/cmakepchcompiler | CMake module providing support for precompiled headers via custom compiler extension | 103 |
mumuki/mulang | Analyzes source code structure and syntax to detect potential issues and errors | 124 |
mkleemann/cmake-avr | A CMake toolchain for AVR projects | 174 |
apalkk/cmaker | A tool to simplify CMake setup and compilation for developers. | 8 |
larsch/cmake-precompiled-header | A tool to simplify precompiled header setup in CMake projects | 160 |
cheshirekow/cmake_format | A tool to improve the readability of CMake project files by formatting their contents. | 973 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
kbenzie/git-cmake-format | Automates code formatting in CMake projects during development and commit processes. | 58 |
regen100/cmake-language-server | A tool that provides language server functionality for CMake files | 339 |