aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-23Merge branch 'master' into default_tripletAlbert Ziegenhagel
# Conflicts: # toolsrc/include/vcpkg_cmd_arguments.h # toolsrc/src/commands_installation.cpp # toolsrc/src/vcpkg_cmd_arguments.cpp
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
Fix wrong CMAKE_PREFIX_PATH in vcpkg.cmake
2016-09-23Fix wrong CMAKE_PREFIX_PATH in vcpkg.cmakeSilvio
2016-09-22Merge branch 'Ninetainedo-Use-SHA512-instead-of-MD5'Alexander Karatarakis
2016-09-22Updated newly added portfiles to use SHA512Ninetainedo
Updated doctest Updated mpir
2016-09-22Merge remote-tracking branch 'refs/remotes/Microsoft/master' into ↵Ninetainedo
Use-SHA512-instead-of-MD5
2016-09-22Second part of updated portfilesNinetainedo
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-22Merge pull request #55 from KindDragon/gtest-and-gmockRobert Schumacher
Added googletest and googlemock 1.8
2016-09-22Merge pull request #66 from sdcb/mpirRobert Schumacher
added mpir 2.7.2 support.
2016-09-22Merge pull request #67 from albertfong/doctestRobert Schumacher
Add doctest 1.1.0
2016-09-22Merge pull request #65 from sdcb/fix_11Robert Schumacher
fix Glew:x64-windows install failure #11.
2016-09-22Fixed encoding of default triplet nameAlbert Ziegenhagel
2016-09-22CMake now automatically detects the root directory via .vcpkg-rootAlexander Karatarakis
2016-09-22[gtest] Initial addition (googletest and googlemock)Arkadiy Shapkin
2016-09-22Introduced environment variable "VCPKG_DEFAULT_TRIPLET"Albert Ziegenhagel
2016-09-22Use System::println()Alexander Karatarakis
2016-09-22Place import_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Use print_example()Alexander Karatarakis
2016-09-22Place owns_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Place command_create() in a separate cpp fileAlexander Karatarakis
2016-09-22Place list_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_list() in a separate cpp fileAlexander Karatarakis
2016-09-21Place update_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_cache in a separate cpp fileAlexander Karatarakis
2016-09-21Cleanup boost buildtrees before initiating a buildAlexander Karatarakis
2016-09-22add user-friendly message when request install arm-uwp.sdcb
2016-09-22added mpir 2.7.2 support.sdcb
2016-09-21Add doctest 1.1.0Albert Fong
2016-09-22fix https://github.com/Microsoft/vcpkg/issues/11.sdcb
2016-09-21vcpkg search now does substring searchAlexander Karatarakis
2016-09-21Simplify for-iteratorAlexander Karatarakis
2016-09-21Move search_command to a separate fileAlexander Karatarakis
2016-09-21MOve recursive upwards search to FilesAlexander Karatarakis
2016-09-21Merge pull request #64 from dansarginson/dcs-issue-62Robert Schumacher
Remove use of wildcard in integration installation dest path.
2016-09-21Remove use of wildcard in integration installation dest path.Dan Sarginson
This seemed to be used in order to stop XPATH blocking on the file/directory dialog. It was causing odd issues I mentioned in #62. Instead used "echo f" to assure XCOPY that we're dealing with files. Fixes #62.
2016-09-21[vcpkg] Place VS user-wide integration into a C++ specific folder instead of ↵Robert Schumacher
for all projects. This avoids a bug where the IDE would erroneously add x86, x64, and ARM architectures to C# projects.
2016-09-21Merge pull request #26 from corporateshark/masterRobert Schumacher
Added Eigen header-only library
2016-09-21Moved CONTRIBUTING.md to root. Fixes #54.Robert Schumacher
2016-09-21Merge pull request #50 from mcmihai/glm_fixRobert Schumacher
[glm] Removed CMakeLists.txt
2016-09-21Merge branch 'master' of https://github.com/microsoft/vcpkg into KindDragon-fmtRobert Schumacher
2016-09-21[fmt] Downloaded archives should include the package nameRobert Schumacher
2016-09-21[integration] Add check that the targets file was properly copiedAlexander Karatarakis
2016-09-21Merge branch 'fmt' of https://github.com/KindDragon/vcpkg into KindDragon-fmtRobert Schumacher