Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
    • Martin Nolte's avatar
      [c++11] add support for C++11 constexpr · 45990b69
      Martin Nolte authored
      As decided on the developer meeting in Aachen, we support (but do not
      rely on) the C++11 keyword constexpr. This patch adds an m4-check for
      constexpr and a header (cxx11.hh) defining a macro DUNE_CONSTEXPR either
      as constexpr or empty (depending on the compiler support for it). It is
      then used in FieldVector and FieldMatrix on size, rows, and cols.
      45990b69
  2. Sep 27, 2013
  3. Sep 24, 2013
  4. Sep 23, 2013
  5. Sep 19, 2013
  6. Sep 18, 2013
  7. Sep 10, 2013
  8. Sep 09, 2013
  9. Sep 03, 2013
  10. Sep 02, 2013
  11. Aug 30, 2013
Loading