- Oct 17, 2014
-
-
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 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
-
René Fritze authored
-
- Sep 25, 2014
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-#include <dune/stuff/common/logging.hh> +#include <dune/stuff/common/timedlogging.hh> is encouraged, but not mandatory yet
-
René Fritze authored
-
René Fritze authored
-
- Sep 24, 2014
-
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
This does not yet test whether the file has actually been created or if it contains the correct stuff.
-
Dr. Felix Tobias Schindler authored
This commit should get rid of some warnings and small inconsistencies. The LogStream class now derives from StorageProvider which holds the buffer before the buffer is given to the ostream base class. FileLogStream and EmptyLogStream now merely create the corresponding stream buffer and forward it to LogStream. Thus overriding rdbuf does not seem necessary any more.
-