sandboxed-api/oss-internship-2020
Bohdan Tyshchenko b1a1aef39e Project architecture redesign, coding style update
Put duplicated code inside the transaction, which is used by both tests and raster_to_gtiff
Removed <filesystem> header, reimplemented one of its utilities for file checking
Code style changes
Replaced .data() with .c_str() for std::string
Updated README to show how to build both GDAL and PROJ inside the build folder and how to link them to the sandbox
2020-10-13 13:03:04 -07:00
..
curl Add OpenJPEG and libcurl submodules 2020-09-29 12:23:42 +02:00
gdal Project architecture redesign, coding style update 2020-10-13 13:03:04 -07:00
guetzli Migrate guetzli to absl::StatusOr<> 2020-09-25 07:43:34 -07:00
openjpeg Add OpenJPEG and libcurl submodules 2020-09-29 12:23:42 +02:00
pffft Add PFFFT submodule 2020-09-28 12:14:38 +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.