- May 27, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix/remove-include-no-longer-around' into 'master' See merge request [!130] [!130]: Nonestaging/dune-uggrid/merge_requests/130
-
Christoph Grüninger authored
-
- May 07, 2019
-
-
Ansgar Burchardt authored
-
- Apr 30, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix_warnings_set_but_unused' into 'master' ref:staging/dune-uggrid I fixed all warnings "-Wunused-but-set-variable" by gcc. I added the attribute "DUNE_UNUSED" to the variables to avoid the warnings. See merge request [!126] [!126]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/126
-
```` I added the attribute "DUNE_UNUSED" to the variable "count" to avoid the warning: "variable set but unused". This warning was only occuring in the compiler-test "gcc-8-noassert-17" ````
-
- Apr 17, 2019
-
-
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
-
- Apr 10, 2019
-
-
Henrik Stolzmann authored
```` I added the attribute "DUNE_UNUSED" to the variable "errorflag" to avoid the warning: "variable 'errorflag' set but not used". ````
-
- Apr 03, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix_special_green_rule_17_22' into 'master' ref:staging/dune-uggrid As written the condition read (TAG(theElement) == PYRAMID && NSONS(theFather)==9) || other_condition that is `ECLASS(theElement) == GREEN_CLASS` was not always checked. We assume this was not intentional. See merge request [!122] [!122]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/122
-
Henrik Stolzmann authored
As written the condition read ``` (TAG(theElement) == PYRAMID && NSONS(theFather)==9) || other_condition ``` that is `ECLASS(theElement) == GREEN_CLASS` was not always checked. We assume this was not intentional.
-
- Apr 02, 2019
-
-
Ansgar Burchardt authored
Merge branch 'fix/unused-variables' into 'master' See merge request [!121] [!121]: Nonestaging/dune-uggrid/merge_requests/121
-
- Mar 19, 2019
-
-
Christoph Grüninger authored
-
- Mar 14, 2019
-
-
Ansgar Burchardt authored
Merge branch 'install-missing-headers' into 'master' See merge request [!120] [!120]: Nonestaging/dune-uggrid/merge_requests/120
-
Ansgar Burchardt authored
-
- Jan 31, 2019
-
-
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
-
- Dec 06, 2018
-
-
Steffen Müthing authored
-
- Nov 13, 2018
-
-
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
-
- Oct 29, 2018
-
-
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’ ```
-
- Jun 29, 2018
-
-
Ansgar Burchardt authored
Update CI config for master See merge request !117
-
Steffen Müthing authored
Switch to the new CI image location and the new way of selecting toolchains. The builds are mostly identical to the core modules, and I also kept the additional sequential build, which does not require shipping a custom opts file anymore.
-
- May 29, 2018
-
-
Ansgar Burchardt authored
Add missing includes for compilation with libc++ See merge request !116
-
Steffen Müthing authored
libc++ doesn't pull in some of the headers implicitly included by libstdc++, causing compilation to fail. This adds the required explicit `#include` statements.
-
- May 22, 2018
-
-
Oliver Sander authored
Resolve "dune-uggrid won't compile with Clang 6.0 (Ubuntu 18.04)" Closes #43 See merge request !114
-
Lukas Riedel authored
This fixes #43
-
- May 09, 2018
-
-
Ansgar Burchardt authored
fix issues when building dune-uggrid as shared library Closes #42 See merge request staging/dune-uggrid!113
-
Ansgar Burchardt authored
Closes: #42
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- May 03, 2018
-
-
Ansgar Burchardt authored
More cleanup See merge request !112
-
Ansgar Burchardt authored
Most bits were already removed in eb65f980
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
More cleanup See merge request !111
-
Ansgar Burchardt authored
The default-constructor for forward_list was only made non-explicit in C++11 via a defect report. This is however not implemented in all supported older compilers; for example GCC 5.4 does not implement this.
-
Ansgar Burchardt authored
The function is no longer needed since 9e4946b0 This addresses the following compiler warning from GCC 8: ``` ../parallel/ddd/xfer/pack.cc:104:13: warning: ‘bool UG::D2::sort_MsgSize([...])’ defined but not used [-Wunused-function] ```
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
This addresses the following compiler warning from GCC 8: ``` ../parallel/ddd/xfer/cmds.cc:346:21: warning: extra tokens at end of #undef directive ```
-
Ansgar Burchardt authored
This addresses the following compiler warnings from GCC 8: ``` ../parallel/ddd/xfer/cmds.cc:302:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] ../parallel/ddd/xfer/cmds.cc:327:12: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] ```
-
Ansgar Burchardt authored
This addresses the following compiler warning from GCC 8: ``` ../gm/algebra.cc:2081:9: warning: unused variable ‘dddContext’ [-Wunused-variable] ```
-
Ansgar Burchardt authored
This addresses the following compiler warnings from GCC 8: ``` ../parallel/ddd/mgr/typemgr.cc:161:8: warning: unused variable ‘buf’ [-Wunused-variable] ../parallel/ddd/mgr/typemgr.cc:235:15: warning: unused variable ‘errtxt’ [-Wunused-variable] ../parallel/ddd/mgr/typemgr.cc:492:14: warning: unused variable ‘errtxt’ [-Wunused-variable] ../parallel/ddd/xfer/cmdmsg.cc:390:8: warning: unused variable ‘buf’ [-Wunused-variable] ../parallel/ddd/xfer/cplmsg.cc:368:8: warning: unused variable ‘buf’ [-Wunused-variable] ../parallel/ddd/xfer/cmds.cc:1160:16: warning: unused variable ‘descDepTyp’ [-Wunused-variable] ../low/fileopen.cc:136:13: warning: ‘OldBasePath’ defined but not used [-Wunused-variable] ```
-
Ansgar Burchardt authored
The variables are not used in all cases which caused the following compiler warnings from GCC 8: ``` parallel/ddd/if/ifcmd.ct:199:16: warning: unused variable ‘tries’ [-Wunused-variable] parallel/ddd/if/ifcmd.ct:200:16: warning: unused variable ‘recv_mesgs’ [-Wunused-variable] parallel/ddd/if/ifstd.ct:95:16: warning: unused variable ‘tries’ [-Wunused-variable] parallel/ddd/if/ifstd.ct:96:16: warning: unused variable ‘recv_mesgs’ [-Wunused-variable] ```
-