sandboxed-api/oss-internship-2020
Christian Blichmann 839914d6dd cmake: Rename build options to follow Abseil naming
`BUILD_TESTING` is a CMake provided option and we should use similar naming,
just like how Abseil does it.

- `SAPI_ENABLE_TESTS` -> `SAPI_BUILD_TESTING`
- `SAPI_ENABLE_CONTRIB_TESTS` -> `SAPI_CONTRIB_BUILD_TESTING`
- `SAPI_ENABLE_EXAMPLES` -> `SAPI_BUILD_EXAMPLES`

Drive-by:
- Fix option name in GitHub action
PiperOrigin-RevId: 443305932
Change-Id: Ice2b42be1229a0f9ae7c2ceda9ce87187baf22c4
2022-04-21 01:17:39 -07:00
..
curl cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
gdal cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
guetzli Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
libarchive Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
libpng cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
libtiff cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
libuv cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
lodepng Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
openjpeg cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
README.md Add directories/README for contributions 2020-07-29 11:32:41 +02:00

README.md

Sandboxing OSS Internship 2020

With Google offices closed due to the pandemic, this year's interns will be doing their internship at Google fully remote (see the blog post).

In addition, most of them are working on open-source projects and develop in the open.

As part of this effort, the Sandboxed API team decided to host interns as well in order to provide reusable sandboxes for open-source libraries.

This directory collects our interns' contributions prior to upstreaming. For projects where this is not feasible, we will eventually move the finished project into the contrib folder directly.