aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_System.cpp
AgeCommit message (Expand)Author
2017-06-14[vcpkg] Add additional debug messagesRobert Schumacher
2017-05-05Introduce Debug::println()Alexander Karatarakis
2017-05-04Introduce Strings::case_insensitive_ascii_compare()Alexander Karatarakis
2017-05-04Rework vcpkg's triplet environment readingAlexander Karatarakis
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-23[vcpkg] Ninja is only 64-bit; do not use on x86Robert Schumacher
2017-04-21Add System::get_current_date_time()Alexander Karatarakis
2017-04-06Add System32\Wbem to the whitelisted environmentAlexander 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-04color -> ColorAlexander Karatarakis
2017-04-04exit_code_and_output -> ExitCodeAndOutputAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04cstring_view -> CStringViewAlexander Karatarakis
2017-03-31Fix memory leak in get_environmental_variable()Robert Schumacher
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-31Remove System::set_environmental_variable()Alexander Karatarakis
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-28Remove unneeded call to c_str()Alexander Karatarakis
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28Use cwstring_view in all System functions and remove obsolete overloadsAlexander Karatarakis
2017-03-15Add -NoProfile to powershell commandsAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13System::cmd_execute_and_capture_output() now redirects std::err to std::outAlexander Karatarakis
2017-03-10Introduce System::cmd_execute_clean() for sanitized executionsAlexander Karatarakis
2017-03-10Rework System::get_environmental_variable()Alexander Karatarakis
2017-03-10[vcpkg] Refactor RAII registry key manipulationRobert Schumacher
2017-03-06Properly handle spaces in path when calling powershell scriptAlexander 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-15Fix cast to WORDAlexander Karatarakis
2017-02-14Flush std::cout before launching external processAlexander Karatarakis
2017-02-14Improve impl of get_environmental_variable()Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander 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-05Use nested namespace definitionAlexander Karatarakis
2016-12-12[vcpkg_System] Add missing const keywordsAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis