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-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-09-13
Rework vcpkg install (and vcpkg ci)
Alexander Karatarakis
2017-09-07
[vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inline
Alexander Karatarakis
2017-08-31
example -> EXAMPLE
Alexander Karatarakis
2017-07-19
refactor feature packages
Daniel Shaw
2017-06-27
refactor create_install_plan tests
Daniel Shaw
2017-06-26
Merge branch 'master' into create_install_tests
Daniel Shaw
2017-06-26
adding tests for install plans
Daniel Shaw
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
Robert Schumacher
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
[next]