4 files changed
+4
-3
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
- .github/dependabot.yml+8
- .github/pull_request_template.md+3-2
- .github/workflows/cifuzz.yml+30
- .github/workflows/doc.yml+11-2
- .github/workflows/lint.yml+26
- .github/workflows/linux.yml+30-17
- .github/workflows/macos.yml+17-2
- .github/workflows/scorecard.yml+65
- .github/workflows/windows.yml+12-4
- .gitignore+13-26
- CMakeLists.txt+128-54
- ChangeLog.md+5.5k
- ChangeLog.rst-5.3k
- LICENSE+1-1
- README.md+485
- README.rst-531
- doc/_static/bootstrap.min.js+6-6
- doc/api.rst+288-216
- doc/build.py+11-7
- doc/syntax.rst+178-19
- doc/usage.rst+40-2
- include/fmt/args.h+13-10
- include/fmt/base.h+3.1k
- include/fmt/chrono.h+814-439
- include/fmt/color.h+76-105
- include/fmt/compile.h+40-112
- include/fmt/core.h+4-3.3k
- include/fmt/format-inl.h+388-214
- include/fmt/format.h+1.5k-1.3k
- include/fmt/os.h+89-105
- include/fmt/ostream.h+64-86
- include/fmt/printf.h+235-204
- include/fmt/ranges.h+386-268
- include/fmt/std.h+521-68
- include/fmt/xchar.h+165-69
- src/fmt.cc+78-54
- src/format.cc+1-5
- src/os.cc+119-81
- support/AndroidManifest.xml+1-1
- support/Vagrantfile+3-3
- support/bazel/.bazelrc-1
- support/bazel/.bazelversion+1-1
- support/bazel/BUILD.bazel+9-17
- support/bazel/MODULE.bazel+4
- support/bazel/README.md+13-58
- support/bazel/WORKSPACE.bazel+2-1
- support/build.gradle+1-1
- support/cmake/cxx14.cmake-54
- support/manage.py+46-20
- support/rst2md.py-159
- test/CMakeLists.txt+26-6
- test/add-subdirectory-test/CMakeLists.txt+1-1
- test/add-subdirectory-test/main.cc+1-1
- test/args-test.cc+12-10
- test/assert-test.cc+1-1
- test/base-test.cc+235-349
- test/chrono-test.cc+584-176
- test/compile-error-test/CMakeLists.txt+2-2
- test/compile-fp-test.cc+4-5
- test/compile-test.cc+38-45
- test/cuda-test/cpp14.cc+1-1
- test/cuda-test/cuda-cpp14.cu+1-1
- test/enforce-checks-test.cc+2
- test/find-package-test/CMakeLists.txt+1-1
- test/format-impl-test.cc+28-99
- test/format-test.cc+902-791
- test/fuzzing/CMakeLists.txt+1-1
- test/fuzzing/fuzzer-common.h+1-1
- test/gtest-extra-test.cc+21-24
- test/gtest-extra.cc+5-5
- test/gtest-extra.h+2-7
- test/gtest/CMakeLists.txt+1-7
- test/gtest/gmock-gtest-all.cc+2-2
- test/header-only-test.cc+1-1
- test/mock-allocator.h+16-3
- test/module-test.cc+36-88
- test/noexception-test.cc+1-1
- test/os-test.cc+67-98
- test/ostream-test.cc+37-51
- test/posix-mock-test.cc+28-45
- test/posix-mock.h+4-6
- test/printf-test.cc+25-45
- test/ranges-odr-test.cc+1
- test/ranges-test.cc+384-64
- test/scan-test.cc+129-61
- test/scan.h+560-137
- test/static-export-test/CMakeLists.txt+1-1
- test/std-test.cc+300-20
- test/unicode-test.cc+1-1
- test/util.cc+10-7
- test/util.h+15-17
- test/xchar-test.cc+211-132
- .github/workflows/build.yml+31-16
- .github/workflows/maven.yml+6-3
- .github/workflows/pages.yml+3-2
- README.md+4-4
- build.gradle.kts+2-2
- docs/doxygen-awesome-css+1-1
- gradle.properties-1
- gradle/libs.versions.toml+2-2
- gradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties+1-1
- gradlew+7-7
- gradlew.bat+10-10
- lsplant/build.gradle.kts+4-5
- lsplant/src/main/jni/CMakeLists.txt+1-1
- lsplant/src/main/jni/art/mirror/class.hpp+4-4
- lsplant/src/main/jni/art/runtime/art_method.hpp+3-2
- lsplant/src/main/jni/art/runtime/class_linker.hpp+10-9
- lsplant/src/main/jni/external/dex_builder+1-1
- lsplant/src/main/jni/include/utils/jni_helper.hpp+284-55
- lsplant/src/main/jni/logging.hpp+1
- lsplant/src/main/jni/lsplant.cc+9-8
- test/src/main/jni/CMakeLists.txt+3-2
- test/src/main/jni/elf_util.cpp-284
- test/src/main/jni/elf_util.h-144
- test/src/main/jni/test.cpp+3-3
0 commit comments