Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
5ea2e9f
Fix permissions on shell scripts
maxgolov Apr 12, 2020
96fa468
Draft sketch of EventProperties variant for LogEvent API surface
maxgolov Apr 20, 2020
9e398aa
Remove unnecessary headers
maxgolov Apr 20, 2020
1468119
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov May 29, 2020
9acb77c
Add vcpkg submodule and build scripts to use it on Windows
maxgolov May 29, 2020
6fb3a75
Implementation that makes use of Standard Library as much as possible:
maxgolov May 30, 2020
67a9f44
Changes:
maxgolov May 30, 2020
b003fc4
Add OT types to event::Properties and event::Property
maxgolov Jun 1, 2020
10f499e
Add to_span_ptr template
maxgolov Jun 1, 2020
f3b9eae
Add Close() method with default close duration
maxgolov Jun 1, 2020
711de7a
Header-only implementation of Console Tracer
maxgolov Jun 1, 2020
f0427e5
Update EventSender example to show both API surfaces
maxgolov Jun 1, 2020
4c1cd55
Add enum for variant types. Add support for C-string const char * and…
maxgolov Jun 2, 2020
cb7326a
Transform from event::Properties to AttributeValue
maxgolov Jun 2, 2020
8fe51b1
Header-only Console Tracer implementation
maxgolov Jun 2, 2020
f839760
Add .gitignore for MSBuild project
maxgolov Jun 2, 2020
830a502
Implementation of various tracer streams:
maxgolov Jun 3, 2020
1072ccf
Fix an issue with UUID std::string copy by converting UUID to nostd::…
maxgolov Jun 3, 2020
9b185ba
Clean-up utils timestamp
maxgolov Jun 4, 2020
7c8b159
Add Windows pipe example
maxgolov Jun 4, 2020
5d036c5
Rename time field from ts to time
maxgolov Jun 4, 2020
a222d52
Rename to "StreamTracer" and comment out unused header for now
maxgolov Jun 4, 2020
9ce018a
Verified that standard STL with ms-gsl works with gcc-9 on Mac OS X
maxgolov Jun 7, 2020
0e7c661
Fix an issue with clang
maxgolov Jun 7, 2020
2557c35
Fixes to ensure that iterators work properly for both nostd and STL i…
maxgolov Jun 10, 2020
b3a0c19
Revert layout changes
maxgolov Jun 11, 2020
2c988c8
Trimmed down implementation of pure Standard Library STL API surface …
maxgolov Jun 11, 2020
1f718a2
Add Google Test to submodules
maxgolov Jun 11, 2020
4eeaaee
Clean-up string_view iterators
maxgolov Jun 11, 2020
3d30ff6
Remove googletest
maxgolov Jun 11, 2020
f79bf8d
Add CI for Linux and Mac
maxgolov Jun 11, 2020
0f1e3e5
Update build tools script for Linux
maxgolov Jun 11, 2020
bc7a3be
Fix path to STL types header
maxgolov Jun 11, 2020
fe21b45
Create main.yml
maxgolov Jun 11, 2020
6270846
Tests were not including algorithm header
maxgolov Jun 11, 2020
5b8966c
Use nostd::string_view on API surface
maxgolov Jun 11, 2020
03bfd28
Add build options to build both STL and nostd flavors
maxgolov Jun 11, 2020
be2cdef
Temporary fix for atomic_shared_ptr.h issue with gcc-9.3 (c++20 compi…
maxgolov Jun 11, 2020
b6df1ca
Fix all tests to work with both: nostd and standard library implement…
maxgolov Jun 11, 2020
d4e0e67
Modify all nostd tests to allow aliasing to Standard Library implemen…
maxgolov Jun 11, 2020
3788e79
Build infra improvements for Windows
maxgolov Jun 11, 2020
42a0c93
Fix CMake build for Windows
maxgolov Jun 11, 2020
416b543
nostd::span has expectations that do not match those of C++ standard …
maxgolov Jun 11, 2020
410fc22
Standard Library always throws
maxgolov Jun 11, 2020
e273b0b
Add benchmark into sample app
maxgolov Jun 11, 2020
926d012
Add full testsuit for both build configurations
maxgolov Jun 11, 2020
23f614d
Add performance tests for core foundation classes on Windows and POSIX
maxgolov Jun 12, 2020
277b8fa
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jun 12, 2020
9fbe2bb
Add GitHub actions
maxgolov Jun 12, 2020
ac62995
Readd 'experimental' Event API
maxgolov Jun 12, 2020
9ad55fb
TraceStreamer should compile with or without Google Benchmark
maxgolov Jun 12, 2020
406fbb0
Local Visual Studio solution for convenient editing and experimentation
maxgolov Jun 12, 2020
7f0e450
Add output dirs to .gitignore
maxgolov Jun 12, 2020
b0777c0
Merge branch 'master' of https://github.com/maxgolov/opentelemetry-cpp
maxgolov Jun 12, 2020
c79d4f7
Clean-up GitHub Actions
maxgolov Jun 12, 2020
9702905
Testing workflow
maxgolov Jun 12, 2020
ac03ac1
Fix actions
maxgolov Jun 12, 2020
36d0627
Make scripts executable
maxgolov Jun 12, 2020
ebf7fea
Try to install GTest + build it locally
maxgolov Jun 12, 2020
5f98e6b
Add Windows Tools
maxgolov Jun 12, 2020
6ac3a6f
Install tools
maxgolov Jun 12, 2020
1ba4157
Let Linux build GTest from source
maxgolov Jun 12, 2020
266cfe6
Remove Ubuntu 16.xx from build loop
maxgolov Jun 12, 2020
8f07150
Clean-up CMakeLists.txt for GCC-7 support
maxgolov Jun 12, 2020
15c38e0
Adjust the script to work on Mac OS X
maxgolov Jun 12, 2020
72abaee
Build GTest on Mac from source
maxgolov Jun 12, 2020
08076bb
GTest does not properly ask for C++11 on Mac OS X / clang
maxgolov Jun 12, 2020
e15c002
Resolve an issue with std::get on Mac OS X
maxgolov Jun 12, 2020
4bebaf1
Create api-compatibility.md
maxgolov Jun 13, 2020
79dc7b6
Update api-compatibility.md
maxgolov Jun 13, 2020
f94cf69
Improve build and test infra on Windows
maxgolov Jun 15, 2020
9f3cb7f
Merge branch 'master' of https://github.com/maxgolov/opentelemetry-cpp
maxgolov Jun 15, 2020
d921169
Add separate build loop for vs2017 and vs2019
maxgolov Jun 15, 2020
7bd0a0d
Rename api-compatibility.md to abi-compatibility.md
maxgolov Jun 15, 2020
ccfd1c7
Update README.md
maxgolov Jun 15, 2020
b857464
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jun 22, 2020
f7d6e28
Fix ISO C++11 compiler warning that results in a build error: can onl…
maxgolov Jun 22, 2020
131b2e6
Bazel build: add benchmark to some tests
maxgolov Jun 22, 2020
9d7a693
Add compare operators to nostd::string_view
maxgolov Jun 22, 2020
9acefa5
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jun 24, 2020
302734a
Added tests
maxgolov Jun 29, 2020
d59c460
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jun 30, 2020
366f81d
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jul 2, 2020
ff0c1e0
Provide some usage examples for nostd classes used on API surface
maxgolov Jul 3, 2020
6ece3ec
Resolve ambiguity that breaks gcc compilation
maxgolov Jul 3, 2020
96dcbe2
Merge branch 'maxgolov/nostd_examples' of https://github.com/maxgolov…
maxgolov Jul 13, 2020
8135f5e
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jul 13, 2020
fb83a19
Merge of latest opentelemetry master branch + adjust files to use nos…
maxgolov Jul 15, 2020
187d800
Don't include type_traits.h - implemented in nostd.h
maxgolov Jul 15, 2020
3f66116
Minor clean-up
maxgolov Jul 15, 2020
55eb3f7
Temporarily comment out the failing test
maxgolov Jul 15, 2020
657e4c8
Modify build scripts to iteratively run tests for each compiler
maxgolov Jul 15, 2020
6a33447
Remove code comment
maxgolov Jul 15, 2020
3bfc177
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Jul 17, 2020
27cdca0
Minor formatting change
maxgolov Jul 17, 2020
37f0a82
Add ETWTracer reference SDK example that implements OpenTelemetry API…
maxgolov Jul 17, 2020
b931949
Fixes for C++11 and C++14
maxgolov Jul 20, 2020
6fa1e11
Example script that shows how to use logmant to capture ETW events
maxgolov Jul 20, 2020
464dcb8
Allow GUID format: starts with curly brace, but no dashes
maxgolov Jul 20, 2020
124ad8b
Make code compile with Visual Studio 2015 (vc140)
maxgolov Jul 27, 2020
77d0612
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Aug 3, 2020
717c7ed
Clean-up warnings for Visual Studio 2015
maxgolov Aug 3, 2020
740dfb9
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Aug 5, 2020
d9a435a
Temporary fix to allow addition of new types in AttributeValue
maxgolov Aug 5, 2020
e4d2171
Clean-up usage of std::memcmp
maxgolov Aug 7, 2020
2f6cb5b
Fix Mac OS X issue with std::get on rvalue
maxgolov Aug 7, 2020
33af4af
Turn off format
maxgolov Aug 7, 2020
a1ab6c7
Use NullKeyValueIterable - it's faster
maxgolov Aug 7, 2020
dac6090
Fix for NullKeyValueIterable
maxgolov Aug 7, 2020
915ee19
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Aug 7, 2020
769afdc
Fix std::get issues with index accessor, change metrics to use nostd.h
maxgolov Aug 7, 2020
86a1eba
Fix Mac OS X clang std::get variant issue
maxgolov Aug 7, 2020
fe9d40e
Split nostd.h into separate headers
maxgolov Aug 12, 2020
d548ed4
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Aug 12, 2020
cb8e437
Update ms-gsl
maxgolov Aug 12, 2020
6f24b21
Remove space
maxgolov Aug 12, 2020
85fa56b
Update vcpkg
maxgolov Aug 12, 2020
3a22787
Print Bazel test errors in console
maxgolov Aug 12, 2020
ebd0727
Fix gcc build issue with std::size_t
maxgolov Aug 12, 2020
4cbdf9e
Add cstring header for std::strlen
maxgolov Aug 12, 2020
2fc1da0
Revert reference change - it breaks on gcc-4.8
maxgolov Aug 12, 2020
420867f
Temporary patch to turn otlp exporter off
maxgolov Aug 12, 2020
611df39
Merge branch 'master' into master
maxgolov Aug 12, 2020
fba85a4
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Aug 28, 2020
0407173
Merge branch 'master' of https://github.com/open-telemetry/openteleme…
maxgolov Sep 3, 2020
17dc5e6
- Update ETWTracer to be compatible with latest mainline changes
maxgolov Sep 3, 2020
8dd6267
- refactor runtime_context.h
maxgolov Sep 3, 2020
9761067
Remove threadlocal_context.h pollution
maxgolov Sep 3, 2020
3cb7423
Add missing header to test/trace/noop_test.cc
maxgolov Sep 3, 2020
90466a7
Add ThreadLocalContext::stack_ to runtime_context_test.cc
maxgolov Sep 3, 2020
6ac7f0e
Add more details to ETW provider example
maxgolov Sep 3, 2020
2c8fbc5
Fix formatting
maxgolov Sep 4, 2020
34a7b0d
Format code
maxgolov Sep 4, 2020
1c725c4
Add verbosity to format tool
maxgolov Sep 4, 2020
4ce4e97
Print list of files before actually crashing :)
maxgolov Sep 4, 2020
4004c2d
Big formatting change (no code changes) to make formatter happy
maxgolov Sep 4, 2020
ba7ab7d
Create separate branch for merge to open-telemetry main repo
maxgolov Oct 26, 2020
bca9c20
Ran `tools/format.sh` and `markdownlint` (no code changes)
maxgolov Oct 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/.codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ coverage:
precision: 2
round: down
range: "80...100"
status:
patch: off

