sandboxed-api/oss-internship-2020
Christian Blichmann dbaf95c724 Move utility code into sandboxed_api/util
This change should make it less confusing where utility code comes from.
Having it in two places made sense when we were debating whether to publish
Sandbox2 separately, but not any longer.

Follow-up changes will move `sandbox2/util.h` and rename the remaining
`sandbox2/util` folder.

PiperOrigin-RevId: 351601640
Change-Id: I6256845261f610e590c25e2c59851cc51da2d778
2021-01-13 09:25:52 -08:00
..
curl Fix cURL example build 2021-01-08 02:48:05 -08:00
gdal Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
guetzli Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
jsonnet Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
libarchive Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
libpng Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
libtiff Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
libuv Merge pull request #55 from FedericoStazi:libuv 2020-11-19 06:32:47 -08:00
lodepng Move utility code into sandboxed_api/util 2021-01-13 09:25:52 -08:00
openjpeg Cleans up statusor.h includes. 2020-10-26 09:08:41 -07:00
pffft Add PFFFT submodule 2020-09-28 12:14:38 +02:00
README.md Add directories/README for contributions 2020-07-29 11:32:41 +02:00

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.