forked from xensik/gsc-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d630789
commit 76989d7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
37 files
+84 −24 | CMakeLists.txt | |
+194 −9 | ChangeLog.rst | |
+1 −2 | README.rst | |
+11 −37 | include/fmt/chrono.h | |
+2 −2 | include/fmt/color.h | |
+3 −3 | include/fmt/compile.h | |
+50 −63 | include/fmt/core.h | |
+25 −46 | include/fmt/format-inl.h | |
+128 −84 | include/fmt/format.h | |
+6 −25 | include/fmt/os.h | |
+2 −2 | include/fmt/ostream.h | |
+4 −4 | include/fmt/printf.h | |
+3 −3 | include/fmt/ranges.h | |
+14 −8 | include/fmt/std.h | |
+4 −4 | include/fmt/xchar.h | |
+40 −23 | src/fmt.cc | |
+16 −44 | src/os.cc | |
+3 −3 | support/Vagrantfile | |
+0 −1 | support/bazel/.bazelrc | |
+1 −1 | support/bazel/.bazelversion | |
+2 −2 | support/bazel/BUILD.bazel | |
+5 −4 | support/bazel/README.md | |
+1 −1 | support/build.gradle | |
+5 −1 | test/CMakeLists.txt | |
+1 −1 | test/args-test.cc | |
+5 −51 | test/core-test.cc | |
+17 −6 | test/format-impl-test.cc | |
+3 −12 | test/format-test.cc | |
+2 −0 | test/gtest-extra-test.cc | |
+1 −6 | test/gtest-extra.h | |
+2 −2 | test/mock-allocator.h | |
+35 −87 | test/module-test.cc | |
+4 −44 | test/os-test.cc | |
+1 −25 | test/ostream-test.cc | |
+11 −17 | test/std-test.cc | |
+1 −5 | test/util.h | |
+1 −20 | test/xchar-test.cc |