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_install.cpp
Age
Commit message (
Expand
)
Author
2017-04-04
PacakgeSpec.toString() -> PackageSpec.to_string()
Alexander Karatarakis
2017-04-04
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
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
Want: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
want_t -> Want
Alexander Karatarakis
2017-04-04
InstallState: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
install_state_t -> InstallState
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
2017-04-01
[vcpkg] Use fmap instead of std::transform.
Robert Schumacher
2017-04-01
[vcpkg] Replace explicit bulk operations with fmap
Robert Schumacher
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
`install`: Remove call to Environment::ensure_utilities_on_path();
Alexander Karatarakis
2017-03-10
Nuke Joiner. Add wjoin()
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
`install`: check for --options and delay loading of status_db
Alexander Karatarakis
2017-02-15
[!] Change the format of the listfile
Alexander Karatarakis
2017-02-15
Change parameter from std::string to package_spec
Alexander Karatarakis
2017-02-15
Extract create_user_troubleshooting_message(). CI doesn't call it, interactiv...
Alexander Karatarakis
2017-02-15
Swap parameters of Build::create_error_message()
Alexander Karatarakis
2017-02-15
Restore dependency check in build_package()
Alexander Karatarakis
2017-02-15
Separate dependency check from build_package()
Alexander Karatarakis
2017-02-10
build_package() modified to return the result of the build
Alexander Karatarakis
2017-01-30
Fix usage of Strings::Joiner
Alexander Karatarakis
2017-01-30
Use pointer instead of reference for out param
Alexander Karatarakis
2017-01-30
Rename field
Alexander Karatarakis
2017-01-30
Renames and formatting
Alexander Karatarakis
2017-01-30
[package_spec] Make toString() a member function
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-30
[vcpkg] Fixup 5d2f4485
Robert Schumacher
2017-01-27
Use Strings::join()
Alexander Karatarakis
2017-01-25
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
2017-01-12
Introduce Command namespace. Refactoring
Alexander Karatarakis
2017-01-12
Rename commands_installation to commands_install
Alexander Karatarakis