parsers:
gcov:
Expand Down
119 changes: 111 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
sudo ./ci/setup_cmake.sh
Expand All @@ -21,23 +23,107 @@ jobs:
- name: run prometheus exporter tests
run: ./ci/do_ci.sh cmake.exporter.prometheus.test

cmake_gcc_48_test:
name: CMake gcc 4.8
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
sudo ./ci/setup_ci_environment.sh
sudo ./ci/install_gcc48.sh
- name: setup cmake
run: |
sudo CC=/usr/bin/gcc-4.8 CXX=/usr/bin/g++-4.8 ./ci/setup_cmake.sh
- name: run tests
run: ./ci/do_ci.sh cmake.legacy.test
env:
CC: /usr/bin/gcc-4.8
CXX: /usr/bin/g++-4.8

cmake_test_cxx20:
name: CMake C++20 test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
sudo ./ci/setup_ci_environment.sh
sudo ./ci/setup_cmake.sh
- name: run tests
run: ./ci/do_ci.sh cmake.c++20.test

cmake_posix:
name: Build on ${{ matrix.os }} ${{ matrix.config }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
config: [release]
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: build
run: tools/build.sh ${{ matrix.config }}

# TODO #1: add vs2015
# TODO #2: consolidate cmake_[vs2015|vs2017|vs2019] into one matrix build
cmake_windows_vs2017:
name: Build on Windows ${{ matrix.arch }}-${{ matrix.config }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch: [x64]
config: [release]
os: [windows-2016]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Setup build tools
run: |
cd "$Env:GITHUB_WORKSPACE"
.\tools\setup-buildtools.cmd
- name: Build
run: |
cd "$Env:GITHUB_WORKSPACE"
.\tools\build-vs2017.cmd ${{ matrix.config }}

cmake_windows_vs2019:
name: Build on Windows ${{ matrix.arch }}-${{ matrix.config }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch: [x64]
config: [release]
os: [windows-2019]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Setup build tools
run: |
cd "$Env:GITHUB_WORKSPACE"
.\tools\setup-buildtools.cmd
- name: Build
run: |
cd "$Env:GITHUB_WORKSPACE"
.\tools\build-vs2017.cmd ${{ matrix.config }}

plugin_test:
name: Plugin -> CMake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
sudo ./ci/setup_cmake.sh
Expand Down Expand Up @@ -125,11 +211,21 @@ jobs:
- name: run tests
run: ./ci/do_ci.sh bazel.tsan

bazel_osx:
name: Bazel on MacOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: ./ci/do_ci.sh bazel.test

benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
sudo ./ci/setup_cmake.sh
Expand All @@ -155,19 +251,13 @@ jobs:
- name: run tests
run: ./ci/do_ci.sh format

osx_test:
name: Bazel on MacOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: ./ci/do_ci.sh bazel.test

windows:
name: CMake -> exporter proto
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
./ci/setup_windows_cmake.ps1
Expand All @@ -193,6 +283,8 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: setup
run: |
./ci/setup_windows_cmake.ps1
Expand All @@ -215,3 +307,14 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: /home/runner/build/coverage.info

docfx_check:
name: DocFX check
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: install docfx
run: choco install docfx -y
- name: run ./ci/docfx.cmd
shell: cmd
run: ./ci/docfx.cmd
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@

# Bazel files
/bazel-*

# Output directories
/out
/out.*
# Indicator that the tools were deployed
.buildtools
# Tools module
/tools/vcpkg
19 changes: 19 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
[submodule "third_party/prometheus-cpp"]
path = third_party/prometheus-cpp
url = https://github.com/jupp0r/prometheus-cpp.git

[submodule "tools/vcpkg"]
path = tools/vcpkg
url = https://github.com/Microsoft/vcpkg
branch = master

[submodule "third_party/ms-gsl"]
path = "third_party/ms-gsl"
url = https://github.com/microsoft/GSL
branch = master

[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
branch = master

[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark
50 changes: 48 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,62 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)
endif()

option(WITH_STL "Whether to use Standard Library for C++latest features" OFF)

option(WITH_ABSEIL "Whether to use Abseil for C++latest features" OFF)

if(WITH_ABSEIL)
add_definitions(-DHAVE_ABSEIL)
find_package(absl CONFIG REQUIRED)

# Abseil headers-only lib is needed for absl::variant to work vs2015.
# `nostd::mpark::variant` is not compiling in vs2015.
set(CORE_RUNTIME_LIBS absl::any absl::base absl::bits absl::city)

# target_link_libraries(main PRIVATE absl::any absl::base absl::bits
# absl::city)
endif()

if(WITH_STL)

# Require at least C++17. C++20 is needed to avoid gsl::span
add_definitions(-DHAVE_CPP_STDLIB -DHAVE_GSL)

# Ask for 20, but may get C++17
set(CMAKE_CXX_STANDARD 20)

# Guidelines Support Library path. Used if we are not on not get C++20.
#
# TODO: respect WITH_ABSEIL as alternate implementation of std::span
set(GSL_DIR third_party/ms-gsl)
include_directories(${GSL_DIR}/include)

# Optimize for speed to reduce the hops
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set(CMAKE_CXX_FLAGS_SPEED "/O2")
set(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} /Zc:__cplusplus ${CMAKE_CXX_FLAGS_SPEED}")
endif()

endif()

option(WITH_OTPROTOCOL
"Whether to include the OpenTelemetry Protocol in the SDK" OFF)

option(WITH_PROMETHEUS "Whether to include the Prometheus Client in the SDK"
OFF)

option(WITH_TESTS "Whether to enable tests" ON)
option(WITH_EXAMPLES "Whether to build examples" ON)

set(WITH_PROTOBUF OFF)
if(WITH_OTPROTOCOL)
set(WITH_PROTOBUF ON)
endif()

include(CTest)
if(WITH_TESTS)
include(CTest)
endif()

find_package(Threads)

Expand Down Expand Up @@ -58,5 +102,7 @@ include_directories(sdk)
add_subdirectory(sdk)
include_directories(.)
add_subdirectory(exporters)
add_subdirectory(examples)
if(WITH_EXAMPLES)
add_subdirectory(examples)
endif()
add_subdirectory(ext)
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

The C++ [OpenTelemetry](https://opentelemetry.io/) client.

## Supported C++ Versions

Code shipped from this repository generally supports the following versions of
C++ standards:

* ISO/IEC 14882:2011 (C++11, C++0x)
* ISO/IEC 14882:2014 (C++14, C++1y)
* ISO/IEC 14882:2017 (C++17, C++1z)

Any exceptions to this are noted in the individual `README.md` files.

## Installation

TBD
Expand All @@ -19,17 +30,23 @@ TBD

See [CONTRIBUTING.md](CONTRIBUTING.md)

We meet weekly on Mondays at 3:00PM PT. Check the [OpenTelemetry community calendar](https://calendar.google.com/calendar/embed?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com) for specific dates.
We meet weekly, and the time of the meeting alternates between Monday at 15:00
PT and Wednesday at 10:00 PT. The meeting is subject to change depending on
contributors' availability. Check the [OpenTelemetry community
calendar](https://calendar.google.com/calendar/embed?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com)
for specific dates.

Meetings take place via [Zoom video conference](https://zoom.us/j/8203130519).

Meeting notes are available as a public [Google doc](https://docs.google.com/document/d/1i1E4-_y4uJ083lCutKGDhkpi3n4_e774SBLi9hPLocw/edit?usp=sharing). For edit access, get in touch on [Gitter](https://gitter.im/open-telemetry/opentelemetry-cpp).

Approvers ([@open-telemetry/cpp-approvers](https://github.com/orgs/open-telemetry/teams/cpp-approvers)):

- [Max Golovanov](https://github.com/maxgolov), Microsoft
- [Lalit Kumar Bhasin](https://github.com/lalitb), Microsoft
- [Johannes Tax](https://github.com/pyohannes), New Relic
- [Max Golovanov](https://github.com/maxgolov), Microsoft
- [Ryan Burn](https://github.com/rnburn), Lightstep
- [Tom Tan](https://github.com/ThomsonTan), Microsoft

*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*

Expand All @@ -38,6 +55,10 @@ Maintainers ([@open-telemetry/cpp-maintainers](https://github.com/orgs/open-tele
- [Emil Mikulic](https://github.com/g-easy), Google
- [Reiley Yang](https://github.com/reyang), Microsoft

Triagers ([@open-telemetry/cpp-triagers](https://github.com/orgs/open-telemetry/teams/cpp-triagers)):

- [Jodee Varney](https://github.com/jodeev), New Relic

*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*

## Release Schedule
Expand Down
6 changes: 6 additions & 0 deletions api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ install(
if(BUILD_TESTING)
add_subdirectory(test)
endif()

if(WITH_STL)
message("Building with standard library types...")
else()
message("Building with nostd types...")
endif()
Loading