sandboxed-api/sandboxed_api/sandbox2/util
Christian Blichmann 6bfa83befe CMake support for Sandbox2
- Add a superbuild in cmake/SuperBuild.cmake that downloads and builds
  dependencies
- Builds for sandbox2/ and a its tests
- Helper CMake function to strip proto paths
- Module to find libcap
- Custom build for libunwind that wraps its symbols
- Fix environment so that CTest executes tests similar to Bazel
- Filewrapper functionality, like Bazel's cc_embed_data()
- Build forkserver with embedded binary
- Enable ASM language so that libunwind builds correctly
- Allow glog target to propagate transitively (to propagate its include dirs)

Signed-off-by: Christian Blichmann <cblichmann@google.com>
2019-05-06 14:03:29 +02: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 Improve internal<->external code transforms #2 2019-03-19 10:38:52 -07:00
CMakeLists.txt CMake support for Sandbox2 2019-05-06 14:03:29 +02: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 Sandboxed API OSS release. 2019-03-18 19:00:48 +01: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.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01: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