- Aug 18, 2013
-
-
Oliver Sander authored
-
Oliver Sander authored
The C++11 standard library offers the functionality of SelectType, it is, however, called 'conditional'. This patch adds a copy of our SelectType implementation with the class names changed to match the ones used in C++11. The old SelectType implementation gets deprecated.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jul 13, 2013
-
-
Martin Nolte authored
-
- Jul 10, 2013
-
-
Christian Engwer authored
- update documentation - add paranoia check to touch()
-
Christian Engwer authored
update documentation
-
- Jul 06, 2013
-
-
Andreas Dedner authored
-
- Jul 05, 2013
-
-
Andreas Dedner authored
-
- Jun 24, 2013
-
-
Martin Nolte authored
This fixes FS#1317 for me (use invert for 2x2 matrix with std::complex< long double >). The problem is that 1.0 is a double, which can be converted implicitly to a long double which, in turn, could be converted implicitly into a std::complex< long double >. However, the compiler does not use two implicit type conversions, so double cannot be divided by a std::complex< long double >.
-
Martin Nolte authored
See FS#1317 for details.
-
- May 11, 2013
-
-
Markus Blatt authored
This is the same fix as for debugallocator. See flyspray #1287. The problem was that move semantics were used if the compiler supports variadic templates.
-
- May 08, 2013
-
-
Elias Pipping authored
-
Steffen Müthing authored
In order to reuse the same source file, the fassign tests pass in the values to be assigned as a preprocessor define. Unfortunately, the preprocessor of clang 3.3 dies on this list if it contains spaces.
-
Steffen Müthing authored
In order to reuse the same source file, the fassign tests pass in the values to be assigned as a preprocessor define. Unfortunately, the preprocessor of clang 3.3 dies on this list if it contains spaces.
-
Steffen Müthing authored
-
- May 07, 2013
-
-
Christian Engwer authored
fix global extern variable
-
Christian Engwer authored
also test assignment of fieldmatrix from densematrix
-
- May 06, 2013
-
-
Martin Nolte authored
-
- May 03, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7472]]
-
- May 02, 2013
-
-
Markus Blatt authored
Patch was kindly provided by Bernd Flemisch. [[Imported from SVN: r7465]]
-
- Mar 31, 2013
-
-
Christoph Grüninger authored
(kudos to Elias Pipping for the patch) [[Imported from SVN: r7436]]
-
Christoph Grüninger authored
Fixes FS#1271. (Kudos to Elias Pipping for the patch) [[Imported from SVN: r7435]]
-
- Mar 20, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r7431]]
-
Christoph Grüninger authored
[[Imported from SVN: r7430]]
-
- Mar 14, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7425]]
-
- Mar 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7421]]
-
Markus Blatt authored
[BugFix] Copy rep_ member of SharedCounterImpl during copy constructor (otherwise the deleter might work on a unitialized pointer). [[Imported from SVN: r7420]]
-
- Mar 12, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7415]]
-
Markus Blatt authored
[[Imported from SVN: r7414]]
-
- Feb 25, 2013
-
-
Carsten Gräser authored
Patch by Bernd Flemisch [[Imported from SVN: r7385]]
-
- Feb 22, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7379]]
-
Christian Engwer authored
add missing implementation of state() [[Imported from SVN: r7378]]
-
- Feb 19, 2013
-
-
Markus Blatt authored
Revision 6654 .----------------- Merge sync to keep track with the trunk. Thanks for renaming files and targets. Always a pleasure to mimic this manually. [[Imported from SVN: r7365]]
-
Markus Blatt authored
Initial message was : Reflect removed test-stack in CMakeLists.txt. [[Imported from SVN: r7358]]
-
Markus Blatt authored
Initial message of blocked patch was : Adjusted CMakeLists.txt according to added files. [[Imported from SVN: r7357]]
-
- Feb 18, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7129]]
-
Markus Blatt authored
[[Imported from SVN: r7128]]
-