- Oct 02, 2014
-
-
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.
-
- Sep 23, 2014
-
-
René Fritze authored
-
René Fritze authored
-
- Sep 22, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
This commit allows to call entityRange() for a either a grid view or a grid part. In addition I renamed ViewRange -> EntityRange and viewRange() -> entityRange() which is consistent with the existing intersectionRange() and cornerRange()...
-
Dr. Felix Tobias Schindler authored
This can be used like: ``` DSC_LOG_INFO_TIMED("main") << "doing stuff..." << std::endl; ```
-
Dr. Felix Tobias Schindler authored
-