- Mar 31, 2013
-
-
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 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]]
-
- 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]]
-
Markus Blatt authored
[Merge][BugFix] r7420 from branches/release-cmake-2.2: Copy rep_ member of SharedCounterImpl during copy constructor (otherwise the deleter might work on a unitialized pointer). [[Imported from SVN: r7423]]
-
- Mar 13, 2013
-
-
Markus Blatt authored
[BugFix] Copy rep_ member of SharedCounterImpl during copy constructor (otherwise the deleter might work on a unitialized pointer). [[Imported from SVN: r7420]]
-
- Mar 12, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7419]]
-
Markus Blatt authored
[[Imported from SVN: r7418]]
-
Markus Blatt authored
[[Imported from SVN: r7417]]
-
Markus Blatt authored
[[Imported from SVN: r7416]]
-
Markus Blatt authored
[[Imported from SVN: r7415]]
-
Markus Blatt authored
[[Imported from SVN: r7414]]
-
Markus Blatt authored
At least on Debian CMAKE_INSTALL_LIBDIR is the multiarch libdir. [[Imported from SVN: r7412]]
-
Markus Blatt authored
At least on Debian CMAKE_INSTALL_LIBDIR is the multiarch libdir. [[Imported from SVN: r7411]]
-
Markus Blatt authored
Original message: Skip LATEX_USABLE guard for communication.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7410]]
-
Markus Blatt authored
[Merge][CMake] r7404 from branches/cmake: Skip LATEX_USABLE guard for buildsystem.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7409]]
-
Markus Blatt authored
[[Imported from SVN: r7408]]
-
Markus Blatt authored
[Merge][CMake] r7402 from branches/cmake: Install doxygen documentation from tarball even if doxygen is not present. [[Imported from SVN: r7407]]
-
Markus Blatt authored
[Merge][CMake] r7383 from branches/cmake: Do not run doxygen for the tarballs. Instead we install the distributed doxygen documentation. [[Imported from SVN: r7406]]
-
Markus Blatt authored
Skip LATEX_USABLE guard for communication.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7405]]
-
Markus Blatt authored
Skip LATEX_USABLE guard for buildsystem.pdf as the check is incorporated into dune_add_latex_document. [[Imported from SVN: r7404]]
-
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
Previously there still was a dependency to build the pdf which miserably failed as we don not distribute tex files. [[Imported from SVN: r7400]]
-
Markus Blatt authored
Honor pdf documentation distributed with autotools tarballs. [[Imported from SVN: r7399]]
-
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]]
-
Markus Blatt authored
[[Imported from SVN: r7397]]
-
Markus Blatt authored
[[Imported from SVN: r7396]]
-
- Feb 26, 2013
-
-
Christoph Grüninger authored
This commit is related to FS#1257. [[Imported from SVN: r7394]]
-
Christoph Grüninger authored
[[Imported from SVN: r7393]]
-
Markus Blatt authored
[[Imported from SVN: r7392]]
-
Markus Blatt authored
[MERGE] r7387 from trunk: Only check default installation if dune-common is not found via pkg-config. Fixes flyspray 1260. PLEASE REVIEW! [[Imported from SVN: r7391]]
-
Markus Blatt authored
Patch by Bernd Flemisch [[Imported from SVN: r7390]]
-
Markus Blatt authored
I shouldn't be doing patch reviews after 2300 Here is Andreas' commit message: >From 1049843fa0dbc6b340817b0cd69959e742e80d7a Mon Sep 17 00:00:00 2001 From: Andreas Lauser <Andreas.Lauser@iws.uni-stuttgart.de> Date: Wed, 6 Feb 2013 23:33:28 +0100 Subject: [PATCH] once again: fix dune_unused.m4 my previous attempt was only partially correct: the compiler did not chocke because the unused attribute was placed behind the variable, but because the third argument of AC_TRY_COMPILE is placed inside the main function. it seems like c++ does not support nested functions, so the test still failed, leading to the equally undesired result that DUNE_UNUSED did not have an effect anymore. Mea culpa! (this time I have at least double verified, that the compiler does not bail out. last time I probably mis-interpreted the wrong lines as the output of the dune_unused test in config.log.) [[Imported from SVN: r7389]]
-