-
Notifications
You must be signed in to change notification settings - Fork 423
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
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 076effa - Browse repository at this point
Copy the full SHA 076effaView commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f13e20 - Browse repository at this point
Copy the full SHA 0f13e20View commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0540d32 - Browse repository at this point
Copy the full SHA 0540d32View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c437cef - Browse repository at this point
Copy the full SHA c437cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54903e8 - Browse repository at this point
Copy the full SHA 54903e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7c70c - Browse repository at this point
Copy the full SHA 5c7c70cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ff212 - Browse repository at this point
Copy the full SHA 24ff212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed8943 - Browse repository at this point
Copy the full SHA 8ed8943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645136f - Browse repository at this point
Copy the full SHA 645136fView commit details -
No need to specify include path to nostd since now local Abseil would…
… lookup itself using relative paths
Configuration menu - View commit details
-
Copy full SHA for 8a0b7f4 - Browse repository at this point
Copy the full SHA 8a0b7f4View commit details -
HAVE_ABSEIL_VARIANT option is gone because by default we know build A…
…PI with Abseil Variant, but without entire Abseil Library
Configuration menu - View commit details
-
Copy full SHA for bdb22c6 - Browse repository at this point
Copy the full SHA bdb22c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfae1ba - Browse repository at this point
Copy the full SHA dfae1baView commit details -
Reinstate the magic of C-string (both std and abseil variant want thi…
…s explicitly be defined, no implicit conversion to string_view)
Configuration menu - View commit details
-
Copy full SHA for 963ccf1 - Browse repository at this point
Copy the full SHA 963ccf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5e041 - Browse repository at this point
Copy the full SHA fd5e041View commit details -
Make sure that our local snapshot of Abseil Variant on API surface do…
…es not clash with gRPC Abseil
Configuration menu - View commit details
-
Copy full SHA for e235db2 - Browse repository at this point
Copy the full SHA e235db2View commit details -
attribute_utils.h had wrong order for the enum and missing initialize…
…r from std::string
Configuration menu - View commit details
-
Copy full SHA for 41293fd - Browse repository at this point
Copy the full SHA 41293fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4accbbe - Browse repository at this point
Copy the full SHA 4accbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f0b63 - Browse repository at this point
Copy the full SHA 63f0b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8047102 - Browse repository at this point
Copy the full SHA 8047102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206c63c - Browse repository at this point
Copy the full SHA 206c63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0910e - Browse repository at this point
Copy the full SHA 4f0910eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e2e85 - Browse repository at this point
Copy the full SHA e9e2e85View commit details -
Variant test SHOULD NOT make assumptions about how compilers work, wh…
…en both `std::` and `absl::` work differently!
Configuration menu - View commit details
-
Copy full SHA for a8dfb7d - Browse repository at this point
Copy the full SHA a8dfb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9785f16 - Browse repository at this point
Copy the full SHA 9785f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e389f66 - Browse repository at this point
Copy the full SHA e389f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab34030 - Browse repository at this point
Copy the full SHA ab34030View commit details
Commits on May 21, 2021
-
Merge branch 'main' of http://github.com/open-telemetry/opentelemetry…
…-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 8811b13 - Browse repository at this point
Copy the full SHA 8811b13View commit details
Commits on May 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2abdc1a - Browse repository at this point
Copy the full SHA 2abdc1aView commit details -
Add those definitions back globally since we are still building proje…
…cts that do not link to opentelemetry_api target
Configuration menu - View commit details
-
Copy full SHA for 1ea289f - Browse repository at this point
Copy the full SHA 1ea289fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8754d - Browse repository at this point
Copy the full SHA 9d8754dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c41bd - Browse repository at this point
Copy the full SHA a6c41bdView commit details -
Merge branch 'maxgolov/absl_variant_default' of http://github.com/ope…
…n-telemetry/opentelemetry-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 4d10b28 - Browse repository at this point
Copy the full SHA 4d10b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12231f6 - Browse repository at this point
Copy the full SHA 12231f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8037c8a - Browse repository at this point
Copy the full SHA 8037c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2a481 - Browse repository at this point
Copy the full SHA 8e2a481View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b56d5 - Browse repository at this point
Copy the full SHA c9b56d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc6cce - Browse repository at this point
Copy the full SHA 2dc6cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d487fd - Browse repository at this point
Copy the full SHA 1d487fdView commit details
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec6b88d - Browse repository at this point
Copy the full SHA ec6b88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c067783 - Browse repository at this point
Copy the full SHA c067783View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f127d - Browse repository at this point
Copy the full SHA b1f127dView commit details -
Merge branch 'main' of http://github.com/open-telemetry/opentelemetry…
…-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 8044d02 - Browse repository at this point
Copy the full SHA 8044d02View commit details -
Merge branch 'maxgolov/absl_variant_default' of http://github.com/ope…
…n-telemetry/opentelemetry-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for f3020a5 - Browse repository at this point
Copy the full SHA f3020a5View commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fb5393b - Browse repository at this point
Copy the full SHA fb5393bView commit details
Commits on May 28, 2021
-
Merge branch 'main' of http://github.com/open-telemetry/opentelemetry…
…-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 8c95419 - Browse repository at this point
Copy the full SHA 8c95419View commit details -
Merge branch 'maxgolov/absl_variant_default' of http://github.com/ope…
…n-telemetry/opentelemetry-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 719cc2d - Browse repository at this point
Copy the full SHA 719cc2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c478c17 - Browse repository at this point
Copy the full SHA c478c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2c5a9 - Browse repository at this point
Copy the full SHA ab2c5a9View commit details -
Merge branch 'maxgolov/codecov_settings' of http://github.com/open-te…
…lemetry/opentelemetry-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 8d37349 - Browse repository at this point
Copy the full SHA 8d37349View commit details
Commits on Jun 1, 2021
-
Merge branch 'main' of http://github.com/open-telemetry/opentelemetry…
…-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for 7303c95 - Browse repository at this point
Copy the full SHA 7303c95View commit details -
Merge branch 'main' of http://github.com/open-telemetry/opentelemetry…
…-cpp into maxgolov/absl_variant_default
Configuration menu - View commit details
-
Copy full SHA for d6f5d32 - Browse repository at this point
Copy the full SHA d6f5d32View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebdf934 - Browse repository at this point
Copy the full SHA ebdf934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692259c - Browse repository at this point
Copy the full SHA 692259cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 553628b - Browse repository at this point
Copy the full SHA 553628bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 752c525 - Browse repository at this point
Copy the full SHA 752c525View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26961fd - Browse repository at this point
Copy the full SHA 26961fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d56e41 - Browse repository at this point
Copy the full SHA 6d56e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8646892 - Browse repository at this point
Copy the full SHA 8646892View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1cd471f - Browse repository at this point
Copy the full SHA 1cd471fView commit details