Include fmt 11.0.2
commitceeb2d5cc17efd8a6b4517b91200873fe41a75ba
authorChris Robinson <chris.kcat@gmail.com>
Sun, 17 Nov 2024 09:23:51 +0000 (17 01:23 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 17 Nov 2024 09:23:51 +0000 (17 01:23 -0800)
treefde5cb60256498e1adebde1ab0047aa9a85a51bf
parentb682b7e640d8c2df3be59d8dcb9db0c89c10d5bc
Include fmt 11.0.2

To start replacing stdio and iostreams
132 files changed:
CMakeLists.txt
fmt-11.0.2/.clang-format [new file with mode: 0644]
fmt-11.0.2/.github/dependabot.yml [new file with mode: 0644]
fmt-11.0.2/.github/issue_template.md [new file with mode: 0644]
fmt-11.0.2/.github/pull_request_template.md [new file with mode: 0644]
fmt-11.0.2/.github/workflows/cifuzz.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/doc.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/lint.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/linux.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/macos.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/scorecard.yml [new file with mode: 0644]
fmt-11.0.2/.github/workflows/windows.yml [new file with mode: 0644]
fmt-11.0.2/.gitignore [new file with mode: 0644]
fmt-11.0.2/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/CONTRIBUTING.md [new file with mode: 0644]
fmt-11.0.2/ChangeLog.md [new file with mode: 0644]
fmt-11.0.2/LICENSE [new file with mode: 0644]
fmt-11.0.2/README.md [new file with mode: 0644]
fmt-11.0.2/doc/ChangeLog-old.md [new file with mode: 0644]
fmt-11.0.2/doc/api.md [new file with mode: 0644]
fmt-11.0.2/doc/fmt.css [new file with mode: 0644]
fmt-11.0.2/doc/fmt.js [new file with mode: 0644]
fmt-11.0.2/doc/get-started.md [new file with mode: 0644]
fmt-11.0.2/doc/index.md [new file with mode: 0644]
fmt-11.0.2/doc/perf.svg [new file with mode: 0644]
fmt-11.0.2/doc/python-license.txt [new file with mode: 0644]
fmt-11.0.2/doc/syntax.md [new file with mode: 0644]
fmt-11.0.2/include/fmt/args.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/base.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/chrono.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/color.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/compile.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/core.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/format-inl.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/format.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/os.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/ostream.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/printf.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/ranges.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/std.h [new file with mode: 0644]
fmt-11.0.2/include/fmt/xchar.h [new file with mode: 0644]
fmt-11.0.2/src/fmt.cc [new file with mode: 0644]
fmt-11.0.2/src/format.cc [new file with mode: 0644]
fmt-11.0.2/src/os.cc [new file with mode: 0644]
fmt-11.0.2/support/Android.mk [new file with mode: 0644]
fmt-11.0.2/support/AndroidManifest.xml [new file with mode: 0644]
fmt-11.0.2/support/C++.sublime-syntax [new file with mode: 0644]
fmt-11.0.2/support/README [new file with mode: 0644]
fmt-11.0.2/support/Vagrantfile [new file with mode: 0644]
fmt-11.0.2/support/bazel/.bazelversion [new file with mode: 0644]
fmt-11.0.2/support/bazel/BUILD.bazel [new file with mode: 0644]
fmt-11.0.2/support/bazel/MODULE.bazel [new file with mode: 0644]
fmt-11.0.2/support/bazel/README.md [new file with mode: 0644]
fmt-11.0.2/support/bazel/WORKSPACE.bazel [new file with mode: 0644]
fmt-11.0.2/support/build.gradle [new file with mode: 0644]
fmt-11.0.2/support/check-commits [new file with mode: 0755]
fmt-11.0.2/support/cmake/FindSetEnv.cmake [new file with mode: 0644]
fmt-11.0.2/support/cmake/JoinPaths.cmake [new file with mode: 0644]
fmt-11.0.2/support/cmake/fmt-config.cmake.in [new file with mode: 0644]
fmt-11.0.2/support/cmake/fmt.pc.in [new file with mode: 0644]
fmt-11.0.2/support/docopt.py [new file with mode: 0644]
fmt-11.0.2/support/manage.py [new file with mode: 0755]
fmt-11.0.2/support/mkdocs [new file with mode: 0755]
fmt-11.0.2/support/mkdocs.yml [new file with mode: 0644]
fmt-11.0.2/support/printable.py [new file with mode: 0755]
fmt-11.0.2/support/python/mkdocstrings_handlers/cxx/__init__.py [new file with mode: 0644]
fmt-11.0.2/support/python/mkdocstrings_handlers/cxx/templates/README [new file with mode: 0644]
fmt-11.0.2/test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/add-subdirectory-test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/add-subdirectory-test/main.cc [new file with mode: 0644]
fmt-11.0.2/test/args-test.cc [new file with mode: 0644]
fmt-11.0.2/test/assert-test.cc [new file with mode: 0644]
fmt-11.0.2/test/base-test.cc [new file with mode: 0644]
fmt-11.0.2/test/chrono-test.cc [new file with mode: 0644]
fmt-11.0.2/test/color-test.cc [new file with mode: 0644]
fmt-11.0.2/test/compile-error-test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/compile-fp-test.cc [new file with mode: 0644]
fmt-11.0.2/test/compile-test.cc [new file with mode: 0644]
fmt-11.0.2/test/cuda-test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/cuda-test/cpp14.cc [new file with mode: 0644]
fmt-11.0.2/test/cuda-test/cuda-cpp14.cu [new file with mode: 0644]
fmt-11.0.2/test/detect-stdfs.cc [new file with mode: 0644]
fmt-11.0.2/test/enforce-checks-test.cc [new file with mode: 0644]
fmt-11.0.2/test/find-package-test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/find-package-test/main.cc [new file with mode: 0644]
fmt-11.0.2/test/format-impl-test.cc [new file with mode: 0644]
fmt-11.0.2/test/format-test.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/.gitignore [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/README.md [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/build.sh [new file with mode: 0755]
fmt-11.0.2/test/fuzzing/chrono-duration.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/chrono-timepoint.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/float.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/fuzzer-common.h [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/main.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/named-arg.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/one-arg.cc [new file with mode: 0644]
fmt-11.0.2/test/fuzzing/two-args.cc [new file with mode: 0644]
fmt-11.0.2/test/gtest-extra-test.cc [new file with mode: 0644]
fmt-11.0.2/test/gtest-extra.cc [new file with mode: 0644]
fmt-11.0.2/test/gtest-extra.h [new file with mode: 0644]
fmt-11.0.2/test/gtest/.clang-format [new file with mode: 0644]
fmt-11.0.2/test/gtest/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/gtest/gmock-gtest-all.cc [new file with mode: 0644]
fmt-11.0.2/test/gtest/gmock/gmock.h [new file with mode: 0644]
fmt-11.0.2/test/gtest/gtest/gtest-spi.h [new file with mode: 0644]
fmt-11.0.2/test/gtest/gtest/gtest.h [new file with mode: 0644]
fmt-11.0.2/test/header-only-test.cc [new file with mode: 0644]
fmt-11.0.2/test/mock-allocator.h [new file with mode: 0644]
fmt-11.0.2/test/module-test.cc [new file with mode: 0644]
fmt-11.0.2/test/noexception-test.cc [new file with mode: 0644]
fmt-11.0.2/test/os-test.cc [new file with mode: 0644]
fmt-11.0.2/test/ostream-test.cc [new file with mode: 0644]
fmt-11.0.2/test/perf-sanity.cc [new file with mode: 0644]
fmt-11.0.2/test/posix-mock-test.cc [new file with mode: 0644]
fmt-11.0.2/test/posix-mock.h [new file with mode: 0644]
fmt-11.0.2/test/printf-test.cc [new file with mode: 0644]
fmt-11.0.2/test/ranges-odr-test.cc [new file with mode: 0644]
fmt-11.0.2/test/ranges-test.cc [new file with mode: 0644]
fmt-11.0.2/test/scan-test.cc [new file with mode: 0644]
fmt-11.0.2/test/scan.h [new file with mode: 0644]
fmt-11.0.2/test/static-export-test/CMakeLists.txt [new file with mode: 0644]
fmt-11.0.2/test/static-export-test/library.cc [new file with mode: 0644]
fmt-11.0.2/test/static-export-test/main.cc [new file with mode: 0644]
fmt-11.0.2/test/std-test.cc [new file with mode: 0644]
fmt-11.0.2/test/test-assert.h [new file with mode: 0644]
fmt-11.0.2/test/test-main.cc [new file with mode: 0644]
fmt-11.0.2/test/unicode-test.cc [new file with mode: 0644]
fmt-11.0.2/test/util.cc [new file with mode: 0644]
fmt-11.0.2/test/util.h [new file with mode: 0644]
fmt-11.0.2/test/xchar-test.cc [new file with mode: 0644]