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

44 Commits

Author SHA1 Message Date
Nils Wentzell
9f03870f26 [cmake] Use CPLUS_INCLUDE_PATH over CPATH to favor -isystem includes 2018-10-11 17:17:12 -04:00
Nils Wentzell
e95982c906 Merge branch 'unstable' 2018-09-17 15:01:06 -04:00
Nils Wentzell
548993e1d0 [doc] Update website logos 2018-09-17 15:00:54 -04:00
Nils Wentzell
afe06474ff [cmake] Fix python environment for doc generation 2018-09-17 15:00:40 -04:00
Dylan Simon
de2792361e jenkins: fix typo in email alert 2018-09-17 13:41:37 -04:00
Nils Wentzell
73642c01a0 [doc] Update website logos 2018-09-12 11:29:47 -04:00
Nils Wentzell
af8f3ad824 Minor fixes and adjustments 2018-08-30 18:07:35 -04:00
Dylan Simon
331bbc8068 [jenkins] move docs to separate gh-pages repo 2018-06-22 11:15:27 -04:00
Dylan Simon
6d2a788ed3 [jenkins] Support brew installed in other places 2018-06-08 10:40:39 -04:00
Dylan Simon
ab43c9762d Merge branch 'unstable' of github:TRIQS/app4triqs into unstable 2018-06-04 13:39:55 -04:00
Nils Wentzell
81ed3a9696 [doc] Fix a few doc warnings 2018-06-03 22:32:24 -04:00
Nils Wentzell
4a7ffbdf92 [doc] Fix few doc problems, add changelog 2018-06-03 22:28:55 -04:00
Nils Wentzell
04d7aef339 [deb] Adjust dependency generation 2018-06-03 13:45:57 -04:00
Dylan Simon
2cbaac664f Add .dockerignore
Without .git, for all the good it does
2018-06-01 11:12:35 -04:00
Dylan Simon
7c8f5569ca [cpack] Switch to autogenerated shlib and deps 2018-06-01 11:10:49 -04:00
Nils Wentzell
35a48aad80 [cmake] Adjust fallback version 2018-06-01 16:51:49 +02:00
Nils Wentzell
2cd1a9384f [cmake] app4triqs version detection via git, some cleaning in conf.py.in 2018-06-01 09:38:03 -04:00
Nils Wentzell
7f0e6283f0 grep app4triqs version from latest annotated git tag 2018-05-27 02:06:48 +02:00
Dylan Simon
0fb5342c6b [cmake] deb pkg works with libgcc1 1:6
The default on xenial
2018-05-21 16:04:25 -04:00
Dylan Simon
51345aff2d [cmake] Add BUILD_DEBIAN_PACKAGE option and rules 2018-05-14 15:26:28 -04:00
Nils Wentzell
6be41fb47a [cmake] Prepend UBSan options to Env 2018-04-24 23:59:32 +02:00
Nils Wentzell
6aa4eee0f4 [cmake] Fixing usage of ubsan with Minimal RT, some cleaning
- Use UBsan Minimal RT if found
- Prioritize gcc-7 directories over older
- Set UBSan options for c++/python tests
2018-04-24 23:34:14 +02:00
Nils Wentzell
82b10c1983 [travis] avoid apt-get install failure, add ubsan options 2018-04-24 22:34:41 +02:00
Dylan Simon
e8a14a3406 [jenkins] Remove unnecessary CPP2RST_INCLUDE flags
Fixed by cpp2py build in triqs efd7b0f7d855a0b5ae260d0fd7a6031cec068072
2018-04-10 12:01:37 -04:00
Dylan Simon
364c99d292 [jenkins] expand LLVM arg
Doesn't propagate from parent image
2018-04-06 11:55:25 -04:00
Dylan Simon
27cfe25967 [jenkins] Use CPP2RST_INCLUDE_COMMAND instead 2018-04-06 11:43:10 -04:00
Dylan Simon
3174a27c70 [jenkins] Add CPP2RST_INCLUDE_DIRS hack for docs 2018-04-06 11:37:30 -04:00
Dylan Simon
907f469bab [jenkins] Remove hard-coded app name from Dockerfile 2018-04-06 11:29:06 -04:00
Dylan Simon
51368b1d66 [jenkins] more comments and explanation 2018-04-06 11:27:06 -04:00
Nils Wentzell
c6a0079b89 travis update to llvm7 and xenial 2018-04-06 15:10:42 +02:00
Nils Wentzell
ee1e563c82 Lowering cmake version requirement, removing fPIC global flag 2018-04-06 14:36:32 +02:00
Nils Wentzell
d8f6932888 Make static analyzers optional 2018-04-06 14:36:07 +02:00
Nils Wentzell
afd3ae12f2 updating README with instructions 2018-03-28 11:00:54 +02:00
Nils Wentzell
ed918caf40 remove cpp2py header include 2018-03-27 13:55:04 +02:00
Dylan Simon
172b2da58f [jenkins] don't allow empty docker updates
just fail and ignore
2018-03-26 16:30:04 -04: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
e3c4366d54 Enable all compiler warnings, Include Triqs headers as SYSTEM, fix linker for sanitizers 2018-03-25 20:15:49 +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
Dylan Simon
616479d883 [jenkins] Use persistent osx triqs install; cleanup
Should now match dft_tools and soon cthyb
2018-03-23 15:30:28 -04:00
Nils Wentzell
6bf4afd316 Adding cmake config files to install targets, Major cleaning 2018-03-23 16:59:38 +01:00
Nils Wentzell
2b76c51f12 First draft of the triqs application skeleton 2018-03-22 18:16:10 +01:00
Nils Wentzell
dcce274810
Initial commit 2018-03-22 15:33:59 +01:00