This website requires JavaScript.
Explore
Help
Register
Sign In
LCPQ
/
dft_tools
Watch
3
Star
0
Fork
0
You've already forked dft_tools
mirror of
https://github.com/triqs/dft_tools
synced
2024-12-23 04:43:42 +01:00
Code
Issues
Releases
Wiki
Activity
28d600f149
dft_tools
/
.clang-tidy
3 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First draft of the triqs application skeleton
2018-03-22 18:11:39 +01:00
Checks: '-*,modernize-*,cppcoreguidelines-*'
Further cleanining, switching to static library -Disable LINTing in test macros with comment // NOLINT -Enable static analyzers for c++ tests -Switch app4triqs_c to static library Dynamic was pickung up previously installed libapp4triqs_c.so in tests Also there is no need to be dynamic for applications -Fix previous change in HeaderFilterRegex: 'app4triqs/c++' was blocking all headers for clang-tidy checks. 'app4triqs' works well, but we cannot install any other headers into app4triqs folder structure. We thus had to create INSTALL_DIR in travis.yml
2018-03-26 00:31:39 +02:00
HeaderFilterRegex: 'app4triqs'
Reference in New Issue
Copy Permalink