- 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]]
-
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]]
-
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 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7421]]
-
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
[[Imported from SVN: r7413]]
-
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]]
-