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. Nov 14, 2018
  2. Nov 13, 2018
  3. Nov 12, 2018
  4. Nov 11, 2018
  5. Nov 08, 2018
    • Robert K's avatar
      [!55] Fix clang-6 compilation issues. · 3ad489e3
      Robert K authored
      Merge branch 'bugfix/clang-6-fix' into 'master'
      
      ref:extensions/dune-alugrid For some unknown reason clang-6.0 fails with e.g.
      
          /Users/heinecj/Projects/DUNE/head/dune-alugrid/utils/bisection-compatibility/bisectioncompatibility.hh:103:53: error: 
                cannot compile this aggregate expression yet
                type0faces_( stevensonRefinement_ ? EdgeType({3,0}) : EdgeType({3,2}) ),
      
      without this patch.
      
      See merge request [extensions/dune-alugrid!55]
      
        [extensions/dune-alugrid!55]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/55
      3ad489e3
  6. Nov 07, 2018
  7. Nov 06, 2018
  8. Nov 02, 2018
  9. Oct 29, 2018
  10. Oct 26, 2018
  11. Oct 08, 2018
  12. Oct 01, 2018
  13. Sep 28, 2018
  14. Sep 16, 2018
  15. Aug 07, 2018
  16. Jul 27, 2018
  17. Jul 24, 2018
  18. Jul 23, 2018
  19. Jul 22, 2018
  20. Jul 12, 2018
  21. 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
  22. Jul 04, 2018
  23. 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
  24. Jun 18, 2018
  25. Jun 12, 2018
  26. Jun 06, 2018
Loading