Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 16, 2018
  2. Aug 07, 2018
  3. Jul 27, 2018
  4. Jul 24, 2018
  5. Jul 23, 2018
  6. Jul 22, 2018
  7. Jul 12, 2018
  8. Jul 11, 2018
    • Martin Alkämper's avatar
      Also add upper bound for clang version · 012bade2
      Martin Alkämper authored
      012bade2
    • Martin Alkämper's avatar
      [!49] Add a workaround to fix compilation with clang 6 · 51c87ab0
      Martin Alkämper authored
      Merge branch 'bugfix/fix-build-with-clang-6' into 'master'
      
      clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or
      gitter_pll_mgb.cc with an optimization level of -O2 or higher. I tried
      isolating the exact cause of the problem, but didn't have much luck with that,
      so this patch adds some CMake logic that detects the problematic case and
      forces the optimization level for those two files down to -O1 if necessary,
      but avoids bumping it up in case of a debug build.
      
      If possible, it would be good to also backport this patch to the 2.6 release
      branch.
      
      See merge request [extensions/dune-alugrid!49]
      
        [extensions/dune-alugrid!49]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/49
      51c87ab0
  9. Jul 04, 2018
  10. Jul 03, 2018
    • Steffen Müthing's avatar
      Add a workaround to fix compilation with clang 6 · 62f800ad
      Steffen Müthing authored
      clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or gitter_pll_mgb.cc with an
      optimization level of -O2 or higher. This patch adds some CMake logic that detects the problematic
      case and forces the optimization level for those two files down to -O1 if necessary, but avoids
      bumping it up in case of a debug build.
      62f800ad
    • Steffen Müthing's avatar
      [cmake] Link libdunealugrid against DUNE_LIBS · 67205d7d
      Steffen Müthing authored
      When building libdunealugrid as a shared library, linking fails (at
      least on OS X) due to missing references to symbols in the core
      libraries.
      
      This patch fixes the problem by explicitly linking against the Dune
      libraries.
      67205d7d
  11. Jun 18, 2018
  12. Jun 12, 2018
  13. Jun 06, 2018
  14. May 31, 2018
  15. May 30, 2018
  16. May 29, 2018
  17. Apr 19, 2018
  18. Apr 18, 2018
  19. Apr 17, 2018
  20. Apr 11, 2018
  21. Apr 10, 2018
  22. Apr 09, 2018
  23. Feb 21, 2018
  24. Feb 11, 2018
  25. Jan 25, 2018
  26. Jan 23, 2018
  27. Jan 22, 2018
Loading