aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_ci.cpp
AgeCommit message (Expand)Author
2017-06-19[vcpkg] feature packages initial parsingDaniel Shaw
2017-06-08[vcpkg] Improve diagnostics upon port load failureRobert Schumacher
2017-06-06Install continueAlexander Karatarakis
2017-05-02[vcpkg] Reduce arguments to build_package() by bundlingRobert Schumacher
2017-05-01[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...Robert Schumacher
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-23[vcpkg-build] Fix regression in build command.Robert Schumacher
2017-04-17`ci`: pretty print the package build timesAlexander Karatarakis
2017-04-12Merge from masterRobert Schumacher
2017-04-12Simplify Install plan generationAlexander Karatarakis
2017-04-11Merge from masterRobert Schumacher
2017-04-10`ci` target_triplet -> tripletAlexander Karatarakis
2017-04-10default_target_triplet -> default_tripletAlexander Karatarakis
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-07Remove unneeded to_string() callsAlexander Karatarakis
2017-04-07Remove PackageSpec.display_name()Alexander Karatarakis
2017-04-07`vcpkg ci` Update strings, similarly to `vcpkg install`Alexander Karatarakis
2017-04-07`vcpkg ci` Use switch-caseAlexander Karatarakis
2017-04-07Remove to_printf_args(PackageSpec)Alexander Karatarakis
2017-04-04PacakgeSpec.toString() -> PackageSpec.to_string()Alexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04package_spec_with_install_plan -> PackageSpecWithInstallPlanAlexander Karatarakis
2017-04-04install_plan_type -> InstallPlanTypeAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04ElapsedTime: rename function to all_lowerAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-10`ci`: Remove call to Environment::ensure_utilities_on_path();Alexander Karatarakis
2017-03-07[`ci`] Print time for succeeded builds tooAlexander Karatarakis
2017-03-04[vcpkg-ci] Display per-package timing information.Robert Schumacher
2017-02-27Use load_all_ports() in `ci`Alexander Karatarakis
2017-02-27Fix #include of Paragraph.hAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-17`ci`: Check for --options, delay loading status_db, refactorAlexander Karatarakis
2017-02-16Use ElapsedTime instead of StopwatchAlexander Karatarakis
2017-02-16Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cppAlexander Karatarakis
2017-02-15Fix C4018 warningAlexander 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-15Change parameter from std::string to package_specAlexander Karatarakis
2017-02-15Swap parameters of Build::create_error_message()Alexander Karatarakis
2017-02-15Introduce ci command: builds all packages of a tripletAlexander Karatarakis