-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'quokka-astro:development' into riemann-microp
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule fmt
updated
15 files
+2 −1 | CMakeLists.txt | |
+15 −5 | doc/api.rst | |
+66 −127 | include/fmt/chrono.h | |
+4 −81 | include/fmt/compile.h | |
+32 −9 | include/fmt/core.h | |
+89 −52 | include/fmt/format.h | |
+5 −2 | include/fmt/ranges.h | |
+65 −35 | include/fmt/std.h | |
+3 −3 | test/chrono-test.cc | |
+0 −32 | test/compile-test.cc | |
+9 −9 | test/core-test.cc | |
+3 −4 | test/format-test.cc | |
+30 −0 | test/ranges-test.cc | |
+1 −3 | test/scan.h | |
+13 −11 | test/std-test.cc |