sandboxed-api/sandboxed_api/examples
Christian Blichmann 55a8373ec3 Avoid sanitizer macros use Abseil's where necessary
Using C++17 means we can get rid of many `#ifdef`s by using `if constexpr`.
This way, we ensure that both branches compile and still retain zero runtime
overhead.

Note that open source builds of Sandboxed API do not ship with sanitizer
configurations yet. This will be added in follow-up changes.

PiperOrigin-RevId: 354932160
Change-Id: I3678dffc47ea873919f0a8c01f3a7d999fc29a5b
2021-02-01 07:11:15 -08:00
..
hello_sapi Build fixes for recent Bazel versions 2020-09-25 07:25:31 -07:00
stringop Avoid sanitizer macros use Abseil's where necessary 2021-02-01 07:11:15 -08:00
sum Internal change 2021-01-22 06:01:34 -08:00
zlib Prefixed (unique) names for executables in cmake 2020-12-14 01:13:31 -08:00
CMakeLists.txt Enable shared libraries build and cross-compilation 2020-12-14 09:16:14 -08:00