- Apr 10, 2013
-
-
Christoph Grüninger authored
to fix broken "make doc" and "make headercheck". [[Imported from SVN: r7444]]
-
- Mar 21, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7432]]
-
- Mar 15, 2013
-
-
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
[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: r7422]]
-
- Mar 12, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7419]]
-
Markus Blatt authored
[[Imported from SVN: r7403]]
-
Markus Blatt authored
[[Imported from SVN: r7402]]
-
- Mar 11, 2013
-
-
Markus Blatt authored
[Merge][CMake] -r7398 from branches/cmake: [BugFix] Fix endless recursion in dune_add_latex_document. We now check whether the tex source exists. If not we check whether the pdf is already in the source tree, otherwise we send an error. [[Imported from SVN: r7401]]
-
Markus Blatt authored
We now check whether the tex source exists. If not we check whether the pdf is already in the source tree, otherwise we send an error. [[Imported from SVN: r7398]]
-
- Feb 22, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7383]]
-
Markus Blatt authored
Previously there still was a dependency to build the pdf which miserably failed as we don not distribute tex files. [[Imported from SVN: r7382]]
-
Markus Blatt authored
The tarballs already contain the generated pdf files. No CMake will detect whether the pdf are contained in the source tree. If that is the case they will not be generated and installed directly. [[Imported from SVN: r7380]]
-
- Feb 20, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7373]]
-
Markus Blatt authored
[[Imported from SVN: r7371]]
-
Markus Blatt authored
[[Imported from SVN: r7369]]
-
- Feb 19, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7361]]
-
Markus Blatt authored
Revision r7130 .---------------------- Added define for HAVE_<MODULE_NAME>. .---------------------- [[Imported from SVN: r7356]]
-
Markus Blatt authored
[[Imported from SVN: r7130]]
-
- Feb 18, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7129]]
-
Markus Blatt authored
[[Imported from SVN: r7128]]
-
- Feb 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7124]]
-
Markus Blatt authored
Install CMake files with autotools. [[Imported from SVN: r7119]]
-
Markus Blatt authored
[[Imported from SVN: r7118]]
-
- Feb 08, 2013
-
-
Markus Blatt authored
Corrected a typo. [[Imported from SVN: r7114]]
-
- Jan 13, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r7073]]
-
- Dec 26, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r7071]]
-
- Nov 18, 2012
-
-
Christoph Grüninger authored
Complete overwork of GMP test. Changed variable GMP_PATH to GMP_PREFIX. Tested without GMP and with GMP 5.0.5, both installed in /usr and using a user-specified prefix path. [[Imported from SVN: r7059]]
-
- Nov 02, 2012
-
-
Christoph Grüninger authored
Improve ParMETIS test, tested with dune-istl and ParMETIS versions 3.2.0 and 4.0.2. [[Imported from SVN: r7054]]
-
- Oct 13, 2012
-
-
Christoph Grüninger authored
Improve METIS test, tested with versions 4.0.3 and 5.0.2. [[Imported from SVN: r7035]]
-
- Sep 27, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6998]]
-
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 20, 2012
-
-
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]]
-
- Sep 04, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6970]]
-
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]]
-