Define HAVE_ARCHIVE to allow building without libarchive (#89)

Redefine std::unique_ptr helper Unique_Archive based on forward
declaration, define HAVE_ARCHIVE in CMakeLists.txt and use it
for conditional compilation of tar related setters.
8 files changed
tree: dca8959276a25543d142c11968b8bc5c0819ce2e
  1. external/
  2. fuzzing/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. LICENSE
  7. README.md
README.md

License: GPL v2 Build Status

FreeType

https://www.freetype.org/

FreeType is a freely available software library to render fonts.

Testing

This repository provides testing utilities for FreeType:

  • Fuzzing: house the fuzz targets for OSS-Fuzz and use Travis CI to run a regression test suite of fuzzed samples that uncovered verified and fixed bugs.