aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-02-17Remove try_load_port() overloadAlexander Karatarakis
2017-02-17[build_command] Extract function for calculations after Input processingAlexander Karatarakis
2017-02-17Add vcpkg_cmd_arguments::check_no_optional_arguments()Alexander Karatarakis
2017-02-16Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cppAlexander Karatarakis
2017-02-16Introduce ElapsedTime classAlexander Karatarakis
2017-02-15Remove unused variable from create_remove_plan()Alexander 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-15Separate dependency check from build_package()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-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-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-07Remove OutdatedDynamicCrt enum. Replace with vector<struct>Alexander Karatarakis
2017-02-07Add new Policy: Empty PackageAlexander 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-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-30[Dependencies] Specify constructors and fix bug with default remove_plan_acti...Alexander Karatarakis
2017-01-30remove_plan now depends on the spec, instead of StatusParagraphAlexander Karatarakis
2017-01-30Introduce "optional" aliasAlexander Karatarakis
2017-01-30Fix remove_plan codeAlexander 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-30Add package_spec::display_name()Alexander Karatarakis
2017-01-30Renames and formattingAlexander Karatarakis
2017-01-30Enable recursive `remove` commandAlexander Karatarakis
2017-01-30Remove unneeded #include directiveAlexander Karatarakis
2017-01-30Introduce Strings::JoinerAlexander Karatarakis
2017-01-30[package_spec] Make toString() a member functionAlexander Karatarakis
2017-01-30Add <filesystem> and <chrono> to pch.hAlexander Karatarakis
2017-01-30Reorganize pch.hAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis