3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-30 00:44:34 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Nils Wentzell
99df95f853 [travis] Switch to gcc and clang version 8, clean dependency list 2019-07-16 11:29:51 -04:00
Nils Wentzell
45dc6e1b3c [travis] Build against sanitized version of triqs 2019-07-16 11:28:45 -04:00
Nils Wentzell
162bf1a482 [travis] Build triqs in debug mode, build only with two cores 2019-06-26 10:55:03 -04:00
Nils Wentzell
eca87051cb [travis] Fix llvm setup in .travis file, enable clang build 2019-06-05 10:56:50 -04:00
Nils Wentzell
57c5c8a892 [cmake] Remove remainders of separate cpp2py install (now included with triqs) 2019-04-16 11:17:17 -04:00
Nils Wentzell
82b10c1983 [travis] avoid apt-get install failure, add ubsan options 2018-04-24 22:34:41 +02:00
Nils Wentzell
c6a0079b89 travis update to llvm7 and xenial 2018-04-06 15:10:42 +02:00
Nils Wentzell
f65e5bfbad 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
Nils Wentzell
f0b49145da Disable clang build and stronger restriction on clang tidy headers 2018-03-25 19:38:25 +02:00
Nils Wentzell
78ff2fb178 check clang travis build 2018-03-25 19:22:14 +02:00
Nils Wentzell
f2d7e84bdd Major update and Cleaning
-consistent indends in all cmake files
-add static analyzer checks with both cppcheck and clang-tidy
-add dynamic analyzer checks with Address Sanitizer and option ASAN
-add dynamic analyzer checks with Undefined Behavior Sanitizer and option UBSAN
-Further Cleaning and Comments
2018-03-25 19:21:18 +02:00
Nils Wentzell
2b76c51f12 First draft of the triqs application skeleton 2018-03-22 18:16:10 +01:00