sandboxed-api/contrib
Christian Blichmann 51799f99ae Introduce a transitional logging utility library
Instead of calling `google::InitGoogleLogging()` directly, introduce an
indirection via a new utility library. After this change, Sandboxed API
should consistently use `sapi::InitLogging()` everywhere.

For now, `sapi::InitLogging()` simply calls its glog equivalent. However,
this enables us to migrate away from the gflags dependency and use Abseil
flags. Once a follow-up change lands, `sapi::InitLogging()` will instead
initialize the google logging library with flags defined from Aseil.

Later still, once Abseil releases logging, we can then drop the glog
dependency entirely.

PiperOrigin-RevId: 445363592
Change-Id: Ia23a7dc88b8ffe65a422ea4d5233bba7bdd1303a
2022-04-29 02:14:06 -07:00
..
brotli Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
c-blosc Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
hunspell Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
jsonnet Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
libidn2 cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
libxls Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
libzip Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
pffft Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
turbojpeg Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
uriparser Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
woff2 Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
zopfli Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
zstd Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
CMakeLists.txt Sandbox libxls 2022-04-12 19:02:29 -04:00
README.md Merge pull request #160 from oshogbo:libxls 2022-04-21 01:27:49 -07:00

Sandboxed API Integrations/Contributions

This directory contains reusable Sandboxed API integrations with external libraries.

Projects Sandboxed

Directory Project Home Page Integration
c-blosc/ c-blosc - A blocking, shuffling and loss-less compression library github.com/Blosc/c-blosc CMake
hunspell/ Hunspell - The most popular spellchecking library github.com/hunspell/hunspell CMake
jsonnet/ Jsonnet - The Data Templating Language github.com/google/jsonnet CMake
libidn2/ libidn2 - GNU IDN library www.gnu.org/software/libidn/#libidn2 CMake
libxls/ libxls - Read binary Excel files from C/C++ https://github.com/libxls/libxls CMake
libzip/ libzip - operations on zip archives github.com/nih-at/libzip CMake
pffft/ PFFFT - a pretty fast Fourier Transform bitbucket.org/jpommier/pffft.git CMake
turbojpeg/ High-level JPEG library libjpeg-turbo.org/About/TurboJPEG CMake
uriparser/ uriparser - Strictly RFC 3986 compliant URI parsing and handling library github.com/uriparser/uriparser CMake
zopfli/ Zopfli - Compression Algorithm github.com/google/zopfli CMake
zstd/ Zstandard - Fast real-time compression algorithm github.com/facebook/zstd CMake

Projects Shipping with Sandboxed API Sandboxes

Project Home Page Integration
YARA - The pattern matching swiss knife github.com/VirusTotal/yara Bazel