Skip to content
Snippets Groups Projects
  1. Jan 02, 2019
  2. 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 [staging/dune-uggrid!118]
      
        [staging/dune-uggrid!118]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/118
      57febf21
  3. 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
  4. Jun 29, 2018
  5. May 29, 2018
  6. May 22, 2018
  7. May 09, 2018
  8. May 03, 2018
  9. May 02, 2018
  10. Apr 30, 2018
Loading