aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/VcpkgPaths.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
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-05Completely rework Visual Studio detectionAlexander Karatarakis
- 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
2017-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-04[vcpkg] Reformat and refactor to reduce function sizeRobert Schumacher
2017-10-04Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵Robert Schumacher
podsvirov-export-ifw
2017-10-03[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming ↵Robert Schumacher
convention.
2017-10-02Extract local variableAlexander Karatarakis
2017-10-02Add message when downloading cmake/git/nugetAlexander Karatarakis
2017-09-28Revert "Extract function for duplicated code"Alexander Karatarakis
This reverts commit eca068e4c5673b888d6470b42d6b5b44b21c4007.
2017-09-27[Toolset selection] Use VS2017 vcvarsall for v140 if availableAlexander Karatarakis
2017-09-27Fix: Don't break before finding all VS2017 instancesAlexander Karatarakis
2017-09-27Place line closer to usageAlexander Karatarakis
2017-09-27Extract function for duplicated codeAlexander Karatarakis
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-09-22Bump required version of CMake to 3.9.3Alexander Karatarakis
3.9.3 contains this interesting change: FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
2017-09-19Bump required version of CMake to 3.9.2Alexander Karatarakis
2017-09-01[VcpkgPaths.cpp] Don't modify and ref on the flyAlexander Karatarakis
2017-09-01Remove uneeded else branch. Fix variable hidingAlexander Karatarakis
2017-09-01[VcpkgPaths.cpp] Naming conventions and const fixesAlexander Karatarakis
2017-09-01Remove #1712 workaround. Clean Byte-Order-Mark if presentAlexander Karatarakis
2017-08-31Naming conventionAlexander Karatarakis
2017-08-31Function naming conventionAlexander Karatarakis
2017-08-30Move function to Files::find_from_PATH()Alexander Karatarakis
2017-08-29[vcpkg] Refactor workaround for issue #1712. This should be removed once the ↵Robert Schumacher
root cause is found.
2017-08-29Merge branch 'utf-1702'Robert Schumacher
2017-08-29[vcpkg] Dependency instead of installcmdRobert Schumacher
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28[vcpkg] Hack to fix codepage problems -- root cause unknownRobert Schumacher
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] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-08-21[vcpkg] Fix feature packages for non-default triplets. Reduce duplication ↵Robert Schumacher
between normal installs and feature installs.
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-07Updated version of nuget to 4.1.0Alexander Karatarakis
2017-07-25cmake: update to 3.9Mikhail Paulyshka
2017-06-05[vcpkg] Formatting and simplification of VcpkgPaths::get_toolset()Robert Schumacher
2017-06-02Implement support to request a specific toolset version via the variable ↵Albert Ziegenhagel
`VCPKG_PLATFORM_TOOLSET` in the triplet file
2017-05-08[vcpkg] Use stdfs::equivalent() to correctly compare file paths.Robert Schumacher
Fixes #1053.
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-21Update cmake version to 3.8.0 (was 3.8.0rc1)Alexander Karatarakis