Amin Ya
Amin Ya
https://github.com/ejfitzgerald/clang-tidy-cache/ Blocked by: - https://github.com/ejfitzgerald/clang-tidy-cache/pull/19 - https://github.com/ejfitzgerald/clang-tidy-cache/pull/18 - https://github.com/ejfitzgerald/clang-tidy-cache/pull/17 - https://github.com/ejfitzgerald/clang-tidy-cache/pull/16 - https://github.com/ejfitzgerald/clang-tidy-cache/pull/15 - https://github.com/ejfitzgerald/clang-tidy-cache/pull/10
Is it possible to automate the addition of the extensions (dark toggle, copy button) using CMake? https://github.com/cpp-best-practices/project_options/blob/50eb09a1097c8ae90b5bc84729a33577365d5eb5/src/Doxygen.cmake _Originally posted by @aminya in https://github.com/cpp-best-practices/project_options/issues/88#issuecomment-1056851749_ ----------------- Afaik to inject Javascript into Doxygen...
- [x] add a website for the documentation #198 - [x] add instructions for making an executable #58 - [x] add instructions for making a header-only library #58 - [x]...
There are other Clang warnings that we have not added. We have already enabled the most pedantic ones, so I think adding these will complete the list and would be...
https://gitlab.kitware.com/cmake/cmake/-/issues/18272 https://gitlab.kitware.com/cmake/cmake/-/issues/17904
Fixes a part of #1889 The previous detection assumed that the compiler on Windows is MSVC, which is not correct all the time. Also, related to #1411
- This adds cross-platform CMake support for the tree_sitter C library. - This also helps the IDEs to work correctly (autocomplete, showing the warnings in the code, etc.) by generating...
Fixes #1888 This fixes 31 shadow warnings from `-Wshadow` in tree-sitter. Detected using #1555 The variables were automatically renamed using the IDE, so they are correct without human error. This...
Many merged pull requests are not released yet. It is not possible to use this package through GitHub due to submodules. So, publishing is the only solution. Could you please...