Skip to content
Snippets Groups Projects
  1. Apr 09, 2013
    • Markus Blatt's avatar
      [Merge][CMake][Bugfix] r7422 from release that changes the BOOST handling. · ee2dd3bb
      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]]
      ee2dd3bb
  2. Apr 08, 2013
  3. Apr 05, 2013
  4. Mar 31, 2013
  5. Mar 21, 2013
  6. Mar 15, 2013
  7. Mar 14, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · e84d7f77
      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]]
      e84d7f77
  8. Mar 13, 2013
  9. Mar 12, 2013
  10. Mar 11, 2013
  11. Feb 26, 2013
    • Markus Blatt's avatar
      Bump Version to 2.1.1 · adaf81a6
      Markus Blatt authored
      [[Imported from SVN: r7392]]
    • Markus Blatt's avatar
      [MERGE] r7387 from trunk: Only check default installation if dune-common is... · 861d61ca
      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]]
      861d61ca
    • Markus Blatt's avatar
      [MERGE] r7385,r7386 from trunk: Remove unused local typedefs · 86839031
      Markus Blatt authored
      Patch by Bernd Flemisch
      
      
      [[Imported from SVN: r7390]]
      86839031
    • Markus Blatt's avatar
      [MERGE] r7106 from trunk: Fix Andreas' previous patch · 6fc1b090
      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]]
      6fc1b090
Loading