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_System.cpp
Age
Commit message (
Collapse
)
Author
2017-06-14
[vcpkg] Add additional debug messages
Robert Schumacher
2017-05-05
Introduce Debug::println()
Alexander Karatarakis
2017-05-04
Introduce Strings::case_insensitive_ascii_compare()
Alexander Karatarakis
2017-05-04
Rework vcpkg's triplet environment reading
Alexander Karatarakis
The triplet is "run" and vcpkg observes the environment. Previously, the environment was deduced by the triplet's name
2017-05-04
get_environmental_variable() -> get_environment_variable()
Alexander Karatarakis
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-23
[vcpkg] Ninja is only 64-bit; do not use on x86
Robert Schumacher
2017-04-21
Add System::get_current_date_time()
Alexander Karatarakis
2017-04-06
Add System32\Wbem to the whitelisted environment
Alexander Karatarakis
Solves vcvarsall.bat not being able to find wmic.exe
2017-04-05
[vcpkg-debug] Add debug messages for calls to cmd_execute()
Robert Schumacher
2017-04-05
[vcpkg-debug] Add debugging for calls to cmd_execute_clean()
Robert Schumacher
2017-04-05
[cuda] Add CUDA_PATH to environment whitelist.
Robert Schumacher
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
exit_code_and_output -> ExitCodeAndOutput
Alexander Karatarakis
2017-04-04
optional<T> -> Optional<T>
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-03-31
Fix memory leak in get_environmental_variable()
Robert Schumacher
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-31
Remove System::set_environmental_variable()
Alexander Karatarakis
2017-03-31
Rename optional::get_or_exit() to optional::value_or_exit()
Robert Schumacher
2017-03-28
Remove unneeded call to c_str()
Alexander Karatarakis
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-28
Use cwstring_view in all System functions and remove obsolete overloads
Alexander Karatarakis
2017-03-15
Add -NoProfile to powershell commands
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
System::cmd_execute_and_capture_output() now redirects std::err to std::out
Alexander Karatarakis
2017-03-10
Introduce System::cmd_execute_clean() for sanitized executions
Alexander Karatarakis
2017-03-10
Rework System::get_environmental_variable()
Alexander Karatarakis
2017-03-10
[vcpkg] Refactor RAII registry key manipulation
Robert Schumacher
2017-03-06
Properly handle spaces in path when calling powershell script
Alexander Karatarakis
2017-03-04
[vcpkg] Deduplicate all timer classes.
Robert Schumacher
2017-03-04
[vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO.
Robert Schumacher
2017-03-04
[vcpkg] Switch printing functions to use fputs and putchar directly.
Robert Schumacher
2017-02-15
Fix cast to WORD
Alexander Karatarakis
2017-02-14
Flush std::cout before launching external process
Alexander Karatarakis
2017-02-14
Improve impl of get_environmental_variable()
Alexander Karatarakis
2017-02-14
System::get_environmental_variable() now returns optional<>
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-05
Use nested namespace definition
Alexander Karatarakis
2016-12-12
[vcpkg_System] Add missing const keywords
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-10-10
Rename System::Stopwatch to System::Stopwatch2
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis