Skip to content
Snippets Groups Projects
  1. Nov 08, 2017
  2. Nov 06, 2017
    • Jö Fahlke's avatar
      Merge branch 'fix/deal-with-dune-array' into 'master' · 84940d4d
      Jö Fahlke authored
      Deal with dune/common/array.hh
      
      Closes #13
      
      See merge request core/dune-common!359
      84940d4d
    • Steffen Müthing's avatar
      Merge branch 'bugfix/make-add-test-work-for-mpich' into 'master' · b2efb967
      Steffen Müthing authored
      [bugfix] make `dune_add_test` play nicely with MPICH
      
      Closes #24
      
      See merge request core/dune-common!363
      b2efb967
    • Martin Nolte's avatar
      [bugfix] quote name of executable in `dune_add_test` · 87afe150
      Martin Nolte authored
      Thanks to @smuething for the hint.
      
      Note: This patch changes the semantics of the command. Up to now, the command
            was allowed to contain arguments (unless it was a target). With this patch,
            the arguments must be passed separately.
      87afe150
    • Ansgar Burchardt's avatar
      Merge branch 'fix/minimal_debug_level_vverb' into 'master' · b914b997
      Ansgar Burchardt authored
      [cmake] Fix vverb not recognized as MINIMAL_DEBUG_LEVEL
      
      See merge request core/dune-common!356
      b914b997
    • Jö Fahlke's avatar
      [array.hh] Deprecate Dune::array and helpers. · cc7f9462
      Jö Fahlke authored
      This deprecates the header `<dune/common/array.hh>` and all of its members.
      - `Dune::array`: use `std::array` instead.
      - `Dune::make_array()`: use `Dune::Std::make_array()` instead.
      - `Dune::fill_array()`: use `Dune::filledArray()` instead.
      
      Note that deprecation warnings for `array` and `make_array` could not be
      implemented, since those were implemented by using declarations and it seems
      to be impossible to deprecate those.  Users should still get a note though
      since the entire header is deprecated.
      
      For `fill_array()` there was no replacement, so this commit introduces
      `filledArray()` with a slightly improved calling syntax, a better name, and
      (in C++17) support for `constexpr` arrays.  To make it possible to deprecate
      `array.hh`, that replacement is in its own header `filledarray.hh`.
      
      This commit also introduces two unit tests:
      - `filledarraytest.cc` to test `filledArray()`, and
      - `arraydeprecationtest.cc` to make sure the deprecation syntax is supported
        for all tested compilers.  (It also has a feature to check that deprecation
        warnings are really displayed, but that is disabled for regular unit testing
        since the logs have to be checked manually for the warnings.)
      cc7f9462
  3. Nov 05, 2017
  4. Nov 03, 2017
  5. Nov 02, 2017
  6. Nov 01, 2017
  7. Oct 31, 2017
  8. Oct 30, 2017
  9. Oct 27, 2017
  10. Oct 26, 2017
  11. Oct 24, 2017
  12. Oct 23, 2017
  13. Oct 16, 2017
Loading