| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Added support for VS2013 build chain tools.
|
|
|
|
Also place that and CMakeVariable in System.h
|
|
ExtendedBuildResult
|
|
|
|
|
|
|
|
|
|
iterators.
|
|
Added Util::Maps::maybe_find.
Added Optional<T&>.
|
|
[vcpkg-update] Fix feature packages with update command.
Fixes #2003.
|
|
# Conflicts:
# scripts/cmake/vcpkg_configure_cmake.cmake
# toolsrc/src/vcpkg/vcpkgpaths.cpp
|
|
|
|
|
|
|
|
uninstalled.
|
|
|
|
|
|
|
|
Also, use Util::Sets::contains() where possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# toolsrc/include/vcpkg/vcpkgpaths.h
# toolsrc/src/vcpkg/vcpkgpaths.cpp
|
|
|
|
|
|
|
|
All filenames and directories are lowercase. Use dots for namespace separation.
|
|
|
|
|
|
Autocomplete: Command to enable tab completion
|
|
- Now using vswhere.exe to detect all VS instance (2015 + 2017)
- Default version preference order is now: stable, prerelease, legacy
- Within each preference weight, the latest one is chosen
- findVisualStudioInstallationInstances.ps1 now has a parameter to choose VS instance
|
|
|
|
|