Skip to content
Snippets Groups Projects
  1. May 27, 2019
  2. May 07, 2019
  3. Apr 30, 2019
  4. Apr 17, 2019
    • Ansgar Burchardt's avatar
      [!124] Fix warning: variable 'errorflag' set but not used · 11404bc8
      Ansgar Burchardt authored
      Merge branch 'fix_warning_set_but_unused_errorflag' into 'master'
      
      ref:staging/dune-uggrid
      
          I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the
           warning: "variable 'errorflag' set but not used".
      
      See merge request [!124]
      
        [!124]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/124
      11404bc8
  5. Apr 10, 2019
  6. Apr 03, 2019
  7. Apr 02, 2019
  8. Mar 19, 2019
  9. Mar 14, 2019
  10. 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
  11. Dec 06, 2018
  12. 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
  13. 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
  14. Jun 29, 2018
  15. May 29, 2018
  16. May 22, 2018
  17. May 09, 2018
  18. May 03, 2018
Loading