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: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for performing static code analysis of C++ source files using the cppcheck tool. | 18 |
| A tool to analyze and represent CMake files as abstract syntax trees (ASTs) for better understanding and manipulation of CMake code | 30 |
| Provides utility functions to integrate static analysis tools with C++ projects. | 3 |
| A CMake integration for checking include-what-you-use violations in source files | 10 |
| Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
| A tool to make CMake build scripts more reliable and easier to debug by providing a standardized framework for unit testing | 36 |
| CMake module providing support for precompiled headers via custom compiler extension | 104 |
| Analyzes source code structure and syntax to detect potential issues and errors | 124 |
| A CMake toolchain for AVR projects | 175 |
| A tool to simplify CMake setup and compilation for developers. | 8 |
| A tool to simplify precompiled header setup in CMake projects | 159 |
| A tool to improve the readability of CMake project files by formatting their contents. | 977 |
| A comprehensive guide to building and managing C++ projects using the CMake build system. | 527 |
| Automates code formatting in CMake projects during development and commit processes. | 58 |
| A tool that provides language server functionality for CMake files | 344 |