- Sep 01, 2015
-
-
Markus Blatt authored
-
Markus Blatt authored
-
- Aug 19, 2015
-
-
Carsten Gräser authored
-
Carsten Gräser authored
... and don't take absolute value of comparison result. Thanks to Max Kahnt for reporting this.
-
- Aug 01, 2015
-
-
Oliver Sander authored
-
- Jul 27, 2015
-
-
Andreas Dedner authored
-
Jö Fahlke authored
Add missing files, remove ancient buildsystem stuff and stuff where it is unclear where it comes from.
-
Jö Fahlke authored
[test][typetraits][warnings] Split the test for deprecated functionality in typetraits.hh into its own testcase. That way I can simply disable deprecation warnings there. There was a mechanism with apparently similar goal involving the define DISABLE_DEPRECATED_METHOD_CHECKS. However, I could not figure out how that was intended to work, the only occurances of DISABLE_DEPRECATED_METHOD_CHECKS were in typetraitstest.hh. Probably you were supposed to set that define by hand in your CPPFLAGS, which I consider unacceptable.
-
Jö Fahlke authored
-
- Jul 22, 2015
-
-
Christoph Grüninger authored
It's more CMake style.
-
Christoph Grüninger authored
-
- Jun 17, 2015
-
-
Dominic Kempf authored
This bug could only be found outside Germany :D
-
- Jun 16, 2015
-
-
Carsten Gräser authored
Before the test was not active since '#if HAVE_GMP' fails if the gmp-flags where not added.
-
- Jun 13, 2015
-
-
Christian Engwer authored
most of the tests work. std::complex<GMPField> does not work as expected, but this is perhaps something we don't want to support. As std::complex does not allow to initialize with other parameters than the data type itself, we can not initialize from int or other compatible scalar values. The smae problem occures when interacting with int values directly.
-
- May 11, 2015
-
-
Ansgar Burchardt authored
-
- May 06, 2015
-
-
Ansgar Burchardt authored
-
-
-
- Apr 20, 2015
-
-
- Apr 10, 2015
-
-
Jö Fahlke authored
-
- Feb 25, 2015
-
-
Christian Engwer authored
-
- Jan 11, 2015
-
-
Christoph Grüninger authored
If LAPACK is not available, it return 77 indicating skipped test
-
Christoph Grüninger authored
Like we do for Autotools. This is only supported for CMake 3.0 or newer. Oder versions ignore the property and report the test as failed.
-
- Dec 18, 2014
-
-
Jö Fahlke authored
-
- Dec 02, 2014
-
-
Carsten Gräser authored
-
- Dec 01, 2014
-
-
Carsten Gräser authored
-
Carsten Gräser authored
-
- Nov 28, 2014
-
-
Christoph Grüninger authored
It should be std::endl. Courtesy of GCC 5-svn, it refuses to compile these.
-
Christoph Grüninger authored
GCC warns about it.
-
- Nov 25, 2014
-
-
Christoph Grüninger authored
-
- Nov 21, 2014
-
-
Christoph Grüninger authored
-
- Nov 08, 2014
-
-
Jö Fahlke authored
-
Jö Fahlke authored
[parametertree][locale][fs1528] Check ParameterTree::get() with a locale using "," as the decimal seperator. ParameterTrees are usually read from configuration files. The format of the configuration file should not depend on the locale. For the commandline parser it would likewise be surprising if "progname -param 0.5" stopped working in a german locale. Not long ago these kinds of errors would not even generate a diagnosis due to FS#1527. However, the locale of the program is "C" by default, so probably not many poeple are actually affected by this problem. It can happen however that other libraries linked into the same program set the locale from the environment.
-
Jö Fahlke authored
"Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the rules are applied recursively. Test programs etc. should be listed as "/program" in their directory's .gitignore, so they are not accidentially ignored in a lower level directory.
-
Jö Fahlke authored
-
Jö Fahlke authored
assert() works only in debug builds (without -DNDEBUG). Instead, implement our own check_assert().
-
- Nov 07, 2014
-
-
Oliver Sander authored
-
- Nov 06, 2014
-
-
Oliver Sander authored
Rip out the complete test for eigenValuesNonSym and replace it by the Rosser matrix test from fieldmatrixtest.cc The old test was complete nonsense: an implementation of some sort of strange undocumented shape function set that happened to need eigenvalues for something. Lots of undocumented code, and no checks at all whether the values obtained by eigenValuesNonSym actually make sense. Only, for the particular choice of parameters used, eigenValuesNonSym was never called. Yes, you read this correctly: these hundreds of lines of code didn't actually test anything. The new test is copied form fieldmatrixtest.cc and adapted for DynamicMatrix types. It computes eigenvalues of a given 8x8 matrix and compares with the known results. Unfortunately, the test matrix is only symmetric. Tests with more general matrices are left for another day.
-
- Oct 29, 2014
-
-
Uli Sack authored
-
- Oct 08, 2014
-
-
Dominic Kempf authored
-