Skip to content
Snippets Groups Projects
  1. Apr 10, 2019
  2. Apr 03, 2019
  3. Apr 02, 2019
  4. Mar 19, 2019
  5. Mar 14, 2019
  6. Jan 31, 2019
    • Ansgar Burchardt's avatar
      [!119] Centralize CI configuration · b2d9f06c
      Ansgar Burchardt authored
      Merge branch 'ci/centralize-config' into 'master'
      
      ref:staging/dune-uggrid This MR switches the CI configuration to use the
      common job templates defined in core/ci-config.
      
      See merge request [!119]
      
        [!119]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/119
      b2d9f06c
  7. Dec 06, 2018
  8. Nov 13, 2018
    • Ansgar Burchardt's avatar
      [!118] move `COMPARE_RECORD` into UGDIM namespace · 57febf21
      Ansgar Burchardt authored
      Merge branch 'cleanup/move-COMPARE_RECORD-into-UGDIM-namespace' into 'master'
      
      ref:staging/dune-uggrid This silences a compiler warning from GCC when
      building programs with LTO where GCC sees two definitions of COMPARE_RECORD
      (for 2d and for 3d):
      
          ../gm/refine.cc:3450:8: warning: type ‘struct compare_record’ violates the C++ One Definition Rule [-Wodr]
          ../gm/refine.cc:3450:8: note: a different type is defined in another translation unit
          ../gm/refine.cc:3453:12: note: the first difference of corresponding definitions is field ‘elem’
          ../gm/refine.cc:3453:12: note: a field of same name but different type is defined in another translation unit
          ../ug/gm.h:1644:24: note: type ‘union ELEMENT’ should match type ‘union ELEMENT’
      
      See merge request [!118]
      
        [!118]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/118
      57febf21
  9. Oct 29, 2018
    • Ansgar Burchardt's avatar
      move `COMPARE_RECORD` into UGDIM namespace · e8cdc2d1
      Ansgar Burchardt authored
      This silences a compiler warning from GCC when building programs with
      LTO where GCC sees two definitions of `COMPARE_RECORD` (for 2d and for
      3d):
      
      ```
      ../gm/refine.cc:3450:8: warning: type ‘struct compare_record’ violates the C++ One Definition Rule [-Wodr]
      ../gm/refine.cc:3450:8: note: a different type is defined in another translation unit
      ../gm/refine.cc:3453:12: note: the first difference of corresponding definitions is field ‘elem’
      ../gm/refine.cc:3453:12: note: a field of same name but different type is defined in another translation unit
      ../ug/gm.h:1644:24: note: type ‘union ELEMENT’ should match type ‘union ELEMENT’
      ```
      Verified
      e8cdc2d1
  10. Jun 29, 2018
  11. May 29, 2018
  12. May 22, 2018
  13. May 09, 2018
  14. May 03, 2018
Loading