Skip to content
Snippets Groups Projects
  1. Feb 15, 2016
  2. Feb 14, 2016
  3. Feb 12, 2016
  4. Feb 11, 2016
  5. Feb 10, 2016
  6. Feb 09, 2016
  7. Feb 08, 2016
  8. Feb 07, 2016
  9. Feb 06, 2016
  10. Feb 05, 2016
    • Steffen Müthing's avatar
      Merge branch 'feature/fix-compiler-flag-tests' into 'master' · 0c7bad85
      Steffen Müthing authored
      [CMake] Get rid of deprecated check_cxx_accepts_flag()
      
      The CMake module TestCXXAcceptsFlag and the accompanying function
      check_cxx_accepts_flag() have been deprecated since CMake 3.0, the
      replacements are CheckCXXCompilerFlag and check_cxx_compiler_flag().
      
      Thanks to Dirk Ribbrock for reporting the problem via email.
      
      See merge request !39
      0c7bad85
  11. Feb 04, 2016
    • Steffen Müthing's avatar
      [CMake] Get rid of deprecated check_cxx_accepts_flag() · 74696b67
      Steffen Müthing authored
      The CMake module TestCXXAcceptsFlag and the accompanying function
      check_cxx_accepts_flag() have been deprecated since CMake 3.0, the
      replacements are CheckCXXCompilerFlag and check_cxx_compiler_flag().
      
      Thanks to Dirk Ribbrock for reporting the problem via email.
      74696b67
  12. Feb 02, 2016
  13. Feb 01, 2016
  14. Jan 31, 2016
  15. Jan 30, 2016
  16. Jan 29, 2016
  17. Jan 28, 2016
  18. Jan 26, 2016
    • Felix Gruber's avatar
      [bugfix] GCC was giving too many deprecation warnings for enable_if · 48482361
      Felix Gruber authored and Christoph Grüninger's avatar Christoph Grüninger committed
      I still don't understand why, but GCC was spilling deprecation warnings
      for Dune::enable_if even if we were only using std::enable_if.
      
      Thus I removed the deprecation of the enable_if struct and only
      deprecate the type within. That should still be enough as this
      deprecation warning gets triggered when enable_if is used to aid in
      overload resolution and the boolean parameter of enable_if is true.
      48482361
    • Felix Gruber's avatar
      [bugfix] fix Dune::enable_if · c20e9e1f
      Felix Gruber authored and Christoph Grüninger's avatar Christoph Grüninger committed
      My previous wrapper implementation around std::enable_if didn't work
      when B was false, as type was then defined to a type that was SFINAEd
      away.
      c20e9e1f
Loading