aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Collapse)Author
2017-11-20Fix `vcpkg integrate install` for unicode usernamesAlexander Karatarakis
2017-11-20Fix pathAlexander Karatarakis
2017-11-20Introduce PowershellParameter to add '' to parameter values.Alexander Karatarakis
Also place that and CMakeVariable in System.h
2017-11-16[vcpkg] Support \share\<port>\usage to handle libraries which are found ↵Robert Schumacher
through built-in Find Modules.
2017-11-16[vcpkg] Refactor to remove Build::BuildResults -- too similar to ↵Robert Schumacher
ExtendedBuildResult
2017-11-16[vcpkg] Output autodetected CMake usage information after install.Robert Schumacher
2017-11-14[vcpkg-ci] Clean up buildtrees during build to avoid consuming 200+ Gb of SSDRobert Schumacher
2017-11-13[vcpkg-contact] Add --survey so users can easily provide feedbackRobert Schumacher
2017-11-13[vcpkg-metrics] Replace SQM with MAC hash.Robert Schumacher
2017-11-11Improve error messageAlexander Karatarakis
2017-11-11[vcpkg] Simplify code -- Maps::maybe_find is not very useful compared to ↵Robert Schumacher
iterators.
2017-11-11[vcpkg-ci] Fix crash when not passed --exclude.Robert Schumacher
Added Util::Maps::maybe_find. Added Optional<T&>.
2017-11-11[vcpkg-tests] Use PCH.Robert Schumacher
[vcpkg-update] Fix feature packages with update command. Fixes #2003.
2017-11-09Join declaration and assignment. Add constAlexander Karatarakis
2017-11-06[vcpkg] Reformat tests.plan.cpp and add :x64 version of testRobert Schumacher
2017-11-06[vcpkg] Add tests for remove plans.Robert Schumacher
2017-11-05Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013martin-s
# Conflicts: # scripts/cmake/vcpkg_configure_cmake.cmake # toolsrc/src/vcpkg/vcpkgpaths.cpp
2017-11-04Improve error messages around calling powershell scriptsAlexander Karatarakis
2017-11-03[cmake] Update to 3.9.5 (was 3.9.4)Alexander Karatarakis
2017-11-03Print error message when there is a syntax error in triplet filebjornpiltz
As it is now vcpkg fails silently (actually, it outputs two empty lines).
2017-11-03[vcpkg-help-export-ifw] Add settings descriptionKonstantin Podsvirov
2017-11-02[vcpkg] Improve `vcpkg help` -- now has per-command help!Robert Schumacher
2017-11-02[vcpkg] Refactor argument parsing to use common code paths.Robert Schumacher
2017-11-01[vcpkg] Fix use of features in undocumented build commandRobert Schumacher
2017-10-31[git] Update to 2.15.0 (was 2.14.3)Alexander Karatarakis
2017-10-31[fetchDependency] Now also returns output in the form <sol>data<eol>Alexander Karatarakis
2017-10-31[findVSInstances] Data lines are now placed within <sol><eol> tags. Text ↵Alexander Karatarakis
outside these tags is ignored This means we can print text in powershell now and it won't break vcpkg.
2017-10-31[vcpkg] Fix bug where packages with uninstalled features appear to be ↵Robert Schumacher
uninstalled.
2017-10-31[vcpkg] --head should only apply to USER_REQUESTED packages.Robert Schumacher
2017-10-31[vcpkg] Add optional Abi field to BinaryParagraph for future use.Robert Schumacher
2017-10-31Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2017-10-30Using CP_UTF8 macro instead of magic numbers.sdcb
2017-10-30[vcpkg] Enable pkg[*] as alias for all features.Robert Schumacher
2017-10-27[git] Update to 2.14.3 (was 2.14.2.3)Alexander Karatarakis
2017-10-26Remove VcpkgCmdArguments.check_and_get_optional_command_arguments() overloadAlexander Karatarakis
Also, use Util::Sets::contains() where possible.
2017-10-26[vcpkg ci] Introduce --exclude optionAlexander Karatarakis
2017-10-23Merge trim() and trimmed() functionsAlexander Karatarakis
2017-10-19Do not depend on newlines when getting output from powershellAlexander Karatarakis
2017-10-19Use Strings::replace_all() instead of std::regex_replace()Alexander Karatarakis
2017-10-19Introduce Strings::replace_all()Alexander Karatarakis
2017-10-18Add extra checks on the return Visual Studio instancesAlexander Karatarakis
2017-10-18ci now accepts multiple triplets. Refactoring to accomodateAlexander Karatarakis
2017-10-18[autocomplete] Don't try to autocomplete triplets to --optionsAlexander Karatarakis
2017-10-17Merge pull request #1453 from muemart/boostRobert Schumacher
Build Boost with ICU and Python
2017-10-17[boost] Add feature packages for regex-icu, locale-icu, and pythonRobert Schumacher
2017-10-17[nuget] Update to 4.4.0 (was 4.3.0)Alexander Karatarakis
2017-10-17[git] Update to 2.14.2.3 (was 2.14.1)Alexander Karatarakis
2017-10-17[cmake] Update to 3.9.4 (was 3.9.3)Alexander Karatarakis
2017-10-17`remove`: Consistency renamesAlexander Karatarakis
2017-10-17`autocomplete` Add autocompletion for `vcpkg integrate`Alexander Karatarakis