File tree
5 files changed
+44
-3
lines changed- crt
- source
- tests
5 files changed
+44
-3
lines changedSubmodule aws-c-common updated 17 files
- .github/workflows/ci.yml+28
- .github/workflows/clang-asan-ubsan.yml-24
- .github/workflows/clang-tsan.yml-20
- cmake/AwsFeatureTests.cmake+11
- include/aws/common/clock.h+6
- include/aws/common/clock.inl+62-18
- include/aws/common/config.h.in+1
- include/aws/common/platform.h+5
- source/common.c+1-1
- source/logging.c+11
- source/process_common.c+19-6
- source/windows/clock.c+2-3
- source/windows/process.c+4
- source/windows/system_info.c+39-9
- source/windows/thread.c+6
- tests/CMakeLists.txt+1
- tests/clock_test.c+78
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
0 commit comments