- Jun 30, 2015
-
-
Ansgar Burchardt authored
The storage of bigunsignedint was changed to std::uint16_t in commit 541b3dfc. This implements the same change for the MPITraits<bigunsignedint<k>> Note that this assumes that MPITraits<std::uint16_t> is defined. This is the case as long as uint16_t maps to one of the standard integer types (unsigned char/short/int/long). Thanks to Markus for pointing this out. Reference: https://dune-project.org/flyspray/index.php?do=details&task_id=1657#comment6393
-
- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Nov 06, 2012
-
-
Christian Engwer authored
see FS#1055 for details [[Imported from SVN: r7055]]
-
- Aug 24, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6925]]
-
- Jun 08, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6792]]
-
- Jun 05, 2012
-
-
Christoph Grüninger authored
mpitraits.hh forward declares std::pair, which is illegal by the standard, and clang stumbles over that. Fixes FS#1121. (Thanks to Steffen Müting for the patch) [[Imported from SVN: r6791]]
-
- May 19, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6730]]
-
- May 18, 2012
-
-
Christian Engwer authored
according to the standard std::pair is a struct [[Imported from SVN: r6727]]
-
- Nov 25, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r6269]]
-
- Aug 25, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6108]]
-
- May 27, 2010
-
-
Oliver Sander authored
in dune-istl in revision 1220. The new file here is intended to be merged with mpicollectivecommunication. That will happen in a separate step. [[Imported from SVN: r6018]]
-