index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
vcpkg_Environment.cpp
Age
Commit message (
Expand
)
Author
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-31
Rename optional::get_or_exit() to optional::value_or_exit()
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-22
Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-10
Formatting
Alexander Karatarakis
2017-03-10
Remove all Environment::ensure_X_on_path()
Alexander Karatarakis
2017-03-06
Properly handle spaces in path when calling powershell script
Alexander Karatarakis
2017-03-03
Enclose path in quotes
Alexander Karatarakis
2017-02-24
Throw error is PROGRAMFILES env variable is not found
Alexander Karatarakis
2017-02-16
CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issues
Alexander Karatarakis
2017-02-15
Use MinGit instead of PortableGit. Resolves #662
Alexander Karatarakis
2017-02-14
Function rename
Alexander Karatarakis
2017-02-14
Add functions to find the Program Files folders on the C++ side. Resolves #606
Alexander Karatarakis
2017-02-14
System::get_environmental_variable() now returns optional<>
Alexander Karatarakis
2017-02-14
Fix typo
Alexander Karatarakis
2017-02-14
Add System::set_environmental_variable()
Alexander Karatarakis
2017-02-14
Rename wdupenv_str to get_environmental_variable()
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-24
Download nuget.exe in a version-including subfolder in Downloads\
Alexander Karatarakis
2017-01-23
[VS2017] Enable building with v141 toolset
Alexander Karatarakis
2017-01-23
Bump nuget.exe version
Alexander Karatarakis
2017-01-23
Extract method
Alexander Karatarakis
2017-01-23
Improve format of output error messages
Alexander Karatarakis
2017-01-23
Improve comment
Alexander Karatarakis
2017-01-23
[Environemnt] Don't depend on present working dir
Alexander Karatarakis
2017-01-23
Bump version of required CMake to 3.7.2
Alexander Karatarakis
2017-01-23
Add comment about trailing backslash in VS140COMNTOOLS
Alexander Karatarakis
2017-01-23
Remove check for empty MSVC dir.
Alexander Karatarakis
2017-01-23
[VS2017] Add function to get vcvarsall.bat
Alexander Karatarakis
2017-01-23
Formatting
Alexander Karatarakis
2017-01-23
Build path throuh fs::path APIs instead of Strings::format()
Alexander Karatarakis
2017-01-23
[VS2017] Don't depend on a specific MSVC dir name
Alexander 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.exe
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2016-11-07
[Environment] Dont' #include "vcpkg.h"
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis