aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2017-03-22Update CHANGELOG and bump version to v0.0.77Alexander Karatarakis
2017-03-22Reorder post build end-messageAlexander Karatarakis
2017-03-20[vcpkg] Clean up triplet.hRobert Schumacher
2017-03-17Fix error messageAlexander Karatarakis
2017-03-16[vcpkg-edit] Fix search for VSCode insidersRobert Schumacher
2017-03-15[vcpkg] Fix regression with dependency qualifiers.Robert Schumacher
2017-03-15Add -NoProfile to powershell commandsAlexander Karatarakis
2017-03-15[vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake.Robert Schumacher
2017-03-15`search` Modify messageAlexander Karatarakis
2017-03-13Fix issue of mismatching paths because of trailing newline charAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Enums::nullvalue_used() now requires LineInfo as first argAlexander Karatarakis
2017-03-13Put LineInfo in separate h/cppAlexander Karatarakis
2017-03-13Remove Enums::unreachable(). Use Checks::unreachable() insteadAlexander Karatarakis
2017-03-13Add __declspec(noreturn) to the definitions to match the declarationsAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-13Global variable g_debugging now declared in vcpkglib.hAlexander Karatarakis
2017-03-13Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.hAlexander Karatarakis
2017-03-13Make parameter const to avoid C4239 warningsAlexander Karatarakis
2017-03-13System::cmd_execute_and_capture_output() now redirects std::err to std::outAlexander Karatarakis
2017-03-13Don't print messages to the screen when where.exe fails to find somethingAlexander Karatarakis
2017-03-13Introduce LINE_INFO macro + structAlexander Karatarakis
2017-03-10Update CHANGELOG and bump version to v0.0.76Alexander Karatarakis
2017-03-10Use System::cmd_executeClean()Alexander Karatarakis
2017-03-10Use System::cmd_execute_clean() for `build`, `create`, `portsdiff`Alexander Karatarakis
2017-03-10FormattingAlexander Karatarakis
2017-03-10Introduce System::cmd_execute_clean() for sanitized executionsAlexander Karatarakis
2017-03-10Rework System::get_environmental_variable()Alexander Karatarakis
2017-03-10Remove all Environment::ensure_X_on_path()Alexander Karatarakis
2017-03-10`install`: Remove call to Environment::ensure_utilities_on_path();Alexander Karatarakis
2017-03-10`ci`: Remove call to Environment::ensure_utilities_on_path();Alexander Karatarakis
2017-03-10`integrate`: Use paths.get_nuget_exe()Alexander Karatarakis
2017-03-10`create`: Use make_cmake_cmd() and paths.get_cmake_exe()Alexander Karatarakis
2017-03-10`build`: Use make_cmake_cmd() and paths.get_cmake/git_exe()Alexander Karatarakis
2017-03-10Introduce make_cmake_cmd() helper functionAlexander Karatarakis
2017-03-10`portsdiff`: Use paths.get_git_exe();Alexander Karatarakis
2017-03-10[vcpkg_paths] Add get_cmake/git/nuget_exe() functionsAlexander Karatarakis
2017-03-10Add lazy.hAlexander Karatarakis
2017-03-10[vcpkg] Also search registry keys for VSCode. Prefer insider version if ↵Robert Schumacher
available. Fixes #764.
2017-03-10Use System::println() instead of std::coutAlexander Karatarakis
2017-03-10Nuke Joiner. Add wjoin()Alexander Karatarakis
2017-03-10[vcpkg] Refactor RAII registry key manipulationRobert Schumacher
2017-03-07[`ci`] Print time for succeeded builds tooAlexander Karatarakis
2017-03-06Properly handle spaces in path when calling powershell scriptAlexander Karatarakis
2017-03-04[vcpkg-ci] Display per-package timing information.Robert Schumacher
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-03-03Rename policy to OnlyReleaseCRTAlexander Karatarakis
2017-03-03Add policy: NoDebugBinariesAlexander Karatarakis