aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Collapse)Author
2017-08-28[commands_hash.cpp] Use const. Naming scheme.Alexander Karatarakis
2017-08-28[commands_env.cpp] Use const. Naming schemeAlexander Karatarakis
2017-08-28[edit] Fix variable names to be consistence with vcpkg's conventionAlexander Karatarakis
2017-08-28Use constAlexander Karatarakis
2017-08-28Use const. Take str by referenceAlexander Karatarakis
2017-08-28Add missing constAlexander Karatarakis
2017-08-28Add missing const keywordsAlexander Karatarakis
2017-08-26[vcpkg] free memory CommandLineToArgvWatkawa7
2017-08-26Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fixRobert Schumacher
[vcpkg] testing for architectures supported by toolset
2017-08-26[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string ↵Robert Schumacher
pointer comparison.
2017-08-25[vcpkg] Use fgetws instead of fgets to accomodate non-ascii resultsRobert Schumacher
2017-08-25[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644Robert Schumacher
2017-08-25[vcpkg] use UTF-8 for console input/outputMikhail Paulyshka
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Fix merge issuesAlexander Karatarakis
2017-08-24Run cleanup before exiting instead of calling atexitAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-25[vcpkg] prefer AMD64 host architectureMikhail Paulyshka
2017-08-24Use CreateProcess instead of _wspawnlpeAlexander Karatarakis
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-08-23[vcpkg] Add stringify for BuildResult::FILE_CONFLICTSRobert Schumacher
2017-08-23[vcpkg] Fix typoRobert Schumacher
2017-08-23Merge branch 'master' of https://github.com/Microsoft/vcpkgRobert Schumacher
2017-08-23[vcpkg] Install should not list already installed packages as "to be built"Robert Schumacher
2017-08-23[vcpkg] Deduplicate code from feature packagesRobert Schumacher
2017-08-22[vcpkg edit] Add option --buildtreesAlexander Karatarakis
2017-08-22[vcpkg] Improve formatting of search and list. Fix gl2ps version.Robert Schumacher
2017-08-22Merge pull request #1566 from Microsoft/feature_package_end_to_endRobert Schumacher
end to end hdf5 feature packages
2017-08-22[vcpkg] Add Util::ResourceBase, use MoveOnlyBaseRobert Schumacher
2017-08-22[vcpkg] Compact tests for improved maintainability.Robert Schumacher
2017-08-21[vcpkg] Improve error messages when a feature is requested that doesn't exist.Robert Schumacher
2017-08-21[vcpkg] Feature packages now include user requested packages even if they ↵Robert Schumacher
are already installed.
2017-08-21Fix detection of 64-bit VSCodeAlexander Karatarakis
2017-08-21[vcpkg] Fix feature packages for non-default triplets. Reduce duplication ↵Robert Schumacher
between normal installs and feature installs.
2017-08-20[vcpkg] Refactor features implementation. Improve error handling.Robert Schumacher
2017-08-20[vcpkg] Remove incomplete default features implementationRobert Schumacher
2017-08-20[vcpkg] Refactor parsing together and flatten featurespec usagesRobert Schumacher
2017-08-19[vcpkg] Reorganize some parsing functions.Robert Schumacher
2017-08-18[vcpkg] Consolidate specifier parsingRobert Schumacher
2017-08-18[vcpkg] Fix rebase build.Robert Schumacher
2017-08-16partial end to end feature packages hdf5Daniel Shaw
added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies
2017-08-15[vcpkg-tests] ReformatRobert Schumacher
2017-08-15Merge branch 'master' into qualifier_changeRobert Schumacher
2017-08-11Take path by const&Alexander Karatarakis
2017-08-11Print more info when fetchDependency failsAlexander Karatarakis
2017-08-11Update required/downloaded git to 2.14.1Alexander Karatarakis
2017-08-11[cmake] Fix cmake pathatkawa7
2017-08-09Add text filtering in `vcpkg depend-info`Alexander Karatarakis
2017-08-08[vcpkg] Improve error messages during Binary Paragraph parsingRobert Schumacher
2017-08-07Updated version of nuget to 4.1.0Alexander Karatarakis