aboutsummaryrefslogtreecommitdiff
path: root/triplets
AgeCommit message (Collapse)Author
2018-04-23Add triplets for x64-linux and x64-osxAlexander Karatarakis
2018-01-03Add preliminary support for arm-windows and arm64-windows triplets (#2371)Jacek Blaszczynski
* Add preliminary support for arm-windows and arm64-windows triplets Visual Studio 15.4 shipped with new VC tools targeting arm and arm64 for desktop. This change allows for recognition and usage of new triplets supporting arm and arm64 Windows desktop and server targets. * Remove unnecessary changes * Part 2 * Part 3 * Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise * Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets * Address code review feedback, clean libjpeg-turbo port.cmake * [libjpeg-turbo][tiff] Reduce changes to existing libraries. * [vcpkg-cmake] Simplify toolchain selection logic and improve comments
2017-10-12vcpkg: initial ARM64 supportMikhail Paulyshka
2017-03-14triplets: remove dead codeMikhail Paulyshka
2016-10-07Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with valuesAlexander Karatarakis
dynamic or static
2016-10-05Triplet files now define variables for arch, linkage, etcAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis