- May 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6725]]
-
Markus Blatt authored
modul name (lower case with dashes). These leads to kind of weired variabable names (dune-common_DIR, dune-common_LIBRARIES, etc.) but finds non-installes modules easier. You just sets CMAKE_PREFIX_PATH to the directory containing the modules. [[Imported from SVN: r6724]]
-
Markus Blatt authored
[[Imported from SVN: r6723]]
-
Markus Blatt authored
[[Imported from SVN: r6722]]
-
- May 15, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6721]]
-
Martin Nolte authored
[[Imported from SVN: r6720]]
-
- May 14, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6719]]
-
Oliver Sander authored
[[Imported from SVN: r6718]]
-
- May 13, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6715]]
-
Oliver Sander authored
[[Imported from SVN: r6714]]
-
Oliver Sander authored
[[Imported from SVN: r6711]]
-
- May 10, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6710]]
-
Christoph Grüninger authored
[[Imported from SVN: r6709]]
-
- May 09, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6708]]
-
- May 08, 2012
-
-
Carsten Gräser authored
(Merge r6705 from trunk) [[Imported from SVN: r6706]]
-
Carsten Gräser authored
[[Imported from SVN: r6705]]
-
Christoph Grüninger authored
Harmonized MACRO*/macro* to the lower case variant. Adjusted some whitespace. [[Imported from SVN: r6704]]
-
- May 07, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6703]]
-
Markus Blatt authored
[[Imported from SVN: r6702]]
-
Markus Blatt authored
executed by finalize_dune_project, anyway. [[Imported from SVN: r6701]]
-
Markus Blatt authored
to install modules anymore. [[Imported from SVN: r6700]]
-
Markus Blatt authored
call). Mimic this in the variable names used in the package configuration files. - CMake practices for variable name in package configuration - added an optional argument for specifying a dependency to create_doc_install. This is needed as add_latex_document with the safepdf option creates a target <basename>_safepdf for building <basename>.pdf. Without specifying <basename>_safepdf as the dependency, <basename>.pdf would be build in non-safe mode before install leading to errors with eps figures. [[Imported from SVN: r6699]]
-
- May 06, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6698]]
-
Markus Blatt authored
Replace output with status messages. [[Imported from SVN: r6697]]
-
Markus Blatt authored
[[Imported from SVN: r6696]]
-
Markus Blatt authored
[[Imported from SVN: r6695]]
-
Markus Blatt authored
[[Imported from SVN: r6694]]
-
Markus Blatt authored
[[Imported from SVN: r6693]]
-
Markus Blatt authored
[[Imported from SVN: r6692]]
-
Markus Blatt authored
breaks some tests afterwards. [[Imported from SVN: r6691]]
-
Markus Blatt authored
CMAKE_INSTALL_PREFIX that will be searched automatically. [[Imported from SVN: r6690]]
-
Markus Blatt authored
[[Imported from SVN: r6689]]
-
- May 04, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6688]]
-
Markus Blatt authored
[[Imported from SVN: r6687]]
-
Markus Blatt authored
[[Imported from SVN: r6686]]
-
Markus Blatt authored
directives.) Fixes Atgeirr' problem on Mac OSX [[Imported from SVN: r6685]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6683]]
-
Oliver Sander authored
[[Imported from SVN: r6682]]
-
Markus Blatt authored
It is not standard conforming. This file must have missed when deleting th backwards compatible code. [[Imported from SVN: r6681]]
-
Carsten Gräser authored
This patch removes the constructor from the overload set. Before the constructor was there but failed to compile due to the static assertion. If you have methods f(K) and f(FieldVector<K,n>) with n>1 the overload was ambigous when calling f() with a FieldVector<K,1> because there is a conversion from this to FieldVector<K,n> - even if it does not compile due to the failing static assertion. Now this is avoided using SFINAE. This fixes fs#1024. [[Imported from SVN: r6680]]
-