1 file changed
+1
-1
lines changed- .travis.yml+2-41
- CMakeLists.txt+19-13
- ChangeLog.rst+680-1
- LICENSE.rst+22-18
- README.rst+28-42
- doc/_templates/layout.html+1-1
- doc/api.rst+92-35
- doc/build.py+1-1
- doc/index.rst+20-30
- doc/syntax.rst+12-12
- doc/usage.rst+14-4
- include/fmt/chrono.h+416-33
- include/fmt/color.h+45-111
- include/fmt/compile.h+585
- include/fmt/core.h+243-121
- include/fmt/format-inl.h+668-254
- include/fmt/format.h+1.9k-2.0k
- include/fmt/locale.h+7-7
- include/fmt/ostream.h+24-21
- include/fmt/posix.h+33-23
- include/fmt/prepare.h-781
- include/fmt/printf.h+111-131
- include/fmt/ranges.h+84-4
- src/format.cc+132-11
- src/posix.cc+9-5
- support/Vagrantfile+1-1
- support/cmake/fmt.pc.in+2-2
- support/manage.py+3
- support/travis-build.py+12-6
- test/CMakeLists.txt+31-8
- test/assert-test.cc+12-1
- test/chrono-test.cc+1-1
- test/color-test.cc+3-1
- test/compile-error-test/CMakeLists.txt
- test/compile-test.cc+143
- test/core-test.cc+29-17
- test/cuda-test/CMakeLists.txt+73
- test/cuda-test/cpp14.cc+11
- test/cuda-test/cuda-cpp14.cu+28
- test/custom-formatter-test.cc+3-3
- test/format+5-5
- test/format-impl-test.cc+232-44
- test/format-test.cc+237-104
- test/fuzzing/.gitignore+3
- test/fuzzing/CMakeLists.txt+38
- test/fuzzing/README.md+43
- test/fuzzing/build.sh+110
- test/fuzzing/chrono_duration.cpp+152
- test/fuzzing/fuzzer_common.h+67
- test/fuzzing/main.cpp+21
- test/fuzzing/named_arg.cpp+128
- test/fuzzing/one_arg.cpp+131
- test/fuzzing/sprintf.cpp+116
- test/fuzzing/two_args.cpp+112
- test/grisu-test.cc+20-1
- test/gtest-extra-test.cc+28-26
- test/gtest-extra.cc+2-2
- test/gtest-extra.h+5-12
- test/locale-test.cc+56-2
- test/ostream-test.cc+63-5
- test/posix-mock-test.cc+5-2
- test/posix-test.cc+4-6
- test/prepare-test.cc-694
- test/printf-test.cc+34-32
- test/ranges-test.cc+47-4
- test/scan.h+15-11
- test/std-format-test.cc+13-13
- test/test-assert.h+5
- test/util.cc+6
0 commit comments