Marc Alff
|
545f9f4108
|
[CodeHealth] fix include-what-you-use, part 8 (#3465)
|
2025-06-09 10:23:10 +02:00 |
Marc Alff
|
e5a1a15296
|
[Code Health] Include what you use, part 6 (#3216)
|
2025-01-08 10:31:06 +01:00 |
Marc Alff
|
a9208987c5
|
[Code Health] include-what-you-use cleanup, part 3 (#3004)
|
2024-08-26 12:59:17 -07:00 |
Siddhartha Malladi
|
a71642fe67
|
[Code Health] Clang Tidy cleanup, Part 2 (#3038)
|
2024-08-25 19:58:32 +02:00 |
Siddhartha Malladi
|
eb2b9753ea
|
[Code Health] clang-tidy cleanup, part 1 (#2990)
|
2024-07-11 11:45:17 +02:00 |
Keith Smiley
|
eaaf6cd602
|
Fix old style cast warning (#2567)
Fixes https://github.com/open-telemetry/opentelemetry-cpp/issues/2556
|
2024-02-28 23:01:19 +01:00 |
Emmanuel Courreges
|
7cc781e654
|
[API] Propagators: do not overwrite the active span with a default invalid span (#2511)
|
2024-01-29 22:59:29 +01:00 |
Harish Shan
|
5bf2f8007f
|
[BUILD] Add missing includes to runtime_context_test (#2395)
|
2023-11-06 11:42:59 -08:00 |
Marc Alff
|
1fc4cacf3e
|
Fixed copyright for every file under api/, (#1960)
|
2023-02-06 22:07:36 +00:00 |
Ehsan Saei
|
5aa632741d
|
Mark tags to bazel targets round 2 (#1094)
|
2021-12-15 18:50:04 -08:00 |
Paurush Garg
|
9772156789
|
fix: issue 368- consistent namespace scope resolution (#1008)
|
2021-11-15 19:53:34 -08:00 |
Lalit Kumar Bhasin
|
98013c2563
|
Support for TextMapPropagator::Fields method (#799)
|
2021-07-02 10:47:22 +05:30 |
WenTao Ou
|
521ebd8f51
|
+ Move `CORE_RUNTIME_LIBS` into dependency of `opentelemetry_api` (#850)
|
2021-06-12 21:29:37 +05:30 |
Lalit Kumar Bhasin
|
3fa6525f40
|
Add missing Copyright headers (#754)
|
2021-05-25 11:37:08 +05:30 |
Tom Tan
|
414a7314f7
|
Make ContextValue default constructible with monostate (#731)
|
2021-05-13 22:38:35 +05:30 |
Lalit Kumar Bhasin
|
2d2aa71ae7
|
restructure propagators (#715)
|
2021-05-05 11:27:51 +05:30 |
Evgeny Yakimov
|
d129d42242
|
Make `Context::HasKey` const (#671)
- Update `Context::HasKey` to be const
- Add const qualifier to HasKey,GetValue to validate constness
|
2021-04-12 10:33:30 +05:30 |
Evgeny Yakimov
|
c03cc612b6
|
Fix 32bit build error (#641)
|
2021-03-31 21:16:28 +05:30 |
Max Golovanov
|
1e7b9d8a95
|
Using STD library for API surface (#374)
|
2020-12-22 11:27:48 +05:30 |
Max Golovanov
|
2a516addb6
|
Build tools: build configurations, vcpkg support, vcpkg port file for OpenTelemetry, use submodules for CMake deps (#377)
|
2020-11-30 14:47:41 -08:00 |
Johannes Tax
|
be1bbad6eb
|
Change strategy for detaching contexts (#383)
|
2020-10-29 21:28:53 -07:00 |
Johannes Tax
|
f5079b56b3
|
Simplify context implementation (#372)
|
2020-10-29 11:32:29 -07:00 |
Johannes Tax
|
a39b9b38d8
|
Remove static global context_handler_ variable (#322)
|
2020-09-21 15:59:08 -07:00 |
Lalit Kumar Bhasin
|
5d1898c01f
|
fix context data structure to support multiple attributes (#330)
|
2020-09-17 14:10:54 -07:00 |
Sam Atac
|
a55843f580
|
Span auto add context (#252)
|
2020-08-12 12:51:20 -07:00 |
Sam Atac
|
4e2aeee8f3
|
Context helper functions (#225)
|
2020-07-29 12:49:13 -07:00 |
Sam Atac
|
283114d755
|
Runtime and threadlocal context (#209)
|
2020-07-27 19:24:27 -07:00 |
Sam Atac
|
37b275c1ac
|
Context api alternative implementation (#180)
|
2020-07-21 15:05:13 -07:00 |