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 (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-10-05
[vcpkg] Remove multiple byte order marks
Robert Schumacher
2017-10-05
[vcpkg] Check size and don't perform stripping if string is too small.
Robert Schumacher
2017-10-03
[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming c...
Robert Schumacher
2017-09-01
Remove #1712 workaround. Clean Byte-Order-Mark if present
Alexander Karatarakis
2017-08-31
Naming convention
Alexander Karatarakis
2017-08-31
Function naming convention
Alexander Karatarakis
2017-08-31
Naming scheme
Alexander Karatarakis
2017-08-29
Naming convention fixes
Alexander Karatarakis
2017-08-29
Add missing const
Alexander Karatarakis
2017-08-29
Merge branch 'utf-1702'
Robert Schumacher
2017-08-28
Add System::println() with no args
Alexander Karatarakis
2017-08-26
Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix
Robert Schumacher
2017-08-25
[vcpkg] Use fgetws instead of fgets to accomodate non-ascii results
Robert Schumacher
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-08-24
Use CreateProcess instead of _wspawnlpe
Alexander Karatarakis
2017-08-24
[vcpkg] testing for architectures supported by toolset
Mikhail Paulyshka
2017-07-11
[vcpkg] remove flushall
atkawa7
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
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
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
[next]