Skip to content
Snippets Groups Projects
  1. Feb 16, 2016
  2. Feb 15, 2016
  3. Feb 14, 2016
  4. Feb 12, 2016
  5. Feb 11, 2016
  6. Feb 10, 2016
  7. Feb 09, 2016
  8. Feb 08, 2016
  9. Feb 07, 2016
  10. Feb 06, 2016
  11. 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
  12. 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
  13. Feb 02, 2016
  14. Feb 01, 2016
  15. Jan 31, 2016
  16. Jan 30, 2016
  17. Jan 29, 2016
  18. Jan 28, 2016
    • Christoph Grüninger's avatar
      Merge branch 'feature/FS1030-bounds-checking' into 'master' · f0747c52
      Christoph Grüninger authored
      [FS#1030] Add, use, and test DUNE_ASSERT_BOUNDS
      
      If `DUNE_CHECK_BOUNDS` is defined, `DUNE_ASSERT_BOUNDS` checks if a condition holds; otherwise, it does nothing. It is meant to be used for conditions that assure writes and reads do not occur outside of memory limits or pre-defined patterns and related conditions.
      
      Replacement for `assert` in relevant context; guarded by a single universal define rather than existing class- or module- specific ones.
      
      See merge request !17
      f0747c52
    • Elias Pipping's avatar
      Add documentation · c9f627ee
      Elias Pipping authored
      c9f627ee
Loading