aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-27Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-09-27[vcpkg] Provide more error information on installation failuresRobert Schumacher
2016-09-27[vcpkg] Enable multicore builds by default.Robert Schumacher
2016-09-27[opencv] Adjust installation to deploy correct cmake filesRobert Schumacher
2016-09-27Make member function constAlexander Karatarakis
2016-09-26vcpkglib_helpers: Return output instead of accepting it as argAlexander Karatarakis
2016-09-26Merge branch 'playmer-Add-constexpr'Alexander Karatarakis
2016-09-26Fix URL to URLS in portfileAlexander Karatarakis
2016-09-26Merge branch 'Add-constexpr' of https://github.com/playmer/vcpkg into playmer...Alexander Karatarakis
2016-09-26Merge branch 'Ninetainedo-Add-mirror-support'Alexander Karatarakis
2016-09-26Merge branch 'Add-mirror-support' of https://github.com/Ninetainedo/vcpkg int...Alexander Karatarakis
2016-09-26Fi license placement.Joshua T. Fisher
2016-09-26Fixed hash to be lowercase.Joshua T. Fisher
2016-09-26fixed descriptionJoshua T. Fisher
2016-09-26Adding constexprJoshua T. Fisher
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
2016-09-24Reduce repetition of relative paths in vcpkg.cmake to reduce future errorsRobert Schumacher
2016-09-24Merge pull request #84 from jhruby/masterRobert Schumacher
2016-09-24fixed an incorrect relative directory that pointed into wrong locationJan HrubĂ˝
2016-09-24Restored Sery's portfileNinetainedo
2016-09-24Updated vcpkg_download_distfile.cmake to handle MIRRORS. Also updated the HAS...Ninetainedo
2016-09-23`vcpkg create` now checks for invalid chars in the zip fileAlexander Karatarakis
2016-09-23Add Files::has_invalid_chars_for_filesystem()Alexander Karatarakis
2016-09-23Fix `vcpkg create` to not parse all arguments as package specsAlexander Karatarakis
2016-09-23Change vcpkg::parse() to vcpkg::package_spec::from_string()Alexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23[vcpkg] Rename `vcpkg_ports::find_available_x` to be more conciseRobert Schumacher
2016-09-23[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.Robert Schumacher
2016-09-23Merge branch 'alzie-default_triplet'Robert Schumacher
2016-09-23Merged alzie:default_triplet for PR #70Robert Schumacher
2016-09-23find_unment_dependencies() now works for a single packageAlexander Karatarakis
2016-09-23[vcpkg build] Print the missing package's arch along with the package nameAlexander Karatarakis
2016-09-23Merge pull request #80 from jhruby/masterRobert Schumacher
2016-09-23changed execution policy from remotesigned to unrestrictedJan HrubĂ˝
2016-09-23Disabled validation of per-package tripletAlbert Ziegenhagel
2016-09-23Fixed errors introduced during mergeAlbert Ziegenhagel
2016-09-23Merge branch 'master' into default_tripletAlbert Ziegenhagel
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-23Restruct `vcpkg build` to 1 packageAlexander Karatarakis
2016-09-22`vcpkg build` will now show helpful error if dependencies are missingAlexander Karatarakis
2016-09-22Refactor dependency related code to vcpkg::DependenciesAlexander Karatarakis
2016-09-22Introduce vcpkg_Maps utility namespaceAlexander Karatarakis
2016-09-22Introduce vcpkg::Sets utility namespaceAlexander Karatarakis
2016-09-22Merge pull request #76 from traversaro/fixCMakePrefixPathRobert Schumacher
2016-09-23Fix wrong CMAKE_PREFIX_PATH in vcpkg.cmakeSilvio