jidicula / clang-format-actionLinks
GitHub Action for clang-format checking
☆122Updated last month
Alternatives and similar repositories for clang-format-action
Users that are interested in clang-format-action are comparing it to the libraries listed below
Sorting:
- This action checks if the source code matches the .clang-format file.☆143Updated 5 months ago
- Create a pull request review based on clang-tidy warnings☆99Updated 5 months ago
- 💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.☆172Updated 9 months ago
- GitHub Action to build C++ applications with CMake (CMakePresets.json), Ninja and vcpkg on GitHub.☆190Updated 4 months ago
- Install and Cache latest CMake and Ninja for your workflows on your GitHub☆118Updated 3 weeks ago
- The modern documentation tool for C++.☆331Updated last year
- A wrapper script around clang-format, suitable for linting multiple files and to use for continuous integration☆258Updated 2 years ago
- Simple C++20 module support for CMake☆212Updated last year
- Run clang-format -i on all of the files in your C or C++ project☆155Updated last year
- A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotatio…☆113Updated last week
- Install all the tools required for building and testing C++ and C projects.☆248Updated this week
- The GitHub Action to setup vcpkg for your C++ based projects. Stores built ports using Binary Caching backed onto GH Cache.☆219Updated 5 months ago
- Turn clang-tidy warnings and fixes to comments in your pull request☆45Updated 3 weeks ago
- 🚅 Compile faster with Ccache! A Ccache integration for CMake with Xcode support.☆73Updated 2 years ago
- Documentation generator for C++☆145Updated last week
- cross platform subprocess library for c++ similar to design of python subprocess☆203Updated last year
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆499Updated last week
- A formatter to make your CMake code the real treasure☆259Updated last week
- Fork of https://github.com/richq/cmake-lint to continue maintenance☆98Updated last year
- A faster alternative to clang-tidy☆135Updated 4 months ago
- Implementation of C++20's std::span for older compilers☆367Updated 2 years ago
- C/C++ hooks to integrate with pre-commit☆367Updated last year
- Doxygen XML to Markdown (or JSON)☆188Updated 2 years ago
- Determine the minimal requirement CMake version of a project☆160Updated last year
- Semantic Versioning for modern C++☆339Updated 2 months ago
- Common Package Specification — A cross-tool mechanism for locating software dependencies☆144Updated 2 months ago
- Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.☆175Updated last month
- Catch2, Google Test and doctest Adapter for the VSCode