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

Switch from MPark variant to absl::variant as default #771

Merged
merged 59 commits into from
Jun 4, 2021

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    076effa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    0f13e20 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    0540d32 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    c437cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54903e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7c70c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24ff212 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ed8943 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    645136f View commit details
    Browse the repository at this point in the history
  7. No need to specify include path to nostd since now local Abseil would…

    … lookup itself using relative paths
    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8a0b7f4 View commit details
    Browse the repository at this point in the history
  8. HAVE_ABSEIL_VARIANT option is gone because by default we know build A…

    …PI with Abseil Variant, but without entire Abseil Library
    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    bdb22c6 View commit details
    Browse the repository at this point in the history
  9. Issue with GMOCK on Windows

    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    dfae1ba View commit details
    Browse the repository at this point in the history
  10. Reinstate the magic of C-string (both std and abseil variant want thi…

    …s explicitly be defined, no implicit conversion to string_view)
    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    963ccf1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd5e041 View commit details
    Browse the repository at this point in the history
  12. Make sure that our local snapshot of Abseil Variant on API surface do…

    …es not clash with gRPC Abseil
    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e235db2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    41293fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4accbbe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63f0b63 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8047102 View commit details
    Browse the repository at this point in the history
  17. Fix Bazel tsan build

    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    206c63c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f0910e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e9e2e85 View commit details
    Browse the repository at this point in the history
  20. Variant test SHOULD NOT make assumptions about how compilers work, wh…

    …en both `std::` and `absl::` work differently!
    maxgolov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    a8dfb7d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9785f16 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e389f66 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab34030 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    8811b13 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    2abdc1a View commit details
    Browse the repository at this point in the history
  2. Add those definitions back globally since we are still building proje…

    …cts that do not link to opentelemetry_api target
    maxgolov committed May 22, 2021
    Configuration menu
    Copy the full SHA
    1ea289f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8754d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6c41bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d10b28 View commit details
    Browse the repository at this point in the history
  6. Code formatting

    maxgolov committed May 22, 2021
    Configuration menu
    Copy the full SHA
    12231f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8037c8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e2a481 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9b56d5 View commit details
    Browse the repository at this point in the history
  10. Make finding json.hpp quiet

    maxgolov committed May 22, 2021
    Configuration menu
    Copy the full SHA
    2dc6cce View commit details
    Browse the repository at this point in the history
  11. Minor formatting

    maxgolov committed May 22, 2021
    Configuration menu
    Copy the full SHA
    1d487fd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Update server.cc

    Resolve an issue with implicit variant conversion
    maxgolov committed May 24, 2021
    Configuration menu
    Copy the full SHA
    ec6b88d View commit details
    Browse the repository at this point in the history
  2. Code formatting

    maxgolov committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c067783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f127d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8044d02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3020a5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    fb5393b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    8c95419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719cc2d View commit details
    Browse the repository at this point in the history
  3. Code formatting change

    maxgolov committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c478c17 View commit details
    Browse the repository at this point in the history
  4. Update .codecov.yaml

    Make our codecov more forgiving
    maxgolov authored May 28, 2021
    Configuration menu
    Copy the full SHA
    ab2c5a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d37349 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    7303c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f5d32 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Keep logs preview building

    maxgolov committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ebdf934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692259c View commit details
    Browse the repository at this point in the history
  3. Apply code formatting

    maxgolov committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    553628b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752c525 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Update CMakeLists.txt

    Turn preview features OFF
    maxgolov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    26961fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d56e41 View commit details
    Browse the repository at this point in the history
  3. Remove unused template

    maxgolov committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    8646892 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    1cd471f View commit details
    Browse the repository at this point in the history