aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2017-10-16Remove Metrics::track_property(std::wstring)Alexander Karatarakis
2017-10-16Remove CharType template paramter from Strings::join()Alexander Karatarakis
2017-10-16Remove Strings::wformat()Alexander Karatarakis
2017-10-16Remove usages of CWStringView, except in Strings::to_utf8()Alexander Karatarakis
2017-10-16[vcpkg] Push use of UTF-16 to only around Win32 call boundaries.Robert Schumacher
2017-10-16[autocomplete] Add triplet completion for `vcpkg install`Alexander Karatarakis
2017-10-15Introduce Vectors::concatenate()Alexander Karatarakis
2017-10-15Remove unused functionsAlexander Karatarakis
2017-10-15Introduce VcpkgPaths::get_available_triplets()Alexander Karatarakis
2017-10-15[triplet] Remove obsolete check about dash in the nameAlexander Karatarakis
2017-10-15Casing and specification correctnessAlexander Karatarakis
2017-10-15- Fixed formatting.martin-s
2017-10-15Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013martin-s
2017-10-14- Updated naming of msvcrt vector.martin-s
2017-10-14[vcpkg-autocomplete] Add edit completionRobert Schumacher
2017-10-14`integrate` Fix quotes in command (in case of space in the path)Alexander Karatarakis
2017-10-14[vcpkg] Prefer the current vcpkg directory over the one the vcpkg.exe is loca...Alexander Karatarakis
2017-10-13[vcpkg] Begin refactor to use CommandStructure to represent command parsingRobert Schumacher
2017-10-13[vcpkg] Merge from master into refactor-includesRobert Schumacher
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-10-13Merge pull request #1966 from podsvirov/vcpkg-export-ifw-safe-descriptionRobert Schumacher
2017-10-13Don't do function "aliasing"Alexander Karatarakis
2017-10-13`autocomplete` Rework command, fixing a lot of corner cases in the processAlexander Karatarakis
2017-10-13[vcpkg-export-ifw] Safe descriptionKonstantin Podsvirov
2017-10-12`vcpkg autocomplete` More work on autocompleteAlexander Karatarakis
2017-10-12Fix #1963 (permissive- issue)Alexander Karatarakis
2017-10-12Merge pull request #1870 from Mixaill/arm64Robert Schumacher
2017-10-12add NVCUDASAMPLES_ROOT to whitelistjasjuang
2017-10-12vcpkg: initial ARM64 supportMikhail Paulyshka
2017-10-11`vcpkg install` Print summary when using the --keep-going flagAlexander Karatarakis
2017-10-06Merge pull request #1896 from mariatav/dev/mariatav/autocompleteRobert Schumacher
2017-10-06Bump version of nuget to 4.3.0 (was 4.1.0)Alexander Karatarakis
2017-10-05Remove unneeded "continue"Alexander Karatarakis
2017-10-05Remove stray commentAlexander Karatarakis
2017-10-05[vcpkg] Remove assert that vswhere returns only 14 or 15.Robert Schumacher
2017-10-05Update CHANGELOG and bump version to v0.0.91Alexander Karatarakis
2017-10-05Completely rework Visual Studio detectionAlexander Karatarakis
2017-10-05Fix Strings::split() to handle delimiters of arbitrary sizeAlexander Karatarakis
2017-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-05Introduce Util::stable_keep_if()Alexander Karatarakis
2017-10-05Merge pull request #1931 from podsvirov/vcpkg-export-ifwRobert Schumacher
2017-10-05[vcpkg] Clang-format on commands_export_ifwRobert Schumacher
2017-10-05[vcpkg] Remove multiple byte order marksRobert Schumacher
2017-10-05[vcpkg] Check size and don't perform stripping if string is too small.Robert Schumacher
2017-10-05[vcpkg-export-ifw] Maintenance ToolKonstantin Podsvirov
2017-10-04[vcpkg] Refactor out implication in option parsing for exportRobert Schumacher
2017-10-04[vcpkg] Reformat and refactor to reduce function sizeRobert Schumacher
2017-10-04[vcpkg] Reformat and fix headers.Robert Schumacher
2017-10-04Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into podsviro...Robert Schumacher
2017-10-03[vcpkg] Split toolset searches based on triplet's specification (don't pick v...Robert Schumacher