aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Collapse)Author
2017-02-15Trivial print out changeOleksii Mandrychenko
- An error message now contains a command that we can copy-paste directly to powershell vcpkg update => .\\vcpkg update Adding two slashes to escape the output
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-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-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
2017-02-01Add BuildPolicies::values()Alexander Karatarakis
2017-02-01Add PolicyDLLsWithoutLIBs policyAlexander Karatarakis
2017-02-01Introduce BuildPolicies (not used by the post_build checks yet)Alexander Karatarakis
2017-02-01Enhance the opt_bool typeAlexander Karatarakis
2017-01-31[opt_bool] Make members ALL_CAPSAlexander Karatarakis
2017-01-30Fix usage of Strings::JoinerAlexander Karatarakis
2017-01-30Change --recursive option to --recurseAlexander Karatarakis
2017-01-30[Dependencies] Specify constructors and fix bug with default ↵Alexander Karatarakis
remove_plan_action init
2017-01-30remove_plan now depends on the spec, instead of StatusParagraphAlexander Karatarakis
2017-01-30Use pointer instead of reference for out paramAlexander Karatarakis
2017-01-30Fix remove_plan codeAlexander Karatarakis
2017-01-30Fix usage of remove_plan_typeAlexander Karatarakis
2017-01-30Rename fieldAlexander Karatarakis
2017-01-30[Dependencies] User-requested vs autos-elected info is now in a separate enumAlexander Karatarakis
2017-01-30FormattingAlexander Karatarakis
2017-01-30Improve messages from the `remove` commandAlexander Karatarakis
2017-01-30Remove commented-out codeAlexander Karatarakis
2017-01-30Add package_spec::display_name()Alexander Karatarakis
2017-01-30Renames and formattingAlexander Karatarakis
2017-01-30Enable recursive `remove` commandAlexander Karatarakis