aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2017-02-16Use ElapsedTime instead of StopwatchAlexander Karatarakis
2017-02-16Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cppAlexander Karatarakis
2017-02-16Introduce ElapsedTime classAlexander Karatarakis
2017-02-16Specify type explicitlyAlexander Karatarakis
2017-02-16Use ascii_to_lowercase()Alexander Karatarakis
2017-02-16Fix build command not printing out the missing dependencies on failAlexander Karatarakis
2017-02-15Add comment for tolower_char()Alexander Karatarakis
2017-02-15Add tolower_char(char)->char. Avoids C4244 for char<->int conversionAlexander Karatarakis
2017-02-15Use Strings::ascii_to_lowercase()Alexander Karatarakis
2017-02-15Fix C4018 warningAlexander Karatarakis
2017-02-15Update CHANGELOG and bump version to v0.0.73Alexander Karatarakis
2017-02-15Raise Warning level for the vcpkg tool to W4Alexander Karatarakis
2017-02-15[!] Change the format of the listfileAlexander Karatarakis
2017-02-15FormattingAlexander Karatarakis
2017-02-15Test result of assignment. Avoids C4706Alexander Karatarakis
2017-02-15Remove unused functionAlexander Karatarakis
2017-02-15Remove disabled post-build checkAlexander Karatarakis
2017-02-15Remove parameter names to avoid C4100Alexander Karatarakis
2017-02-15Fix cast to WORDAlexander Karatarakis
2017-02-15Remove unused variable from create_remove_plan()Alexander Karatarakis
2017-02-15Improve info displayed during the CI commandAlexander Karatarakis
2017-02-15Print only non-SUCCEEDED packages and also show summaryAlexander Karatarakis
2017-02-15Add BuildResul_Values and rename NULLVALUE constAlexander Karatarakis
2017-02-15Change parameter from std::string to package_specAlexander Karatarakis
2017-02-15Extract create_user_troubleshooting_message(). CI doesn't call it, interactiv...Alexander Karatarakis
2017-02-15Swap parameters of Build::create_error_message()Alexander Karatarakis
2017-02-15Introduce ci command: builds all packages of a tripletAlexander Karatarakis
2017-02-15Restore dependency check in build_package()Alexander Karatarakis
2017-02-15Don't capture anything in lambdas, if they don't need itAlexander Karatarakis
2017-02-15Separate dependency check from build_package()Alexander Karatarakis
2017-02-15Use MinGit instead of PortableGit. Resolves #662Alexander Karatarakis
2017-02-15Trivial print out changeOleksii Mandrychenko
2017-02-14Flush std::cout before launching external processAlexander Karatarakis
2017-02-14Improve impl of get_environmental_variable()Alexander Karatarakis
2017-02-14Function renameAlexander Karatarakis
2017-02-14Add functions to find the Program Files folders on the C++ side. Resolves #606Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Fix typoAlexander Karatarakis
2017-02-14Add System::set_environmental_variable()Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-02-14Update CHANGELOG and bump version to v0.0.72Alexander Karatarakis
2017-02-13[Checks] Add check_exit() overload with no messageAlexander Karatarakis
2017-02-13Make StatusParagraph::find_installed() constAlexander Karatarakis
2017-02-10Remove unused #includeAlexander Karatarakis
2017-02-10Fix error messageAlexander Karatarakis
2017-02-10build_package() modified to return the result of the buildAlexander Karatarakis
2017-02-10PostBuildLint enum revampAlexander Karatarakis
2017-02-10BuildInfo now holds enum instead of stringAlexander Karatarakis
2017-02-10Add vcpkg_EnumsAlexander Karatarakis
2017-02-08[vcpkg] Fix typo in a lint checkRobert Schumacher