You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Upgrade to OpenTracing 1.5.0; Support build on Windows (#115)
* Fix Build Under Windows ( #112)
* Move to OpenTracing 1.5.0 that builds under Windows
* Change link of OpenTracing to dynamic. With Static linking of OpenTracing, we end up with multi definition of OT Symbols. This is not acceptable especially for the OT Global Tracer
* Fix OS specificities
** Networking API
** Windows headers
* Fix some tests with random behavior that failed on Windows
* Fix some MSVC specific compilation
* Add appveyor build file.
* Update Hunter version.
Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
* Enable compilation against Windows 8.1 SDK
The definition of `inet_ntop` for older Windows SDK versions, such as
8.1, does not declare the `pAddr` argument as `const`. Because of this
we need to cast away the constness first.
Despite the argument not being declared as const the function should not
be touching it, hence this should be safe.
Signed-off-by: Fredrik Appelros <[email protected]>
* Fix nlohmann_json dependency
The `package_deps` list is used to iterate over all dependencies in the
package config file and run `find_package` on each of them. This should
be using the package name (`nlohmann_json`) and not the target name
(`nlohmann_json::nlohmann_json`).
Signed-off-by: Fredrik Appelros <[email protected]>
* Avoid redefinition of NOMINMAX
Only define `NOMINMAX` if it has not already been defined to avoid
redefinition warnings.
Signed-off-by: Fredrik Appelros <[email protected]>
* Add Appveyor badge and debug builds.
Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
* Add TODO with the related issues for Tracer.testTracer test.
Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
0 commit comments