sandboxed-api/sandboxed_api/util
Christian Blichmann b7cbc36071 Follow-up to 3c51348 fixing linker issues with gflags and glog
The temporary solution for binaries/tests that fully statically linked is to
link against `gflags` using `-Wl,--whole-archive`. This will no longer be
necessary, once Abseil ships with logging. Then we can (finally) use Abseil
flags and use a logging library that does not depend on a different flags
library.

PiperOrigin-RevId: 260705702
Change-Id: I8562faaff59f9c3e0e1d331186d2806d387438fb
2019-07-30 06:48:38 -07:00
..
BUILD.bazel Add dependencies on @com_google_absl//absl/base:log_severity 2019-07-23 00:31:55 -07:00
canonical_errors.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
canonical_errors.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
CMakeLists.txt Follow-up to 3c51348 fixing linker issues with gflags and glog 2019-07-30 06:48:38 -07:00
flag.h Internal change 2019-06-05 00:26:14 -07:00
raw_logging.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
raw_logging.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status_internal.h Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
status_macros_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status_macros.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status_matchers.h Make StatusMatcher more flexible 2019-04-23 10:30:45 -07:00
status_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
status.proto Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
statusor_test.cc Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
statusor.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00