Skip to content

Commit

Permalink
Обновлен подмодуль fmt до версии 8.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jan 27, 2022
1 parent 7488a3c commit 598c01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/fmt
Submodule fmt updated 59 files
+2 −1 .github/workflows/linux.yml
+9 −4 CMakeLists.txt
+382 −8 ChangeLog.rst
+2 −2 README.rst
+27 −15 doc/api.rst
+3 −1 doc/basic-bootstrap/layout.html
+4 −1 doc/build.py
+15 −14 doc/syntax.rst
+0 −10 include/fmt/args.h
+963 −214 include/fmt/chrono.h
+11 −8 include/fmt/compile.h
+445 −238 include/fmt/core.h
+283 −261 include/fmt/format-inl.h
+436 −254 include/fmt/format.h
+21 −11 include/fmt/os.h
+31 −77 include/fmt/ostream.h
+12 −7 include/fmt/printf.h
+117 −57 include/fmt/ranges.h
+5 −5 include/fmt/xchar.h
+0 −1 src/fmt.cc
+46 −0 src/format.cc
+9 −8 src/os.cc
+1 −0 support/bazel/.bazelrc
+1 −0 support/bazel/.bazelversion
+29 −0 support/bazel/BUILD.bazel
+73 −0 support/bazel/README.md
+1 −0 support/bazel/WORKSPACE.bazel
+5 −5 support/manage.py
+14 −27 test/CMakeLists.txt
+22 −22 test/args-test.cc
+279 −39 test/chrono-test.cc
+169 −45 test/compile-error-test/CMakeLists.txt
+62 −0 test/compile-fp-test.cc
+18 −1 test/compile-test.cc
+86 −52 test/core-test.cc
+10 −9 test/enforce-checks-test.cc
+1 −2 test/find-package-test/main.cc
+0 −856 test/format
+7 −10 test/format-impl-test.cc
+223 −171 test/format-test.cc
+1 −1 test/fuzzing/CMakeLists.txt
+32 −0 test/fuzzing/chrono-timepoint.cc
+1 −1 test/fuzzing/float.cc
+2 −1 test/fuzzing/named-arg.cc
+2 −2 test/gtest-extra.h
+7 −0 test/gtest/CMakeLists.txt
+4 −0 test/header-only-test.cc
+7 −6 test/module-test.cc
+18 −0 test/noexception-test.cc
+0 −9 test/os-test.cc
+30 −11 test/ostream-test.cc
+0 −26 test/posix-mock-test.cc
+0 −6 test/printf-test.cc
+17 −0 test/ranges-odr-test.cc
+65 −2 test/ranges-test.cc
+0 −161 test/std-format-test.cc
+1 −1 test/unicode-test.cc
+2 −2 test/util.h
+75 −2 test/xchar-test.cc

0 comments on commit 598c01f

Please sign in to comment.