- Dec 27, 2016
-
-
Thomas Fetzer authored
[cmake,valgrind] Bring back mistakenly removed FindValgrind.cmake The removal happend in 37dbc358 ;) See merge request !319
-
- Dec 01, 2016
-
-
Bernd Flemisch authored
Feature/use adl for std functions * `std::swap` and `dumux/common` was cleaned up * much more needs to be done * I found a bunch of other clean-up stuff See merge request !259
-
- Nov 15, 2016
-
-
Thomas Fetzer authored
-
- Nov 14, 2016
-
-
Martin Schneider authored
The NLOPT and GLPK are libraries for nonlinear and linear optimization algorithms.
-
- Sep 27, 2016
-
-
Christoph Grüninger authored
-
- Sep 23, 2016
-
-
Christoph Grüninger authored
Should even work when they stick to version 3.0, but not vice versa.
-
- Sep 07, 2016
-
-
Timo Koch authored
-
- Jul 26, 2016
-
-
Timo Koch authored
-
- May 24, 2016
-
-
Timo Koch authored
The user can set the variable GSTAT_ROOT to the directory where gstat is installed for cmake to search there first before the default paths.
-
Thomas Fetzer authored
-
- Jan 20, 2016
-
-
Thomas Fetzer authored
-
- Jan 15, 2016
-
-
Timo Koch authored
The test falsely required an executable with the name of the test instead of the name of the executable. As the comment correctly states the test needs the executable to run not a test target..
-
- Jan 14, 2016
-
-
Christoph Grüninger authored
Re-enable Valgrind support which was accidentally dropped together with the Autotool's build system.
-
- Jan 13, 2016
-
-
Thomas Fetzer authored
-
Timo Koch authored
The dune macro used to add the target only adds it if doxygen was found. Then the target was not know in add_custom_command which is an error in CMake > v3.2.
-
- Dec 17, 2015
-
-
Christoph Grüninger authored
We require GCC 4.8, the feature is supported since GCC 4.6
-
- Nov 10, 2015
-
-
Christoph Grüninger authored
The old code only worked because the major version changed.
-
-
The dumux test macro doesn't need to add flags anymore.
-
- Nov 03, 2015
-
-
Add preprocessor deprecations to deprecation list in doxygen
-
- Oct 11, 2015
-
-
Christoph Grüninger authored
-
- Aug 25, 2015
-
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 21, 2015
-
-
Timo Koch authored
It was checked in add_dumux_test whether the to be linked input file exists but then another file was linked in some occations. Use the path relative to the source directory to fix the broken links. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 29, 2015
-
-
Bernd Flemisch authored
conventions Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15185 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 24, 2015
-
-
Thomas Fetzer authored
added cmake macro which, when called, links all input files of a folder reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15155 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 21, 2015
-
-
Christoph Grüninger authored
Input and grid files are symoblically linked instead of copied from the source dir to the build dir. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15124 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 08, 2015
-
-
Thomas Fetzer authored
fixed definition of the HAVE_GNUPLOT macro reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15024 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 23, 2015
-
-
Christoph Grüninger authored
Tests are no longer build when running ctest / make test. They have to be explicitly built within the test folder using "make all". This fixes FS#263. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14622 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 23, 2015
-
-
Thomas Fetzer authored
add a generic gnuplotinterface with a simple the gnuplot interface currently only works with CMake reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14428 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 09, 2014
-
-
Christoph Grüninger authored
Adjust runTest.sh to pass-through the return code. Adapt tests in test/decoupled/2p2c to reflect this behaviour. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13897 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 03, 2014
-
-
Bernd Flemisch authored
The Alberta flags additionally need a space dimension and can only be added for one such dimension. Thus, it is impossible to add all. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13841 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2014
-
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The function can be used instead of calling the add_dune_*_flag functions. The function is called from add_dumux_test. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13785 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2014
-
-
Christoph Grüninger authored
The complete path must be part of the wildcard. Additionally removed a file from cmake/module/CMakeLists.txt. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13408 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 08, 2014
-
-
Bernd Flemisch authored
Since everything has been moved to PDELab 2.0, the checks for a patched PDELab are no longer needed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13295 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 14, 2014
-
-
Christoph Grüninger authored
With CMake 3.0 warns about dependencies to non-existent targets. (reviewed and tested by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12619 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 10, 2014
-
-
Bernd Flemisch authored
This implements FS#217. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12591 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 29, 2014
-
-
Christoph Grüninger authored
The files are now automatically generated from the dune-common macros. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 15, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11996 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 28, 2013
-
-
Christoph Grüninger authored
This caused a invalid config.h. Improve an other CMake test: C files should always have an empty line at the end. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11848 2fb0f335-1f38-0410-981e-8018bf24f1b0
-