Skip to content
Snippets Groups Projects
  1. Apr 09, 2013
    • Markus Blatt's avatar
      [Merge] the rest from the CMake branch · dc968213
      Markus Blatt authored
      [[Imported from SVN: r7443]]
      dc968213
    • 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 30, 2013
  6. Mar 27, 2013
  7. Mar 21, 2013
  8. Mar 20, 2013
  9. Mar 19, 2013
  10. Mar 15, 2013
  11. Mar 14, 2013
    • Markus Blatt's avatar
      Use HAVE_DUNE_BOOST instead of HAVE_BOOST · f21800b0
      Markus Blatt authored
      [[Imported from SVN: r7425]]
      f21800b0
    • Markus Blatt's avatar
      [Merge][Bugfix] r7422 from branches/release-cmake-2.2: Prevent definition of... · c8eb081a
      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]]
      c8eb081a
    • Markus Blatt's avatar
      [Merge][BugFix] r7420 from branches/release-cmake-2.2: Copy rep_ member of... · 817959c1
      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]]
      817959c1
    • 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
  12. Mar 13, 2013
  13. Mar 12, 2013
Loading