- 19 Jul, 2021 1 commit
-
-
Liam Keegan authored
-
- 15 Jul, 2021 2 commits
-
-
Santiago Ospina De Los Ríos authored
Replace %F and %T with their longer versions which are more portable Closes #1 See merge request !15
-
-
- 09 Jul, 2021 2 commits
-
-
Santiago Ospina De Los Ríos authored
Update .gitlab-ci.yml file See merge request !14
-
Santiago Ospina De Los Ríos authored
-
- 10 Feb, 2021 4 commits
-
-
Santiago Ospina De Los Ríos authored
Fix fmt-installation-path See merge request !12
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- 21 Jul, 2020 4 commits
-
-
Santiago Ospina De Los Ríos authored
Merge branch 'fmt_7_support' into 'master' See merge request [!10] [!10]: Nonestaging/dune-logging/merge_requests/10
-
Liam Keegan authored
-
Santiago Ospina De Los Ríos authored
Merge branch 'remove-ci-tags' into 'master' ref:staging/dune-logging\> HD runners are down and we need CI pass [!10]. This MR just add tags for the available shared runners at the moment. See merge request [!11] [!10]: gitlab.dune-project.org/NoneNone/merge_requests/10 [!11]: gitlab.dune-project.org/staging/dune-logging/merge_requests/11
-
Santiago Ospina De Los Ríos authored
Heidelberg runners have been down for a while so we switch to any available shared runner at the moment.
-
- 16 Jan, 2020 1 commit
-
-
Santiago Ospina De Los Ríos authored
-
- 18 Sep, 2019 2 commits
-
-
Steffen Müthing authored
Merge branch 'bug/fix-static-vendored-fmt' into 'master' See merge request [!9] [!9]: Nonestaging/dune-logging/merge_requests/9
-
Steffen Müthing authored
-
- 08 Jul, 2019 3 commits
-
-
Steffen Müthing authored
Merge branch 'feature/bump-required-cmake-version' into 'master' See merge request [!8] [!8]: Nonestaging/dune-logging/merge_requests/8
-
Steffen Müthing authored
-
Steffen Müthing authored
-
- 02 Jul, 2019 2 commits
-
-
Steffen Müthing authored
Merge branch 'feature/improve-handling-of-literal-warning-in-clang' into 'master' ref:staging/dune-logging CMake does not correctly detect whether the compiler supports disabling a given warning, as no diagnostic is emitted by default for an unknown disabled warning flag. So disable the warning directly in the header when clang is detected. See merge request [!7] [!7]: gitlab.dune-project.org/staging/dune-logging/merge_requests/7
-
Steffen Müthing authored
CMake does not correctly detect whether the compiler supports disabling a given warning, as no diagnostic is emitted by default for an unknown disabled warning flag. So disable the warning directly in the header when clang is detected.
-
- 01 Jul, 2019 3 commits
-
-
Steffen Müthing authored
Merge branch 'feature/make-logging-functions-const' into 'master' ref:staging/dune-logging Santiago had the valid comment that it would be better to have the logging methods non-const, as otherwise you would have to make logger member variables mutable to be able to log in const member functions. It's actually consistent as well, since the logging calls do not modify the internal state of the logger itself. See merge request [!6] [!6]: gitlab.dune-project.org/staging/dune-logging/merge_requests/6
-
Steffen Müthing authored
Logger::handle() is the internal function called by the logging functions, so it has to be const as well to make const logging calls work.
-
Steffen Müthing authored
Santiago had the valid comment that it would be better to have the logging methods non-const, as otherwise you would have to make logger member variables mutable to be able to log in const member functions. It's actually consistent as well, since the logging calls do not modify the internal state of the logger itself.
-
- 27 Jun, 2019 4 commits
-
-
Steffen Müthing authored
Merge branch 'feature/add-bsd-2-license' into 'master' ref:staging/dune-logging Use it any way you want\... It's probably not compatible with dune-common under that license, but people can cut and paste the code. See merge request [!5] [!5]: gitlab.dune-project.org/staging/dune-logging/merge_requests/5
-
Steffen Müthing authored
Use it any way you want... It's probably not compatible with dune-common under that license, but people can cut and paste the code.
-
Steffen Müthing authored
Merge branch 'feature/pdelab-cleanup' into 'master' See merge request [!4] [!4]: Nonestaging/dune-logging/merge_requests/4
-
Steffen Müthing authored
-
- 26 Jun, 2019 8 commits
-
-
Steffen Müthing authored
Merge branch 'doc/CMake-improvements' into 'master' See merge request [!3] [!3]: Nonestaging/dune-logging/merge_requests/3
-
Steffen Müthing authored
-
Steffen Müthing authored
Merge branch 'feature/update-vendored-fmt-headers-on-change' into 'master' See merge request [!2] [!2]: Nonestaging/dune-logging/merge_requests/2
-
Steffen Müthing authored
-
Steffen Müthing authored
Merge branch 'feature/enable-ci-testing' into 'master' See merge request [!1] [!1]: Nonestaging/dune-logging/merge_requests/1
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
-
- 17 Jun, 2019 1 commit
-
-
Steffen Müthing authored
-
- 13 Jun, 2019 3 commits
-
-
Steffen Müthing authored
That change gives us the faster C file serialization and resolves some weird template lookup bug when writing to a std::ostream.
-
Steffen Müthing authored
Some implementation details of fmt have changed, and as a result the formatter for std::string_view does not exist anymore. Instead, we have to forward to the formatter for fmt::basic_string_view. That's a little ugly for the lazy format arguemtn, as we have to first figure out if the return value of the factory is a string-like object as defined by fmt.
-
Steffen Müthing authored
-