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
/
include
Age
Commit message (
Expand
)
Author
2017-04-12
Add PackageSpec != operator
Alexander Karatarakis
2017-04-12
Introduce keep_if function
Alexander Karatarakis
2017-04-12
Simplify Remove plan generation
Alexander Karatarakis
2017-04-12
Simplify Install plan generation
Alexander Karatarakis
2017-04-12
Fix issue in the toposort algorithm and move-only types
Alexander Karatarakis
2017-04-12
edges() -> dependencies()
Alexander Karatarakis
2017-04-12
Remove Graph class
Alexander Karatarakis
2017-04-12
Add default constructor to Optional<T>
Alexander Karatarakis
2017-04-12
Rework toposort and create_install_plan
Alexander Karatarakis
2017-04-12
Parameter by const&
Alexander Karatarakis
2017-04-12
Extract toposort into a free function
Alexander Karatarakis
2017-04-12
Rename
Alexander Karatarakis
2017-04-12
toposort: use lambda to obtain the neighbours of a vertex
Alexander Karatarakis
2017-04-10
Remaining target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[StatusParagraph] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[BinaryParagraph] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[PackageSpec] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
PackageSpec.target_triplet() -> ".triplet()
Alexander Karatarakis
2017-04-10
VcpkgCmdArguments.target_triplet -> ".triplet
Alexander Karatarakis
2017-04-10
default_target_triplet -> default_triplet
Alexander Karatarakis
2017-04-07
VersionT: replace to_printf_arg() with .to_string()
Alexander Karatarakis
2017-04-07
Remove triplet operator<< overload
Alexander Karatarakis
2017-04-07
Triplet.to_string()
Alexander Karatarakis
2017-04-07
Remove PackageSpec& operator<< overload
Alexander Karatarakis
2017-04-07
Remove PackageSpec.display_name()
Alexander Karatarakis
2017-04-07
Add to_printf_arg() for classes with to_string()
Alexander Karatarakis
2017-04-07
Remove to_printf_args(PackageSpec)
Alexander Karatarakis
2017-04-07
Add find_installed() overload
Alexander Karatarakis
2017-04-07
Add RequestType to InstallPlan
Alexander Karatarakis
2017-04-07
Add compare_by_name to InstallPlan
Alexander Karatarakis
2017-04-07
Extract functions for output formatting
Alexander Karatarakis
2017-04-07
RemovePlan -> sort by name
Alexander Karatarakis
2017-04-05
Introduce `vcpkg depend-info` command
Alexander Karatarakis
2017-04-04
toString() -> to_string in various enums
Alexander Karatarakis
2017-04-04
PacakgeSpec.toString() -> PackageSpec.to_string()
Alexander Karatarakis
2017-04-04
LineInfo::toString() -> LineInfo::to_string()
Alexander Karatarakis
2017-04-04
[SortedVector] Add default constructor
Alexander Karatarakis
2017-04-04
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
exit_code_and_output -> ExitCodeAndOutput
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
toolset_t -> Toolset
Alexander Karatarakis
2017-04-04
optional<T> -> Optional<T>
Alexander Karatarakis
2017-04-04
expected -> Expected
Alexander Karatarakis
2017-04-04
Enums::toString() -> Enums::to_string()
Alexander Karatarakis
2017-04-04
package_spec_with_remove_plan -> PackageSpecWithRemovePlan
Alexander Karatarakis
2017-04-04
remove_plan_action -> RemovePlanAction
Alexander Karatarakis
2017-04-04
remove_plan_type -> RemovePlanType
Alexander Karatarakis
2017-04-04
package_spec_with_install_plan -> PackageSpecWithInstallPlan
Alexander Karatarakis
2017-04-04
install_plan_action -> InstallPlanAction
Alexander Karatarakis
[next]