aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_System.cpp
AgeCommit 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 marksRobert 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-01Remove #1712 workaround. Clean Byte-Order-Mark if presentAlexander Karatarakis
2017-08-31Naming conventionAlexander Karatarakis
2017-08-31Function naming conventionAlexander Karatarakis
2017-08-31Naming schemeAlexander Karatarakis
2017-08-29Naming convention fixesAlexander Karatarakis
2017-08-29Add missing constAlexander Karatarakis
2017-08-29Merge branch 'utf-1702'Robert Schumacher
2017-08-28Add System::println() with no argsAlexander Karatarakis
2017-08-26Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fixRobert Schumacher
2017-08-25[vcpkg] Use fgetws instead of fgets to accomodate non-ascii resultsRobert Schumacher
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-24Use CreateProcess instead of _wspawnlpeAlexander Karatarakis
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-07-11[vcpkg] remove flushallatkawa7
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