File tree
31 files changed
+196
-141
lines changed- .github/workflows
- patches
- libiconv
- src
- Rules
31 files changed
+196
-141
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 |
| - | |
23 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 |
| |
25 | 32 |
| |
26 | 33 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
| |||
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
68 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 |
| |
| 24 | + | |
16 | 25 |
| |
17 | 26 |
| |
18 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 |
| - | |
31 |
| - | |
| 31 | + | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
- .clang-format+6
- .github/workflows/cifuzz.yml+5-3
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+8-36
- .github/workflows/linux.yml+15-13
- .github/workflows/macos.yml+6-2
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+4-9
- .gitignore+1
- CMakeLists.txt+31-15
- ChangeLog.md+322
- README.md+1
- doc/api.md+54-23
- doc/get-started.md+1-1
- doc/index.md+2-2
- doc/syntax.md+4-5
- include/fmt/args.h+20-28
- include/fmt/base.h+1.8k-1.9k
- include/fmt/chrono.h+376-470
- include/fmt/color.h+20-22
- include/fmt/compile.h+54-44
- include/fmt/format-inl.h+65-44
- include/fmt/format.h+1.1k-1.3k
- include/fmt/os.h+43-55
- include/fmt/ostream.h+43-88
- include/fmt/printf.h+107-130
- include/fmt/ranges.h+98-130
- include/fmt/std.h+74-47
- include/fmt/xchar.h+97-46
- src/fmt.cc+19-1
- src/format.cc+4-1
- src/os.cc+6-11
- support/mkdocs+35-3
- support/python/mkdocstrings_handlers/cxx/__init__.py+311-290
- support/release.py+31-61
- test/CMakeLists.txt+4-19
- test/args-test.cc+14
- test/base-test.cc+131-144
- test/chrono-test.cc+40-15
- test/compile-error-test/CMakeLists.txt+1-27
- test/compile-test.cc+51-13
- test/format-impl-test.cc+4-3
- test/format-test.cc+148-27
- test/gtest/gmock-gtest-all.cc+19-11
- test/gtest/gmock/gmock.h+24-10
- test/gtest/gtest/gtest.h+4-3
- test/no-builtin-types-test.cc+24
- test/os-test.cc+1-1
- test/ranges-test.cc+23-16
- test/scan-test.cc+3-3
- test/scan.h+5-5
- test/std-test.cc+29-3
- test/test-assert.h+1-1
- test/unicode-test.cc+1-1
- test/util.cc+4-5
- test/xchar-test.cc+23-105
Submodule libime-jyutping updated 10 files
- .github/workflows/CI-unix.yml+69-66
- .github/workflows/sanitizer.yml+1-1
- .mailmap+1
- AUTHORS+3-1
- CMakeLists.txt+3-2
- ChangeLog+82-1
- LINKS.md+1
- MAINTAINERS.md+3-3
- Makefile.am+2-1
- SUPPORTED_PLATFORMS.md+2-2
- configure.ac+1-1
- docs/src/fs_event.rst+5
- docs/src/misc.rst+11
- docs/src/threading.rst+25
- docs/src/threadpool.rst+2
- docs/src/timer.rst+9-5
- docs/src/udp.rst+14
- include/uv.h+12
- include/uv/errno.h+6
- include/uv/unix.h+4-1
- include/uv/version.h+2-2
- include/uv/win.h+1-9
- src/fs-poll.c+3
- src/idna.c+1-1
- src/threadpool.c+1
- src/unix/async.c+83
- src/unix/core.c+47-3
- src/unix/darwin-proctitle.c+2-18
- src/unix/internal.h+24
- src/unix/kqueue.c+17-12
- src/unix/linux.c+45-30
- src/unix/pipe.c+9-21
- src/unix/thread.c+98
- src/unix/udp.c+201-186
- src/uv-common.c+22
- src/uv-common.h+20
- src/win/core.c+8-102
- src/win/fs-event.c+4
- src/win/fs.c+197-8
- src/win/pipe.c+9-3
- src/win/thread.c+74
- src/win/udp.c+20-1
- src/win/util.c+68-24
- src/win/winapi.c-13
- src/win/winapi.h+54-54
- src/win/winsock.h-41
- test/runner.c+14
- test/test-fs-event.c+8-1
- test/test-fs.c+54
- test/test-idna.c+19-7
- test/test-list.h+10
- test/test-pipe-getsockname.c+9
- test/test-platform-output.c+16
- test/test-spawn.c+2-4
- test/test-thread-name.c+189
- test/test-thread.c+10
- test/test-udp-mmsg.c+3-2
- test/test-udp-multicast-join.c+17-2
- test/test-udp-multicast-join6.c+1
- test/test-udp-try-send.c+34-6
0 commit comments