Skip to content

Commit

Permalink
big commit that adds New makefile and other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGresset committed Dec 26, 2024
1 parent 55effc1 commit 0f89c1d
Show file tree
Hide file tree
Showing 35 changed files with 3,525 additions and 504 deletions.
30 changes: 30 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
ExtraArgs: []
HeaderFileExtensions:
- h
HeaderFilterRegex: "./include/*"
ImplementationFileExtensions:
- c
FormatStyle: file
Checks: "-*,\
bugprone-*,\
-bugprone-easily-swappable-parameters, \
-bugprone-implicit-widening-of-multiplication-result, \
cert-*,\
-cert-err34-c, \
clang-analyzer-*,\
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,\
-clang-analyzer-security.insecureAPI.strcpy, \
concurrency-*,\
-concurrency-mt-unsafe,\
linuxkernel-*,\
llvm-*,\
misc-*,\
-misc-no-recursion, \
modernize-*,\
-modernize-use-trailing-return-type, \
-modernize-use-using, \
performance-*,\
portability-*,\
readability-*, \
-readability-identifier-length"
Loading

0 comments on commit 0f89c1d

Please sign in to comment.