aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Environment.cpp
AgeCommit message (Expand)Author
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-10FormattingAlexander Karatarakis
2017-03-10Remove all Environment::ensure_X_on_path()Alexander Karatarakis
2017-03-06Properly handle spaces in path when calling powershell scriptAlexander Karatarakis
2017-03-03Enclose path in quotesAlexander Karatarakis
2017-02-24Throw error is PROGRAMFILES env variable is not foundAlexander Karatarakis
2017-02-16CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issuesAlexander Karatarakis
2017-02-15Use MinGit instead of PortableGit. Resolves #662Alexander Karatarakis
2017-02-14Function renameAlexander Karatarakis
2017-02-14Add functions to find the Program Files folders on the C++ side. Resolves #606Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Fix typoAlexander Karatarakis
2017-02-14Add System::set_environmental_variable()Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23Bump nuget.exe versionAlexander Karatarakis
2017-01-23Extract methodAlexander Karatarakis
2017-01-23Improve format of output error messagesAlexander Karatarakis
2017-01-23Improve commentAlexander Karatarakis
2017-01-23[Environemnt] Don't depend on present working dirAlexander Karatarakis
2017-01-23Bump version of required CMake to 3.7.2Alexander Karatarakis
2017-01-23Add comment about trailing backslash in VS140COMNTOOLSAlexander Karatarakis
2017-01-23Remove check for empty MSVC dir.Alexander Karatarakis
2017-01-23[VS2017] Add function to get vcvarsall.batAlexander Karatarakis
2017-01-23FormattingAlexander Karatarakis
2017-01-23Build path throuh fs::path APIs instead of Strings::format()Alexander Karatarakis
2017-01-23[VS2017] Don't depend on a specific MSVC dir nameAlexander Karatarakis
2017-01-23[VS2017] Extract function that detects the VS2015 instance, when no VS2017 is...Alexander Karatarakis
2017-01-23[VS2017] Add function do get dumpbin.exeAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-11-07[Environment] Dont' #include "vcpkg.h"Alexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis