- Oct 22, 2014
-
-
Dr. Felix Tobias Schindler authored
Discovery of eigen3 was brokn for me. Although pkg-config would find the local eigen3 installation pkg_check_modules would not find it. Since the FindEigen3.cmake does support hints fora dditional search dirs I hardcoded the additional location which is currently used by out setup.
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
Those can always be included!
-
Dr. Felix Tobias Schindler authored
-
- Oct 21, 2014
-
-
Dr. Felix Tobias Schindler authored
The other alternative would be to instantiate the Config() in a way that there is no default warning.
-
René Fritze authored
-
René Fritze authored
afaict nothing is relying on the implicit type conversions
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
Since the timed logger is by now instantiated in main.hxx to be used in other tests this test must not use main.hxx but have its own main.
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
Drop support for override and final keyword discovery since all supported compiler understand those by now. Further use of DS_OVERRIDE or DS_FINAL will trigger a compile error.
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
- Oct 20, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 19, 2014
-
-
René Fritze authored
-
René Fritze authored
-
- Oct 17, 2014
-
-
René Fritze authored
see also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47226
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
storage_access() should be deprecated at some point...
-
Dr. Felix Tobias Schindler authored
E.g. print 1 instead of [1] for scalar vectors, [1 2] instead of [[1 2]] for matrices with only one row...
-
- Oct 13, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Oct 04, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
If you did rely on `common/logging.hh` to include `common/timedlogging.hh` your code may not compile anymore.
-
- Oct 02, 2014
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
is_hashable<T>::value is true iff std::hash<T>(T t) works or gcc is too old
-
- Oct 01, 2014
-
-
René Fritze authored
-
René Fritze authored
-
- Sep 30, 2014
-
-
René Fritze authored
-
- Sep 29, 2014
-
-
Dr. Felix Tobias Schindler authored
I see no harm in it atm.
-
- Sep 26, 2014
-
-
Dr. Felix Tobias Schindler authored
-