index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
commands_ci.cpp
Age
Commit message (
Expand
)
Author
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-06-08
[vcpkg] Improve diagnostics upon port load failure
Robert Schumacher
2017-06-06
Install continue
Alexander Karatarakis
2017-05-02
[vcpkg] Reduce arguments to build_package() by bundling
Robert Schumacher
2017-05-01
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...
Robert Schumacher
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-23
[vcpkg-build] Fix regression in build command.
Robert Schumacher
2017-04-17
`ci`: pretty print the package build times
Alexander Karatarakis
2017-04-12
Merge from master
Robert Schumacher
2017-04-12
Simplify Install plan generation
Alexander Karatarakis
2017-04-11
Merge from master
Robert Schumacher
2017-04-10
`ci` target_triplet -> triplet
Alexander Karatarakis
2017-04-10
default_target_triplet -> default_triplet
Alexander Karatarakis
2017-04-08
[vcpkg] Initial addition of Filesystem abstraction to enable testing.
Robert Schumacher
2017-04-07
Remove unneeded to_string() calls
Alexander Karatarakis
2017-04-07
Remove 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-case
Alexander Karatarakis
2017-04-07
Remove to_printf_args(PackageSpec)
Alexander Karatarakis
2017-04-04
PacakgeSpec.toString() -> PackageSpec.to_string()
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
package_spec_with_install_plan -> PackageSpecWithInstallPlan
Alexander Karatarakis
2017-04-04
install_plan_type -> InstallPlanType
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-04-04
ElapsedTime: rename function to all_lower
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-03-31
Rename optional::get_or_exit() to optional::value_or_exit()
Robert Schumacher
2017-03-31
Rename expected::get_or_exit() to expected::value_or_exit()
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-28
[expected] Now uses exit variants instead of throw variants
Alexander Karatarakis
2017-03-22
[commands] Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Checks::unreachable() now needs LineInfo as an argument
Alexander Karatarakis
2017-03-10
`ci`: Remove call to Environment::ensure_utilities_on_path();
Alexander Karatarakis
2017-03-07
[`ci`] Print time for succeeded builds too
Alexander Karatarakis
2017-03-04
[vcpkg-ci] Display per-package timing information.
Robert Schumacher
2017-02-27
Use load_all_ports() in `ci`
Alexander Karatarakis
2017-02-27
Fix #include of Paragraph.h
Alexander Karatarakis
2017-02-27
Move some functions from vcpkglib.h to Paragraphs.h
Alexander Karatarakis
2017-02-17
`ci`: Check for --options, delay loading status_db, refactor
Alexander Karatarakis
2017-02-16
Use ElapsedTime instead of Stopwatch
Alexander Karatarakis
2017-02-16
Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp
Alexander Karatarakis
2017-02-15
Fix C4018 warning
Alexander Karatarakis
2017-02-15
Improve info displayed during the CI command
Alexander Karatarakis
2017-02-15
Print only non-SUCCEEDED packages and also show summary
Alexander Karatarakis
2017-02-15
Change parameter from std::string to package_spec
Alexander Karatarakis
2017-02-15
Swap parameters of Build::create_error_message()
Alexander Karatarakis
2017-02-15
Introduce ci command: builds all packages of a triplet
Alexander Karatarakis