sandboxed-api/contrib
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
..
brotli cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
c-blosc cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
hunspell cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
jsonnet cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
libidn2 cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
libzip cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
pffft cmake: Include CTest in all projects, honor BUILD_TESTING setting 2022-04-21 01:15:34 -07:00
turbojpeg cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
uriparser cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
woff2 cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
zopfli cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
zstd cmake: Rename build options to follow Abseil naming 2022-04-21 01:17:39 -07:00
CMakeLists.txt Merge pull request #115 from DemiMarie:woff2 2022-04-01 00:10:43 -07:00
README.md Copybara import of the project: 2022-03-18 02:01:39 -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
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