2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
223 | 223 |  | |
224 | 224 |  | |
225 | 225 |  | |
226 |  | - | |
 | 226 | + | |
227 | 227 |  | |
228 | 228 |  | |
229 | 229 |  | |
 | |||
Submodule dd-trace-cpp updated 74 files
- .bazelrc.absl+6-3
 - .circleci/README.md-24
 - .circleci/config.yml-274
 - .github/actions/fuzzer/action.yml+46
 - .github/workflows/codeql-analysis.yml+3-3
 - .github/workflows/dev.yml+170
 - .github/workflows/main.yml+67
 - .gitignore+3
 - .gitlab/benchmarks.yml+4
 - CMakeLists.txt+166-58
 - CMakePresets.json+1
 - CheckRequiredCMakeVersion.cmake+1-1
 - Dockerfile+1-1
 - MODULE.bazel+4-6
 - WORKSPACE-2
 - abseil.patch-31
 - benchmark/CMakeLists.txt+1-1
 - bin/install-cmake+1-1
 - cmake/Catch.cmake+206
 - cmake/CatchAddTests.cmake+135
 - cmake/compiler/clang.cmake+11-11
 - cmake/compiler/clang_apple.cmake+1-1
 - cmake/compiler/gcc.cmake+10-10
 - cmake/compiler/msvc.cmake+8-8
 - cmake/dd-trace-cpp-config.cmake.in+12
 - cmake/deps/curl.cmake+21-20
 - cmake/deps/json.cmake+7-5
 - examples/baggage/CMakeLists.txt+1-1
 - examples/hasher/CMakeLists.txt+1-1
 - examples/http-server/proxy/CMakeLists.txt+1-1
 - examples/http-server/server/CMakeLists.txt+1-1
 - extensions.bzl-15
 - fuzz/CMakeLists.txt+1
 - fuzz/remote-configuration/CMakeLists.txt+13
 - fuzz/remote-configuration/corpus/input1.json+1
 - fuzz/remote-configuration/corpus/input10.json+5
 - fuzz/remote-configuration/corpus/input11.json+5
 - fuzz/remote-configuration/corpus/input12.json+5
 - fuzz/remote-configuration/corpus/input13.json+5
 - fuzz/remote-configuration/corpus/input14.json+5
 - fuzz/remote-configuration/corpus/input15.json+22
 - fuzz/remote-configuration/corpus/input16.json+22
 - fuzz/remote-configuration/corpus/input17.json+17
 - fuzz/remote-configuration/corpus/input18.json+4
 - fuzz/remote-configuration/corpus/input2.json+1
 - fuzz/remote-configuration/corpus/input3.json+1
 - fuzz/remote-configuration/corpus/input4.json+1
 - fuzz/remote-configuration/corpus/input5.json+1
 - fuzz/remote-configuration/corpus/input6.json+4
 - fuzz/remote-configuration/corpus/input7.json+4
 - fuzz/remote-configuration/corpus/input8.json+4
 - fuzz/remote-configuration/corpus/input9.json+5
 - fuzz/remote-configuration/main.cpp+37
 - fuzz/w3c-propagation/fuzz.cpp+29
 - include/datadog/error.h+1
 - src/datadog/config_manager.cpp+309-146
 - src/datadog/config_manager.h+5-5
 - src/datadog/json_serializer.h+9-11
 - src/datadog/parse_util.cpp+3-5
 - src/datadog/telemetry/telemetry.cpp+6-6
 - src/datadog/telemetry_metrics.cpp+2
 - src/datadog/telemetry_metrics.h+4
 - src/datadog/trace_sampler.cpp-3
 - src/datadog/trace_sampler.h+2
 - src/datadog/trace_sampler_config.cpp+1-1
 - src/datadog/tracer.cpp+5
 - src/datadog/version.cpp+1-1
 - src/datadog/w3c_propagation.cpp+7
 - test/CMakeLists.txt+13-6
 - test/system-tests/CMakeLists.txt+2-2
 - test/system-tests/request_handler.cpp+20
 - test/test_config_manager.cpp+580-62
 - test/test_parse_util.cpp+80-60
 - test/test_tracer.cpp+13
 
0 commit comments