Skip to content

Commit

Permalink
Merge pull request #52 from bebenlebricolo/version/updating_to_3.22
Browse files Browse the repository at this point in the history
Upgrading Cmake version to 3.22 using mainstream project
  • Loading branch information
bebenlebricolo authored Jan 21, 2022
2 parents 36cba21 + b0ea75e commit 875a870
Show file tree
Hide file tree
Showing 2,882 changed files with 75,785 additions and 30,749 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ modernize-*,\
performance-*,\
readability-*,\
-readability-convert-member-functions-to-static,\
-readability-function-cognitive-complexity,\
-readability-function-size,\
-readability-identifier-naming,\
-readability-implicit-bool-conversion,\
Expand Down
9 changes: 9 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[codespell]
check-filenames =
check-hidden =
count =
# Disable warnings about binary files
quiet-level = 2
builtin = clear,rare,en-GB_to_en-US
skip = */.git,*/build,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Tests/RunCMake/ParseImplicitData/*.input,*/Utilities/cm*
ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.git* export-ignore
.hooks* export-ignore
.codespellrc export-ignore
.editorconfig export-ignore

# Custom attribute to mark sources as using our C code style.
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ CMakeUserPresets.json

# Visual Studio work directory
.vs/
# Visual Studio build directory
out/

# Visual Studio Code
.vscode/

# CLion work directory
.idea/
# CLion build directories
cmake-build-*/
[Bb]uild*/
[Dd]ebug*/
[Rr]elease*/
Expand Down
Loading

0 comments on commit 875a870

Please sign in to comment.