cutter/docs
Premade dc76ccf59e
Enforce coding style using clang-tidy (#3603)
Added scripts/clang-tidy.py
Updated doc to tell about clang-tidy
Added checks for clang-tidy are defined below
* cppcoreguidelines-pro-type-cstyle-cast
* misc-const-correctness
* misc-unused-parameters
* modernize-loop-convert
* modernize-use-auto
* modernize-use-nullptr
* readability-braces-around-statements
* readability-identifier-naming
* readability-make-member-function-const
* performance-for-range-copy
* performance-enum-size
* performance-move-const-arg
* performance-no-automatic-move
* performance-noexcept-destructor
* performance-noexcept-move-constructor
* performance-noexcept-swap
* performance-unnecessary-copy-initialization
* performance-unnecessary-value-param
* performance-use-std-move
* performance-move-constructor-init
2026-05-22 21:46:02 +05:00
..
cutter_theme Fix double jquery in docs (#2335) 2020-07-26 17:05:16 +03:00
doxygen-images/graph_grid_layout Graph optimize placment (#2255) 2020-07-03 20:09:37 +03:00
source Enforce coding style using clang-tidy (#3603) 2026-05-22 21:46:02 +05:00
.gitignore Improve contribution guidelines (#2293) 2020-07-19 22:23:00 +03:00
apidoc.py Merged docs-ref temporary folder to docs 2019-02-28 09:39:42 +01:00
Doxyfile Rewrite part of graph layout code (#2207) 2020-06-03 18:36:44 +03:00
Makefile Made a custom theme for sphinx documentation (#1847) 2019-10-21 22:39:51 +02:00