Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility when using clang and libc++ #1852

Merged
merged 3 commits into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. Update third_party/opentelemetry-proto

    Signed-off-by: owent <[email protected]>
    Merge partly of open-telemetry#1844
    
    Signed-off-by: owent <[email protected]>
    
    Update gtest to 1.12.1 by default
    
    Signed-off-by: owent <[email protected]>
    Fix compatibility when using clang and libc++
    
    Signed-off-by: owent <[email protected]>
    
    No need build local gtest when using legacy toolchain.
    
    Signed-off-by: owent <[email protected]>
    
    Fix env in sudo
    
    Signed-off-by: owent <[email protected]>
    
    Add hint to print current C++ standard and stdlib for cmake.
    
    Signed-off-by: owent <[email protected]>
    
    Print output of C++ environment detection
    
    Signed-off-by: owent <[email protected]>
    
    Allow to set cxx flags by environments in CI jobs.
    
    Signed-off-by: owent <[email protected]>
    
    fix MAINTAINER_MODE:
    - bump gcc to version 12
    - bump clang to version 14
    - expand coverage on W3C tests
    
    Upgrade gootletest 1.12.1
    
    Fixed new warnings.
    
    Fixed format, added changelog.
    
    Using fallback version of span when `std::span` do not support `range`.
    
    Signed-off-by: owent <[email protected]>
    owent committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    96e63a2 View commit details
    Browse the repository at this point in the history
  2. Remove useless envs in CI steps.

    Signed-off-by: owent <[email protected]>
    owent committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    557c2f8 View commit details
    Browse the repository at this point in the history
  3. Add document

    Signed-off-by: owent <[email protected]>
    owent committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b25f94e View commit details
    Browse the repository at this point in the history