- Sep 27, 2012
-
-
Markus Blatt authored
after configure) - Make CMake module installation path configurable - Detect CMAKE_MODULE_PATH automatically + First call find_package(dune-common) to query its CMAKE_MODULE_PATH + Then setup the module path + After each find_package of dune module update the CMAK_MODULE_PATH + each module exports ist own <package-name>_MODULE_PATH in the + package configuration files - Adapted dunecontrol and duneproject accordingly. [[Imported from SVN: r6996]]
-
- Sep 24, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6994]]
-
Markus Blatt authored
Added new CMake test for integral_constant. [[Imported from SVN: r6993]]
-
- Sep 22, 2012
-
-
Martin Nolte authored
C++11 requires a cast operator from integral_constant< T, v > to T. As far as I could make out, no gcc version provides this cast in <tr1/type_traits> and only gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests for the cast operator only in <type_traits>. Note: Our drop-in replacement conforms to the standard in the above-mentioned sense. [[Imported from SVN: r6992]]
-
- Sep 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6991]]
-
Markus Blatt authored
[[Imported from SVN: r6990]]
-
Markus Blatt authored
Allow text after endif. [[Imported from SVN: r6989]]
-
Markus Blatt authored
[[Imported from SVN: r6988]]
-
Markus Blatt authored
- Removed dependency on cmake version 2.8.9 Object libraries can now be created with dune_add_library(<target> OBJECT <sources>). It will create a GLOBAL property _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the source files. Theses can later be referenced by providing _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library [[Imported from SVN: r6987]]
-
Christoph Grüninger authored
Try -std=c++11 before -std=c++0x as the latter causes a warning for Clang. (solves partly FS#989) [[Imported from SVN: r6986]]
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
Updated version test to gcc >= 4.1. Added version test for clang >= 3.0. Unfortunately I am not aware of the minimum required version of icc, this test remains for icc >= 7.0. White space adjustments. [[Imported from SVN: r6985]]
-
- Sep 09, 2012
-
-
Christoph Grüninger authored
Add new command bexec, a copy of exec with executes the given commands in the build directory. [[Imported from SVN: r6984]]
-
- Sep 07, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6983]]
-
- Sep 06, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6982]]
-
- Sep 05, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6981]]
-
Markus Blatt authored
Fixed some bugs in the documentation. (This is revision 6977 all over again, but with the correct commit message.) [[Imported from SVN: r6980]]
-
Markus Blatt authored
[[Imported from SVN: r6979]]
-
Markus Blatt authored
[[Imported from SVN: r6978]]
-
Markus Blatt authored
[[Imported from SVN: r6977]]
-
Markus Blatt authored
[[Imported from SVN: r6976]]
-
- Sep 04, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6975]]
-
Markus Blatt authored
documentation. Script now adds cmake support to existing modules and these modules build with cmake. [[Imported from SVN: r6974]]
-
Markus Blatt authored
[[Imported from SVN: r6973]]
-
Markus Blatt authored
[[Imported from SVN: r6972]]
-
Markus Blatt authored
[[Imported from SVN: r6971]]
-
Markus Blatt authored
[[Imported from SVN: r6970]]
-
Markus Blatt authored
[[Imported from SVN: r6969]]
-
Markus Blatt authored
[[Imported from SVN: r6968]]
-
Markus Blatt authored
run only during configure. [[Imported from SVN: r6967]]
-
Markus Blatt authored
[[Imported from SVN: r6966]]
-
Markus Blatt authored
[[Imported from SVN: r6965]]
-
Markus Blatt authored
The previous approach failed if there were to many files for the shell. [[Imported from SVN: r6964]]
-
Markus Blatt authored
the user supplied path and the NO_DEFAULT_PATH option and a second without PATH and NO_DEFAULT_PATH. Removed ifclauses around second search as due to caching the search will not be performed if the first find was successful. [[Imported from SVN: r6963]]
-
Christoph Grüninger authored
Fix ParMETIS part of FindParMETIS.cmake, tested with dune-istl and ParMETIS 3.2 / ParMETIS 4.0. [[Imported from SVN: r6962]]
-
- Sep 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6961]]
-
Markus Blatt authored
[[Imported from SVN: r6960]]
-
Markus Blatt authored
[[Imported from SVN: r6959]]
-
Markus Blatt authored
[[Imported from SVN: r6958]]
-
Markus Blatt authored
dune_add_library now appends targets for export if necessary. [[Imported from SVN: r6957]]
-
Markus Blatt authored
[[Imported from SVN: r6956]]
-