Skip to content
Snippets Groups Projects
  1. Mar 31, 2013
  2. Mar 21, 2013
  3. Mar 19, 2013
  4. Mar 16, 2013
  5. Mar 15, 2013
  6. Mar 14, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · 2c5baa0b
      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: r1895]]
      2c5baa0b
    • Markus Blatt's avatar
      Distribute fastamg headers. · 1424a2b3
      Markus Blatt authored
      [[Imported from SVN: r1894]]
      1424a2b3
  7. Mar 13, 2013
  8. Mar 11, 2013
  9. Feb 25, 2013
  10. Feb 13, 2013
  11. Feb 07, 2013
    • Markus Blatt's avatar
      Fix flyspary #1251 (compile error with xlc) · 0ba9ad58
      Markus Blatt authored
      xlc is complaining about a number of typename and template keywords in dune/istl/graph.hh. At the moment g++ parses this code without the corrections. However, as it is good C++ to add them I propose to include the applied patch.
      
      Patch by Olaf Ippisch.
      
      [[Imported from SVN: r1780]]
      0ba9ad58
  12. Jan 28, 2013
  13. Jan 27, 2013
  14. Jan 25, 2013
  15. Jan 22, 2013
  16. Jan 21, 2013
  17. Jan 18, 2013
  18. Jan 11, 2013
  19. Jan 10, 2013
  20. Jan 09, 2013
  21. Dec 21, 2012
  22. Dec 18, 2012
Loading