aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
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-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
2017-02-08Remove unnecessary $(PlatformToolset) conditionAlexander Karatarakis
2017-02-08FormatAlexander Karatarakis
2017-02-08Fix warning about default constructorAlexander Karatarakis
2017-02-08Make regex for OutdatedDyanmicCRTs case insensitiveAlexander Karatarakis
2017-02-07Remove OutdatedDynamicCrt enum. Replace with vector<struct>Alexander Karatarakis
2017-02-07Add new Policy: Empty PackageAlexander Karatarakis
2017-02-03[vcpkg remove] Fix remove --purge not applying to not-installed packagesAlexander Karatarakis
2017-02-01Fix filenameAlexander Karatarakis
2017-02-01Split OutdatedDynamicCrt into separate h/cppAlexander Karatarakis
2017-02-01Split BuildType into separate h/cppAlexander Karatarakis
2017-02-01Split ConfigurationType into separate h/cppAlexander Karatarakis
2017-02-01Split LinkageType into separate h/cppAlexander Karatarakis
2017-02-01Rename files in PostBuildLint namespaceAlexander Karatarakis