tree: 1b48b02c45c45d27ea9d96fb8a2fe7c56188cde2 [path history] [tgz]
  1. patches/
  2. src/
  3. download_and_patch_prerequisites.sh
  4. README.md
  5. reset_third_party_dir.sh
third_party/README.md

Third-Party Libraries

This directory includes various open-source third-party code that is used by Quickstep. Here's the description of the files:

download_and_patch_prerequisites.sh - Downloads the third party library source codes from their respective repositories and applies Quickstep specific patches.
reset_third_party_dir.sh - Removes the downloaded and patched third party and resets the third_party directory.
patches/ - Contains the patch files applied on the original third party source code files.
src/ - Contains the patched third party source code.

With the exception of the code in the tmb, iwyu, and the protobuf_cmake directories (which are part of the Quickstep project itself), all other libraries belong to their original authors and are governed by their respective licenses.