Skip to content
Snippets Groups Projects
  1. Dec 16, 2024
  2. Dec 15, 2024
  3. Nov 21, 2024
  4. Nov 20, 2024
    • Carsten Gräser's avatar
      [bugfix] Avoid using non-official implementation details of DUNE_THROW · c644af08
      Carsten Gräser authored
      When throwing a `MatrixBlockError` the `DUNE_THROW` macro was
      abused to also set the data members of `MatrixBlockError` by
      referring e.g. to the local (in macro) variable name `th__ex`.
      I consider this a bug, since these are undocumented implementation
      details. Furthermore their use prohibits any change to `DUNE_THROW`
      e.g. to make it `constexpr` friendly.
      c644af08
  5. Oct 11, 2024
  6. Oct 10, 2024
  7. Oct 07, 2024
  8. Oct 05, 2024
  9. Sep 27, 2024
  10. Sep 23, 2024
  11. Sep 21, 2024
  12. Sep 20, 2024
  13. Sep 19, 2024
  14. Sep 16, 2024
  15. Sep 10, 2024
  16. Sep 04, 2024
Loading