- Aug 03, 2015
-
-
René Fritze authored
by adding a ctor that takes ```vector<string>``` for keys and values and a utility function in algorithm that allows code re-use
-
René Fritze authored
This reverts commit ba71a7857d78f85ff258834f7820928c253102af since the update required cmake stuff in common (>=2.4)
-
René Milk authored
[common] major Configuration simplification
-
- Jul 31, 2015
-
-
René Fritze authored
-
- Jul 30, 2015
-
-
René Fritze authored
-
- Jul 29, 2015
-
-
René Fritze authored
-
René Fritze authored
This should always be the norm as it shows problems with missing includes early.
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
- strips away Request mapping and default recording - removes functionally equivalent constructors and ``get`` variants - test continue to pass (std::complex still failing) w/o modification beyond removing calls to removed functionality. - Esp. ``get`` calls should need no maintenance on the user side
-
- Jul 28, 2015
-
-
René Fritze authored
-
René Fritze authored
-
René Milk authored
Profiler timing change
-
- Jul 27, 2015
-
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
-
René Fritze authored
which only compiles with gcc atm
-
René Fritze authored
-
René Fritze authored
New complex<double> tests still fail though.
-
René Fritze authored
these have a lot better output on failure than EXPECT_TRUE(FloatCmp::XX(a,b))
-
René Fritze authored
-
René Fritze authored
simply uses the same distribution, generator and limits for real and imaginary parts
-
- Jul 23, 2015
-
-
René Fritze authored
-
René Fritze authored
and forwards to each Visitor's run(...) accordingly
-
René Fritze authored
now with less code, fewer exception throwing and more test coverage ;-)
-
- Jul 22, 2015
-
-
René Fritze authored
-
René Fritze authored
adds get_delta for retrieving all 3 measured values
-
René Fritze authored
-
René Fritze authored
The real walltime is now returned and the DeltaType has lost its first mixed number accordingly. This is not yet an interface change.
-
René Fritze authored
-
- Jul 21, 2015
-
-
René Fritze authored
closes #63
-
René Fritze authored
-
- Jul 20, 2015
-
-
René Fritze authored
thanks to @tobiasleibner for spotting the problem
-
René Fritze authored
-
René Fritze authored
-
- Jul 17, 2015
-
-
René Fritze authored
-
René Fritze authored
-
- Jul 16, 2015
-
-
René Fritze authored
This is again in line with treatin complex as a vector and lets the float compare tests pass again.
-
René Fritze authored
Complex numbers can take the form `+-1.1+-2.2i`, `+-1.1`, but not `+-1.1i`. That last one would need to be written as `0+-1.1i`.
-
- Jul 13, 2015
-
-
René Fritze authored
There was an unannounced interface change in Parametertree which this commit works around, while keeping backward compat.
-
René Fritze authored
offender was in gtest
-