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
/
include
/
vcpkg_System.h
Age
Commit 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-08-31
Naming convention
Alexander Karatarakis
2017-08-31
Function naming convention
Alexander Karatarakis
2017-08-28
Add System::println() with no args
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-24
[vcpkg] testing for architectures supported by toolset
Mikhail Paulyshka
2017-05-05
Introduce Debug::println()
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-04-27
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵
Alexander Karatarakis
of VersionT.cpp
2017-04-21
Add System::get_current_date_time()
Alexander Karatarakis
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
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
Fix order of arguments
Robert Schumacher
2017-03-28
Remove unneeded calls to c_str()
Alexander Karatarakis
2017-03-28
Rename arg1
Alexander Karatarakis
2017-03-28
Use cwstring_view in all System functions and remove obsolete overloads
Alexander Karatarakis
2017-03-10
Introduce System::cmd_execute_clean() for sanitized executions
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-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-05
Use nested namespace definition
Alexander Karatarakis
2016-12-12
[vcpkg_System] Add missing const keywords
Alexander Karatarakis
2016-12-12
Add System::println(std::string) overloads
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-10-10
Rename System::Stopwatch to System::Stopwatch2
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis