- Mar 18, 2014
-
-
Christian Engwer authored
kudos to Elias Pipping, for details see (FS #1166) as the new Dune requirements are >= g++ 4.4 we are sure that initializer_list is available.
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
we install dune.complete into $PREFIX/share/bash-complete/ upto now you have to source the file by hand.
-
Oliver Sander authored
-
Oliver Sander authored
-
- Mar 14, 2014
-
-
Christoph Grüninger authored
Module names with hyphens are no longer changed to underscores. This fixes FS#1432.
-
- Mar 12, 2014
-
-
Robert K authored
-
- Mar 09, 2014
-
-
Markus Blatt authored
Previously running the installed mpi-config failed as mpi-config.m4 was not found. This patch corrects the path to it in the script and fixes the problem.
-
- Mar 06, 2014
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
remove output and replace it with assertions.
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- Mar 05, 2014
-
-
Oliver Sander authored
-
- Mar 04, 2014
-
-
Tobias Malkmus authored
Note remove_reference is necessary, because you cannot extract the iterator type from row_reference directly in case: row_reference == row_type&
-
- Feb 28, 2014
-
-
Christoph Grüninger authored
-
- Feb 27, 2014
-
-
Tobias Malkmus authored
-
Tobias Malkmus authored
-
Tobias Malkmus authored
IteratorFacades::Pointer is assumed to be T* which is not the case for row_reference != row_type&.
-
Tobias Malkmus authored
Add additional template parameter R (default T&) to handle the case row_reference != row_type&.
-
- Feb 24, 2014
-
-
Christoph Grüninger authored
This fixes FS#1398 for dune-common.
-
- Feb 20, 2014
-
-
Markus Blatt authored
-
- Feb 19, 2014
-
-
Christoph Grüninger authored
-
- Feb 16, 2014
-
-
Christoph Grüninger authored
-
This commit implements support for using nested build directories of the form (o) build/sequential/debug/cmake/clang (o) build/parallel/release/autotools/gcc in addition to the separate build directory feature that already existed. This enables confining multiple build configurations to a single subdirectory of each module's directory to avoid otherwise littering the module directory. Note: Using "mkdir -p" presumes a SUS v3 mkdir(1) utility.
-
Christoph Grüninger authored
The dune symlink was deprecated since 2009.
-
- Feb 14, 2014
-
-
Christoph Grüninger authored
Use conditional instead.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
These headers were moved in Dune 2.3.
-
- Feb 12, 2014
-
-
Christoph Grüninger authored
-
- Feb 10, 2014
-
-
Markus Blatt authored
This completes the last patch by using $m for the module name. Finally, installed modules are found correctly.
-
Markus Blatt authored
The check was whether $module_inst is yes, but what we actually want to check is $INT_$module. This patch fixes this and forces configure to use pkg-config for the installed module again. Only this allows us to extract custom libdirs.
-