Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
  2. 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
  3. Dec 06, 2018
  4. 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
  5. 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
  6. Jun 29, 2018
  7. May 29, 2018
  8. May 22, 2018
  9. May 09, 2018
  10. May 03, 2018
  11. May 02, 2018
  12. Apr 30, 2018
Loading