sandboxed-api/sandboxed_api/sandbox2/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
..
testdata Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
bpf_helper.c Formatting fixes. 2019-03-19 03:41:32 -07:00
bpf_helper.h Formatting fixes. 2019-03-19 03:41:32 -07:00
BUILD.bazel Make bpf_helper visible to projects using SAPI 2019-06-27 03:43:31 -07:00
CMakeLists.txt Follow-up to 3c51348 fixing linker issues with gflags and glog 2019-07-30 06:48:38 -07:00
file_helpers_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
file_helpers.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
file_helpers.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
fileops_test.cc Internal Change 2019-06-05 07:24:16 -07:00
fileops.cc Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
fileops.h Delete copy constructor of FDCloser 2019-04-12 07:54:31 -07:00
maps_parser_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
maps_parser.cc Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
maps_parser.h Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
minielf_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
minielf.cc minielf: Increase maximum amount of symbols loaded 2019-04-16 03:00:28 -07:00
minielf.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
path_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
path.cc Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
path.h Formatting fixes. 2019-03-19 03:41:32 -07:00
runfiles_nobazel.cc Implement a GetDataDependencyFilepath() for CMake (non-Bazel really). 2019-06-06 05:44:32 -07:00
runfiles.cc Internal change 2019-06-05 00:26:14 -07:00
runfiles.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
strerror_test.cc Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
strerror.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
strerror.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
temp_file_test.cc Make StatusMatcher more flexible 2019-04-23 10:30:45 -07:00
temp_file.cc Make StatusMatcher more flexible 2019-04-23 10:30:45 -07:00
temp_file.h Make StatusMatcher more flexible 2019-04-23 10:30:45 -07:00