- May 02, 2013
-
-
Markus Blatt authored
Moved add_dune_<package>_flags functions out of the Find<Package>.cmake modules, as they were missing with set CMAKE_DISABLE_<Package>=TRUE. Now they are in speparte modules Add<Package>Flags and thus can be used as exspected with disabled packages. [[Imported from SVN: r7464]]
-
Markus Blatt authored
Find<Package>.cmake modules, as they were missing with set CMAKE_DISABLE_<Package>=TRUE. Now they are in speparte modules Add<Package>Flags and thus can be used as exspected with disabled packages. [[Imported from SVN: r7463]]
-
- May 01, 2013
-
-
Markus Blatt authored
not available in older bash versions. [[Imported from SVN: r7462]]
-
- Apr 29, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7461]]
-
Markus Blatt authored
latter should be used to specify the location of the cmake package config file. - Use check_function_exists to search for METIS_PartMeshDual. The previously used check_symbol_exists is meant for checking symbols defined in headers. [[Imported from SVN: r7460]]
-
Markus Blatt authored
latter should be used to specify the location of the cmake package config file. - [BugFix] Set HAVE_PARMETIS for config.h generation - Use check_function_exists to search for parmetis_v3_partkway. The previously used check_symbol_exists is meant for checking symbols defined in headers. [[Imported from SVN: r7459]]
-
Markus Blatt authored
this was the other way around. [[Imported from SVN: r7458]]
-
Markus Blatt authored
[[Imported from SVN: r7457]]
-
Markus Blatt authored
less interference. [[Imported from SVN: r7456]]
-
Markus Blatt authored
[[Imported from SVN: r7455]]
-
Markus Blatt authored
templates. This way dune-common compiles as before if variadic templates _and_ move semantics are not present. [[Imported from SVN: r7454]]
-
Markus Blatt authored
variadic templates if available. This breaks building of the test of debug allocator as it uses std::forward. [[Imported from SVN: r7453]]
-
- Apr 25, 2013
-
-
Christian Engwer authored
fix incompatibility with mawk - explicitly state list of whitespaces - patch by Ansgar Burchardt [[Imported from SVN: r7452]]
-
- Apr 24, 2013
-
-
Markus Blatt authored
no side effects. [[Imported from SVN: r7451]]
-
Markus Blatt authored
[[Imported from SVN: r7450]]
-
Markus Blatt authored
[[Imported from SVN: r7449]]
-
Markus Blatt authored
translating options for provided for configure to CMake syntax. [[Imported from SVN: r7448]]
-
Markus Blatt authored
[[Imported from SVN: r7447]]
-
- Apr 16, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7446]]
-
- Apr 10, 2013
-
-
Christoph Grüninger authored
to fix broken "make doc" and "make headercheck". [[Imported from SVN: r7444]]
-
- Apr 09, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7443]]
-
Markus Blatt authored
Original message was: [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions. For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found. Please change your code such the preprocessor directives checking for boost from #if HAVE_BOOST to #if HAVE_DUNE_BOOST Resolves flyspray 1265 and presumably 1249. [[Imported from SVN: r7442]]
-
- Apr 08, 2013
-
-
Markus Blatt authored
One would think that this is an easy task, but it turns out that subversion has many problems when merging back and forth with deleted or added files. This needed a lot more manual polishing than exspected. [[Imported from SVN: r7441]]
-
Markus Blatt authored
[[Imported from SVN: r7440]]
-
Markus Blatt authored
[[Imported from SVN: r7439]]
-
- Apr 05, 2013
-
-
Markus Blatt authored
The test is still in dune-istl in the release. [[Imported from SVN: r7438]]
-
Markus Blatt authored
It is about the parallel index set documentation that is still in dune-istl in the the release. [[Imported from SVN: r7437]]
-
- Mar 31, 2013
-
-
Christoph Grüninger authored
(kudos to Elias Pipping for the patch) [[Imported from SVN: r7436]]
-
Christoph Grüninger authored
Fixes FS#1271. (Kudos to Elias Pipping for the patch) [[Imported from SVN: r7435]]
-
- Mar 30, 2013
-
-
Robert Klöfkorn authored
[[Imported from SVN: r7434]]
-
- Mar 27, 2013
-
-
Markus Blatt authored
make sure that flags passed with DUNE_LDFLAGS are the first flags in linker test and not duplicated another time. Fixes flyspray #1270 [[Imported from SVN: r7433]]
-
- Mar 21, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7432]]
-
- Mar 20, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r7431]]
-
Christoph Grüninger authored
[[Imported from SVN: r7430]]
-
- Mar 19, 2013
-
-
Robert Klöfkorn authored
[[Imported from SVN: r7429]]
-
- Mar 15, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7428]]
-
Markus Blatt authored
The latter is the location of the package configuration files. [[Imported from SVN: r7427]]
-
Markus Blatt authored
[[Imported from SVN: r7426]]
-
- Mar 14, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7425]]
-
Markus Blatt authored
[Merge][Bugfix] r7422 from branches/release-cmake-2.2: Prevent definition of HAVE_BOOST without value due to race conditions i n some autoconf versions. For some autoconf versions there was a race condition between ax_boost_base.m4 a nd dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (inste ad of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_B OOST and defines a value for it if boost is found. [[Imported from SVN: r7424]]
-