Skip to content

Commit

Permalink
Merge pull request #211 from NVlabs/update-fmt
Browse files Browse the repository at this point in the history
Update fmtlib
  • Loading branch information
Tom94 authored Dec 1, 2022
2 parents ea09e16 + b33f9e2 commit 8e6e242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/fmt
Submodule fmt updated 52 files
+26 −0 .github/workflows/cifuzz.yml
+1 −1 .github/workflows/doc.yml
+18 −13 .github/workflows/linux.yml
+4 −2 .github/workflows/macos.yml
+46 −15 .github/workflows/windows.yml
+7 −23 CMakeLists.txt
+127 −1 ChangeLog.rst
+14 −11 README.rst
+11 −2 doc/CMakeLists.txt
+157 −129 doc/api.rst
+1 −1 doc/build.py
+1 −1 doc/index.rst
+134 −8 doc/syntax.rst
+246 −142 include/fmt/chrono.h
+2 −2 include/fmt/color.h
+17 −9 include/fmt/compile.h
+110 −58 include/fmt/core.h
+55 −47 include/fmt/format-inl.h
+342 −181 include/fmt/format.h
+32 −45 include/fmt/os.h
+64 −40 include/fmt/ostream.h
+173 −88 include/fmt/ranges.h
+128 −15 include/fmt/std.h
+25 −9 include/fmt/xchar.h
+0 −3 src/format.cc
+53 −17 src/os.cc
+0 −43 support/appveyor-build.py
+0 −31 support/appveyor.yml
+0 −54 support/cmake/cxx14.cmake
+6 −0 support/manage.py
+12 −5 test/CMakeLists.txt
+1 −1 test/add-subdirectory-test/CMakeLists.txt
+125 −5 test/chrono-test.cc
+2 −2 test/compile-error-test/CMakeLists.txt
+10 −5 test/compile-test.cc
+11 −0 test/core-test.cc
+2 −0 test/enforce-checks-test.cc
+1 −1 test/find-package-test/CMakeLists.txt
+157 −3 test/format-impl-test.cc
+125 −12 test/format-test.cc
+1 −1 test/fuzzing/CMakeLists.txt
+1 −7 test/gtest/CMakeLists.txt
+2 −2 test/gtest/gmock-gtest-all.cc
+0 −12 test/os-test.cc
+2 −4 test/printf-test.cc
+24 −0 test/ranges-test.cc
+1 −1 test/scan-test.cc
+16 −11 test/scan.h
+1 −1 test/static-export-test/CMakeLists.txt
+75 −10 test/std-test.cc
+4 −4 test/unicode-test.cc
+40 −14 test/xchar-test.cc

0 comments on commit 8e6e242

Please sign in to comment.