- Mar 15, 2021
-
-
Tobias Leibner authored
-
- Sep 12, 2020
-
-
Tobias Leibner authored
-
- Sep 11, 2020
-
-
Tobias Leibner authored
-
- Aug 07, 2020
-
-
René Fritze authored
-
- Apr 03, 2020
-
-
Tobias Leibner authored
-
- Apr 02, 2020
-
-
Dr. Felix Tobias Schindler authored
-
- Mar 26, 2020
-
-
René Fritze authored
-
René Fritze authored
-
- Nov 27, 2019
-
-
Tobias Leibner authored
-
- Nov 26, 2019
-
-
Tobias Leibner authored
-
- Oct 24, 2019
-
-
Tobias Leibner authored
-
- Oct 21, 2019
-
-
Tobias Leibner authored
-
- Sep 30, 2019
-
-
Tobias Leibner authored
Instructions for further updates: - download new version of googletest - use ``googletest/scripts/fuse_gtest_files.py`` to obtain only ``gtest.h`` and ``gtest-all.cc`` - (optional) manually apply clang-format (on a beefy computer) to ``gtest.h`` - suppress warnings in gtest.h by inserting (compare old version of gtest.h) ```c++ #if defined(__clang__) # pragma clang system_header #elif defined(__GNUC__) # pragma GCC system_header #endif ``` - insert ( compare old version of ``gtest-all.cxx``) ```c++ ``` at the beginning of ``gtest-all.cxx`` and ```c++ ``` at the end.
-
- Sep 24, 2019
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Sep 16, 2019
-
-
René Fritze authored
-
René Fritze authored
-
- Aug 14, 2019
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Nov 30, 2018
-
-
René Fritze authored
-
- Aug 09, 2018
-
-
Tobias Leibner authored
-
- Aug 07, 2018
-
-
René Fritze authored
-
René Fritze authored
-
- Apr 13, 2018
-
-
René Fritze authored
-
René Fritze authored
-
- Feb 28, 2018
-
-
René Fritze authored
-
- Feb 06, 2018
-
-
René Fritze authored
-
- Feb 05, 2018
-
-
René Fritze authored
-
- Jan 19, 2018
-
-
René Fritze authored
-
- Mar 07, 2017
-
-
Dr. Felix Tobias Schindler authored
We actually need a mix of cmake magic and config.h to work * if alberta is not used (then the config.h define is taken) * alberta is actually used (then the dimension has to be specified for the target at hand with add_dune_alberta_flags(GRIDDIM $dim $target))
-
Dr. Felix Tobias Schindler authored
-
- Feb 22, 2017
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 15, 2017
-
-
Dr. Felix Tobias Schindler authored
The old behavior only added `-lboost_system` but did not add `-L/path/to/boost/lib`.
-
- Feb 08, 2017
-
-
Dr. Felix Tobias Schindler authored
The old behavior only added `-lboost_system` but did not add `-L/path/to/boost/lib`.
-
- Aug 31, 2016
-
-
René Fritze authored
-
- Aug 19, 2016
-
-
René Fritze authored
-
- Aug 10, 2016
-
-
René Fritze authored
also add check and recheck targets that run DTX_TEST_PROCS many tests in parallel and re-run only failed tests accord.
-
- Jun 17, 2016
-
-
René Fritze authored
-