aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
2016-10-06Forward triplet options to default CMAKE variablesAlexander Karatarakis
2016-10-03[vcpkg] Fix UWP regression introduced with ac2e248e8f. Fixes #111Robert Schumacher
2016-10-03[ace] Minor cleanup after PR #108Robert Schumacher
2016-10-02Fix space/tabs typoSilvio
2016-10-02Add platform option to vcpkg_build_msbuildSilvio
Also added documentation for the platform option and the rest of the function
2016-09-29[vcpkg] Add extract destination argument to vcpkg_extract_source_archiveRobert Schumacher
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-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-24Updated vcpkg_download_distfile.cmake to handle MIRRORS. Also updated the ↵Ninetainedo
HASH errors to match the CMake formatting (easier to read)
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
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-18Initial commitAlexander Karatarakis