- Mar 27, 2018
-
-
Ansgar Burchardt authored
[cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread Closes #34 See merge request !88 (cherry picked from commit 0c45c77e) 9f1feada [cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread
-
- Aug 14, 2017
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/dim-indep-objects-should-only-be-in-one-library' into 'master' See merge request !67
-
Ansgar Burchardt authored
all dim-indep objects should be only in one library See merge request !66
-
- Aug 07, 2017
-
-
Ansgar Burchardt authored
[backport] Allow transferring element data during loadbalance for 2.5 See merge request !64
-
- Aug 02, 2017
-
-
When MPI is not found, UG_ENABLE_PARALLEL is not defined in CMakeLists.txt and thus, the preprocessor variable ModelP is not defined. This in turn means that the message_buffer and message_buffer_size member variables will not be defined which leads to compilation errors in the accessor methods that use these member variables. To prevent these compilation errors when not using MPI, I moved the accessor methods into #ifdef ModelP blocks. (cherry picked from commit 3bced266)
-
(cherry picked from commit 27b5e15d) with manually resolved conficts that were due to including the EDATA stuff in the 2.5 branch.
-
(cherry picked from commit 2302d33a)
-
(cherry picked from commit 9652bdc1) with manually fixed conficts that were due to including the EDATA stuff in the 2.5 branch.
-
(cherry picked from commit 963e8545)
-
(cherry picked from commit bcb4bd8c)
-
- Jul 18, 2017
-
-
Ansgar Burchardt authored
-
- Jul 17, 2017
-
- Jun 14, 2017
-
-
(cherry picked from commit e01e6f24) Signed-off-by:
Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de>
-
- Jan 05, 2017
-
-
Ansgar Burchardt authored
Merge branch 'fix/cmake-missing-curly-braces' into 'master' See merge request !44
-
Ansgar Burchardt authored
[cmake] Missing curly braces in include directories See merge request !43
-
- Jan 02, 2017
-
-
Ansgar Burchardt authored
-
- Dec 18, 2016
-
-
Ansgar Burchardt authored
dune.module: prepare for 2.5.0 release See merge request !42
-
Ansgar Burchardt authored
-
- Dec 05, 2016
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/64bit-big-endian' into 'master' Fix several bugs on 64-bit big endian architectures See merge request !40 See merge request !41
-
Ansgar Burchardt authored
Fix several bugs on 64-bit big endian architectures See merge request !40
-
- Dec 04, 2016
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/64bit-type-for-DDD_GID' into 'master' Ensure `DDD_GID` is at least 64 bits wide a0cf9c01 increased `MAX_PROCBITS_IN_GID` from 9 to 24. As an `unsigned long` is only 32 bits wide on common 32 bit architectures, this left only 8 bits instead of the intended 40 bits (on 64 bit architectures) for objects. This patch makes sure the `DDD_GID` type is at least 64 bits by using the `std::uint_least64_t` type. It should fix the build failure on, for example, [i386] and [PowerPC]. [i386]: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=i386&ver=2.5.0%7Erc1-1&stamp=1480684720 [PowerPC]: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=s390x&ver=2.5.0%7Erc1-1&stamp=1480658113 See merge request !38 See merge request !39
-
Ansgar Burchardt authored
Ensure `DDD_GID` is at least 64 bits wide a0cf9c01 increased `MAX_PROCBITS_IN_GID` from 9 to 24. As an `unsigned long` is only 32 bits wide on common 32 bit architectures, this left only 8 bits instead of the intended 40 bits (on 64 bit architectures) for objects. This patch makes sure the `DDD_GID` type is at least 64 bits by using the `std::uint_least64_t` type. It should fix the build failure on, for example, [i386] and [PowerPC]. [i386]: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=i386&ver=2.5.0%7Erc1-1&stamp=1480684720 [PowerPC]: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=s390x&ver=2.5.0%7Erc1-1&stamp=1480658113 See merge request !38
-
- Nov 17, 2016
-
-
Ansgar Burchardt authored
Merge branch 'feature/compiler-warnings' into 'master' Address various compiler warnings At least the missing `return` statements can lead to undefined behavior, and in particular to crashes with clang. See merge request !31 See merge request !35
-
Ansgar Burchardt authored
Address various compiler warnings At least the missing `return` statements can lead to undefined behavior, and in particular to crashes with clang. See merge request !31
-
- Oct 27, 2016
-
-
Ansgar Burchardt authored
-
- Oct 21, 2016
-
-
Ansgar Burchardt authored
Merge branch 'feature/fix-missing-return-statements' into 'master' Add missing return statements This avoids undefined behaviour. However, I have no idea, if `0` is a proper value to return. Closes #14 See merge request !29 See merge request !30
-
Ansgar Burchardt authored
Add missing return statements This avoids undefined behaviour. However, I have no idea, if `0` is a proper value to return. Closes #14 See merge request !29
-
- Oct 19, 2016
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Fix/remove include directories See merge request !26
-
Christoph Grüninger authored
It caused -Wmissing-include-dirs warnings in dune-uggrid
-
- Oct 18, 2016
-
-
Oliver Sander authored
Update test environments - No longer test with clang 3.5. - Add clang 3.8 from Debian 8 + backports - Add gcc 5.4 + clang 3.8 from Ubuntu 16.04 LTS. - Use `duneci-standard-test` See merge request !28
-
Ansgar Burchardt authored
- No longer test with clang 3.5. - Add clang 3.8 from Debian 8 + backports - Add gcc 5.4 + clang 3.8 from Ubuntu 16.04 LTS. - Use `duneci-standard-test`
-
- Oct 04, 2016
-
-
Oliver Sander authored
[cmake] Remove checks for X11 (xlib) See merge request !27
-
- Oct 02, 2016
-
-
Christoph Grüninger authored
-
- Sep 05, 2016
-
-
Oliver Sander authored
Remove more unused parts This merge request removes a few more commands and some parts of `np/*`. See merge request !24
-
- Aug 18, 2016
-
-
Oliver Sander authored
-
- Aug 16, 2016
-
-
Ansgar Burchardt authored
DUNE uses the `newformat` command, but calls `CreateFormatCmd` (part of `formats.h`) directly.
-
Ansgar Burchardt authored
-
- Aug 11, 2016
-
-
Ansgar Burchardt authored
DDD's Fortran interface was already removed in b49fe96e. This file was just missed.
-
Ansgar Burchardt authored
-