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

112 Commits

Author SHA1 Message Date
Nils Wentzell
8d906ed6cc [cmake] Use PROJECT_GIT_HASH instead to store git hash and adjust dependent files accordingly 2019-07-16 11:54:32 -04:00
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
bb3eb8ecad [cmake] Install svg figures together with documentation 2019-07-16 11:26:38 -04:00
Philipp D
c3114e313a [cmake] streamline top-level cmake
* enforces major.minor version check against triqs
* adds header boilerplate
* minor cleaning
2019-06-26 13:56:56 -04:00
Nils Wentzell
d02eff9ce3 [cmake] Consistently use PROJECT_SOURCE_DIR over CMAKE_SOURCE_DIR 2019-06-26 11:35:52 -04:00
Nils Wentzell
b0bb95d61e [cmake] Use PROJECT_VERSION as defined through project(..) over APP4TRIQS_VERSION 2019-06-26 11:35:20 -04:00
Nils Wentzell
24f49da39c [cmake] Do not enable compiler warnings globally but instead through an interface target 2019-06-26 11:06:12 -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
53e4f257e8 [travis] Add build-passing status image to README 2019-06-05 11:29:17 -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
93856f9440 Minor rewording in readme 2019-06-05 10:52:43 -04:00
Nils Wentzell
3676be09db Add issue templates for bug and feature request 2019-05-22 17:25:28 -04:00
Nils Wentzell
5fda45520c [doc] Keep toctree (depth2) in index.rst 2019-05-22 16:50:43 -04:00
Dylan Simon
9501814975 [jenkins] skip empty packaging commits
No use in doing an extra rebuild
2019-05-02 13:42:36 -04:00
Dylan Simon
81c1a4aa14 [jenkins] allow packaging module to be triqs_*
Use triqs_PKG if it exists, otherwise PKG
2019-04-29 14:51:15 -04:00
Dylan Simon
debb784431 [jenkins] Rename docker repo to packaging 2019-04-29 11:55:14 -04:00
Nils Wentzell
c492078f77 [doc] Major cleaning of doc targets and CMakeLists.txt 2019-04-26 12:40:44 -04:00
Nils Wentzell
c387828bd2 [cmake] Important path/variable fixes in cmake-generated files 2019-04-26 10:24:46 -04:00
Nils Wentzell
219bd830a5 [doc] Minor cleanings of app4triqs doc examples 2019-04-26 10:23:58 -04:00
Nils Wentzell
1d2e845f66 [doc] Disable copy of rst-files to binary dir 2019-04-26 10:20:06 -04:00
Nils Wentzell
aff1c3fdec Update License file initially copied from triqs project 2019-04-26 10:00:58 -04:00
Olivier Parcollet
038b41bd47 minor 2019-04-25 15:48:58 -04:00
Nils Wentzell
f9415b7385 Minor Corrections to PR #3 2019-04-25 14:26:36 -04:00
Hugo U. R. Strand
8529bc164a [doc] add contents.rst and documentation.rst
The upper doc link was broken, it expected a documentation.rst to exist.
Small polish of text.
2019-04-25 13:56:12 -04:00
Hugo U. R. Strand
171dbcdecf [doc] install and first page + github logo 2019-04-25 13:56:12 -04:00
Nils Wentzell
a113230ffe [cmake] Avoid use of list(FILTER ..) to restore cmake version 3.0.2 compatibility 2019-04-25 13:54:23 -04:00
Nils Wentzell
e03eb002cf [cmake] docs_sphinx target should depend on generated module due to autodoc usage, Fix #2 2019-04-25 13:53:33 -04:00
Nils Wentzell
e329acfa06 Remove warning about unused variable 2019-04-25 13:52:22 -04:00
Dylan Simon
984ead7f5d [jenkins] only update docker submodule if it exists 2019-04-24 14:08:48 -04:00
Olivier Parcollet
7811ee514e
Enable doc building on Jenkins 2019-04-23 16:53:50 -04:00
Olivier Parcollet
65029e3aee
Merge pull request #1 from HugoStrand/dev_autodoc
[autodoc] adding python autodoc of c++ wrapped python module
2019-04-23 16:49:11 -04:00
Olivier Parcollet
e375861950
Merge branch 'unstable' into dev_autodoc 2019-04-23 16:48:49 -04:00
Olivier Parcollet
e055902496 Make doc a bit more complex 2019-04-23 16:44:00 -04:00
Hugo U. R. Strand
60671ba75b [autodoc] adding python autodoc of c++ wrapped python module 2019-04-23 14:14:34 -04:00
Nils Wentzell
815b397333 Add back manual adjustments to toto_module_desc.py 2019-04-23 12:58:11 -04:00
Nils Wentzell
6289a96236 Regenerate python module after latest cpp2py adjustments 2019-04-23 11:57:54 -04:00
Nils Wentzell
9315b02800 We should be using the triqs::gtest target for linking 2019-04-22 11:25:20 -04:00
Nils Wentzell
87a67e8d06 [cmake] Add -Wextra compiler warnings globally 2019-04-22 11:24:53 -04:00
Nils Wentzell
bb518a3e4c [doc] Small fix in conf.py.in 2019-04-16 18:11:20 -04:00
Nils Wentzell
f4ba085165 Add missing logos to docs 2019-04-16 18:11:20 -04:00
Dylan Simon
6177707c73 [jenkins] check branch name in simpler way
that works
2019-04-16 17:41:46 -04:00
Nils Wentzell
d64b27495e Bump cpp2py version requirement 2019-04-16 16:56:44 -04:00
Nils Wentzell
9e606ab9ca [cmake] Bump Version number and triqs requirement to 2.2(dev) 2019-04-16 16:32:44 -04:00
Dylan Simon
0f8cf50cd4 [jenkins] always update submodules on unstable/master
not just for tagged commits like release branches
2019-04-16 15:43:03 -04:00
Nils Wentzell
00b940dc17 [doc] Synchronize install page with qmc solvers 2019-04-16 15:04:04 -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
66164ed8a4 Bump cmake version requirement 2019-04-15 16:45:59 -04:00
Nils Wentzell
b1ba2d4d68 Update README to account for alternate rename commands 2019-04-15 16:45:21 -04:00
Nils Wentzell
7f29a3f624 Additional docs and cleaning in XXX-config.cmake.in file 2019-04-15 16:45:21 -04:00