Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
  2. Oct 16, 2015
  3. Oct 14, 2015
  4. Oct 03, 2015
  5. Sep 29, 2015
    • Christoph Grüninger's avatar
      [cleanup] Remove backwards-compatible feature macros. · 7bc80db9
      Christoph Grüninger authored
      They were tested until 2.3 and are now always supported due to
      the new compiler requirements.
      Removed macros: HAVE_INTEGRAL_CONSTANT, HAVE_DUNE_HASH,
      HAVE_STD_HASH, HAVE_TYPE_TRAITS, HAVE_VARIADIC_TEMPLATES,
      HAVE_VARIADIC_CONSTRUCTOR_SFINAE, HAVE_RVALUE_REFERENCES
      7bc80db9
  6. Mar 10, 2015
  7. Feb 24, 2015
  8. Dec 08, 2014
  9. Oct 02, 2014
  10. Sep 16, 2014
  11. Jul 06, 2014
  12. May 01, 2014
  13. Apr 14, 2014
  14. Apr 02, 2014
  15. Mar 23, 2014
  16. Mar 22, 2014
  17. Mar 21, 2014
  18. Mar 05, 2014
  19. Oct 30, 2013
  20. Aug 27, 2013
  21. Jul 24, 2013
  22. May 22, 2013
  23. 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
  24. Feb 19, 2013
  25. Feb 18, 2013
  26. Aug 13, 2012
  27. May 06, 2012
Loading