This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Filling out mocktracer API. * Fill out StartSpanWithOptions function. * Add Finish method. * Fill out MockSpan methods. * Fill out Log method. * Add catch2. * Convert string_view test cases to use catch2. * Convert value_test to use catch2. * Convert util_test to use catch2. * Remove old testing macro. * Remove custom assert. * Reorganize. * Separate out recorder. * Add InMemoryRecorder. * Add mocktracer_tracer_test. * Add binary propagation functions. * Add other Inject/Extract functions. * Add code to do base64 conversions. * Add other Inject/Extract functions. * Add propagation tests. * Rework mocktracer log functionality. * Make mocktracer library follow BUILD_SHARED_LIBS/BUILD_STATIC_LIBS options. * Make mocktracer build optional. * Don't install catch2 header. * Fix recursive macro warning. * Fix warnings from base64.cpp. * Log errors. * Update clang-format script. * Run clang-format. * Allow MockTracer to be constructed without a recorder. * Add mocktracer to bazel build. * Add mocktracer to bazel build. * Work around gcc-4.9 limitation. * Fix installation path.
- Loading branch information