Skip to content
Snippets Groups Projects
  1. Jul 10, 2019
  2. Jul 09, 2019
  3. Jun 29, 2019
  4. Jun 19, 2019
  5. Jun 18, 2019
  6. Jun 13, 2019
  7. May 27, 2019
  8. May 16, 2019
  9. May 07, 2019
  10. Apr 30, 2019
  11. 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
  12. Apr 10, 2019
  13. Apr 03, 2019
  14. Apr 02, 2019
  15. Mar 19, 2019
  16. Mar 14, 2019
  17. 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
  18. Dec 06, 2018
  19. 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
  20. 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
  21. Jun 29, 2018
  22. May 29, 2018
Loading