aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-30Remove parse_all_arguments_as_package_specs()Alexander Karatarakis
2016-09-30Replace usage of parse_all_args_as_package_specs with the new functionsAlexander Karatarakis
2016-09-30[vcpkg_paths] Use fs alias in all places within the headerAlexander Karatarakis
2016-09-30Add function check_and_get_package_spec() and variant for multiple specsAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-30Add quotes around command nameAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-30Introduce create_example_string()Alexander Karatarakis
2016-09-30Change error_count to size_tAlexander Karatarakis
2016-09-30Add size_t overload to to_printf_arg()Alexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-29Rename wchar_t overload of format_internal to wformat_internalAlexander Karatarakis
2016-09-29Rename validate_triplet to is_valid_tripletAlexander Karatarakis
2016-09-29Fix formattingAlexander Karatarakis
2016-09-29Valiting triplets is now the responsibility of vcpkg_pathsAlexander Karatarakis
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[triplet] Part before dash is arch. Part after dash is systemAlexander Karatarakis
2016-09-29[FAQ] Rewording, adding links where appropriateRobert Schumacher
2016-09-29[eigen3] Avoid calling file(REMOVE ...) with a blank argumentRobert Schumacher
2016-09-29Merge pull request #100 from chrullrich/boost-versionRobert Schumacher
2016-09-29Track updated Boost version.Christian Ullrich
2016-09-29[vcpkg] Improved help message upon build failure.Robert Schumacher
2016-09-29[fmt] Disable FMT_DOC to prevent build errorAlexander Karatarakis
2016-09-29[vcpkg] Add extract destination argument to vcpkg_extract_source_archiveRobert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-28Merge branch 'KindDragon-boost-1-62'Alexander Karatarakis
2016-09-28[boost] Extract SOURCE_PATH variableAlexander Karatarakis
2016-09-28Rename SCAFFOLD to CREATE to match `vcpkg create`Alexander Karatarakis
2016-09-28Merge branch 'boost-1-62' of https://github.com/KindDragon/vcpkg into KindDra...Alexander Karatarakis
2016-09-28Add Common Ambient Variables to porfile templateAlexander Karatarakis
2016-09-29[boost] Update to version 1.62Arkadiy Shapkin
2016-09-28[vcpkg] Fix user wide integration to avoid XCOPY due to locale-specific failuresRobert Schumacher
2016-09-28[opencv] Fix URL->URLS, -DWITH_CUDA=OFF, and LICENSE locationRobert Schumacher
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