File tree
31 files changed
+95
-79
lines changed- 3rdParty
- s2geometry/master/src/s2
- arangod
- Aql
- Cluster
- GeoIndex
- IResearch 8000 span>
- Replication2/StateMachines/Prototype
- RocksDBEngine
- V8Server
- tests
- IResearch
- Mocks
- Replication2/ReplicatedState
31 files changed
+95
-79
lines changedSubmodule abseil-cpp updated 68 files
- CMake/AbseilDll.cmake+29
- CMake/AbseilHelpers.cmake+23-7
- WORKSPACE+4-4
- absl/container/BUILD.bazel+4
- absl/container/CMakeLists.txt+1
- absl/container/flat_hash_map.h+5-3
- absl/container/flat_hash_map_test.cc+15-3
- absl/container/flat_hash_set.h+5-3
- absl/container/flat_hash_set_test.cc+13
- absl/container/internal/hash_function_cord.h+27
- absl/container/internal/hash_function_defaults.h+10-13
- absl/container/internal/hashtable_debug_hooks.h-2
- absl/container/internal/hashtablez_sampler.h-1
- absl/container/internal/raw_hash_set.cc+9-6
- absl/container/internal/raw_hash_set.h+231-44
- absl/container/internal/raw_hash_set_test.cc+76-20
- absl/container/node_hash_map.h+5-3
- absl/container/node_hash_map_test.cc+41
- absl/container/node_hash_set.h+5-3
- absl/copts/AbseilConfigureCopts.cmake+4-4
- absl/copts/GENERATED_AbseilCopts.cmake+74-5
- absl/copts/GENERATED_copts.bzl+74-5
- absl/copts/configure_copts.bzl+1-1
- absl/copts/copts.py+124-96
- absl/crc/BUILD.bazel+29
- absl/crc/CMakeLists.txt+28
- absl/crc/crc32c.h+8
- absl/crc/crc32c_benchmark.cc+22-1
- absl/crc/crc32c_test.cc-5
- absl/crc/internal/cpu_detect.cc+4
- absl/crc/internal/crc32_x86_arm_combined_simd.h+3-2
- absl/crc/internal/crc_cord_state.cc+130
- absl/crc/internal/crc_cord_state.h+159
- absl/crc/internal/crc_cord_state_test.cc+124
- absl/crc/internal/crc_internal.h+2
- absl/crc/internal/crc_x86_arm_combined.cc+8-7
- absl/flags/flag_benchmark.cc+3-2
- absl/hash/hash_test.cc+2
- absl/hash/internal/hash.h+29-13
- absl/hash/internal/spy_hash_state.h+1
- absl/log/BUILD.bazel+3-1
- absl/log/CMakeLists.txt+4-1
- absl/log/absl_check.h+61-37
- absl/log/absl_check_test.cc+3
- absl/log/check.h+41-37
- absl/log/check_test.cc+3
- absl/log/check_test_impl.h+73-7
- absl/log/internal/check_impl.h+98-72
- absl/log/internal/check_op.h+47-40
- absl/log/internal/proto.cc+4-1
- absl/log/internal/proto.h+21
- absl/log/log_format_test.cc+6-5
- absl/log/log_streamer.h+3-3
- absl/numeric/bits_benchmark.cc+2-2
- absl/random/internal/BUILD.bazel+6-2
- absl/strings/BUILD.bazel+4
- absl/strings/CMakeLists.txt+4
- absl/strings/cord.cc+23-6
- absl/strings/cord.h+8
- absl/strings/escaping.cc+1-3
- absl/strings/internal/cord_rep_crc.cc+4-3
- absl/strings/internal/cord_rep_crc.h+4-3
- absl/strings/internal/cord_rep_crc_test.cc+21-13
- absl/strings/internal/cordz_info_statistics_test.cc+3-1
- absl/strings/string_view.h+17-14
- absl/synchronization/internal/kernel_timeout.h+21-7
- absl/synchronization/mutex.h+11-10
- absl/types/internal/span.h+1-20
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1680 | 1680 |
| |
1681 | 1681 |
| |
1682 | 1682 |
| |
1683 |
| - | |
1684 |
| - | |
| 1683 | + | |
| 1684 | + | |
1685 | 1685 |
| |
1686 | 1686 |
| |
1687 | 1687 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
| 94 | + | |
93 | 95 |
| |
94 | 96 |
| |
95 | 97 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
442 |
| - | |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
|
0 commit comments