1 file changed
+1
-1
lines changed- .github/workflows/cifuzz.yml+26
- .github/workflows/doc.yml+1-1
- .github/workflows/linux.yml+18-13
- .github/workflows/macos.yml+4-2
- .github/workflows/windows.yml+46-15
- CMakeLists.txt+7-23
- ChangeLog.rst+127-1
- README.rst+14-11
- doc/CMakeLists.txt+11-2
- doc/api.rst+157-129
- doc/build.py+1-1
- doc/index.rst+1-1
- doc/syntax.rst+134-8
- include/fmt/chrono.h+246-142
- include/fmt/color.h+2-2
- include/fmt/compile.h+17-9
- include/fmt/core.h+110-58
- include/fmt/format-inl.h+55-47
- include/fmt/format.h+342-181
- include/fmt/os.h+32-45
- include/fmt/ostream.h+64-40
- include/fmt/ranges.h+173-88
- include/fmt/std.h+128-15
- include/fmt/xchar.h+25-9
- src/format.cc-3
- src/os.cc+53-17
- support/appveyor-build.py-43
- support/appveyor.yml-31
- support/cmake/cxx14.cmake-54
- support/manage.py+6
- test/CMakeLists.txt+12-5
- test/add-subdirectory-test/CMakeLists.txt+1-1
- test/chrono-test.cc+125-5
- test/compile-error-test/CMakeLists.txt+2-2
- test/compile-test.cc+10-5
- test/core-test.cc+11
- test/enforce-checks-test.cc+2
- test/find-package-test/CMakeLists.txt+1-1
- test/format-impl-test.cc+157-3
- test/format-test.cc+125-12
- test/fuzzing/CMakeLists.txt+1-1
- test/gtest/CMakeLists.txt+1-7
- test/gtest/gmock-gtest-all.cc+2-2
- test/os-test.cc-12
- test/printf-test.cc+2-4
- test/ranges-test.cc+24
- test/scan-test.cc+1-1
- test/scan.h+16-11
- test/static-export-test/CMakeLists.txt+1-1
- test/std-test.cc+75-10
- test/unicode-test.cc+4-4
- test/xchar-test.cc+40-14
0 commit comments