aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2016-09-29Rename variable to CMAKE_TRIPLET_FILEAlexander Karatarakis
2016-09-29Remove leading underscore in _VCPKG_TARGET_TRIPLET and add CACHE attributeAlexander Karatarakis
2016-09-29[vcpkg] Add extract destination argument to vcpkg_extract_source_archiveRobert Schumacher
2016-09-28Rename SCAFFOLD to CREATE to match `vcpkg create`Alexander Karatarakis
2016-09-28Add Common Ambient Variables to porfile templateAlexander Karatarakis
2016-09-27Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-09-27[vcpkg] Enable multicore builds by default.Robert Schumacher
2016-09-26Merge branch 'Add-mirror-support' of https://github.com/Ninetainedo/vcpkg ↵Alexander Karatarakis
into Ninetainedo-Add-mirror-support
2016-09-25Updated portfile.in.cmake to use URLSNinetainedo
2016-09-25Used a function to check file integrityNinetainedo
2016-09-25Link to "issues" instead of "new issue"Ninetainedo
2016-09-25Display status on download errorNinetainedo
2016-09-25Added spaces between brackets for double clickingNinetainedo
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-24Reduce repetition of relative paths in vcpkg.cmake to reduce future errorsRobert Schumacher
2016-09-24fixed an incorrect relative directory that pointed into wrong locationJan Hrubý
2016-09-24Updated vcpkg_download_distfile.cmake to handle MIRRORS. Also updated the ↵Ninetainedo
HASH errors to match the CMake formatting (easier to read)
2016-09-23changed execution policy from remotesigned to unrestrictedJan Hrubý
2016-09-23Fix wrong CMAKE_PREFIX_PATH in vcpkg.cmakeSilvio
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-22CMake now automatically detects the root directory via .vcpkg-rootAlexander Karatarakis
2016-09-20Add stamp file for extracted archives.Robert Schumacher
This enables multiple archives to be correctly expanded into the same build tree. Previously, the second archive will detect as being already extracted since 'src' exists.
2016-09-19Remove unused functionAlexander Karatarakis
2016-09-19Powershell scripts now detect the root dir via the .vcpkg-root fileAlexander Karatarakis
2016-09-19[bootstrap.ps1] Use older-powershell-friendly way to determine pathAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis