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 (
Collapse
)
Author
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
2017-04-04
install_plan_type -> InstallPlanType
Alexander Karatarakis
2017-04-04
request_type -> RequestType
Alexander Karatarakis
2017-04-04
package_name_and_function -> PackageNameAndFunction
Alexander Karatarakis
2017-04-04
VersionDiff.toString() -> VersionDiff.to_string()
Alexander Karatarakis
2017-04-04
version_diff_t -> VersionDiff
Alexander Karatarakis
2017-04-04
version_t -> VersionT
Alexander Karatarakis
2017-04-04
outdated_package -> OutdatedPackage
Alexander Karatarakis
2017-04-04
command_type_x -> CommandTypeX
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
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
dependency -> Dependency
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
LinkageType to UpperCamelCase
Alexander Karatarakis
2017-04-04
ConfigurationType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildPolicies to UpperCamelCase
Alexander Karatarakis
2017-04-04
paragraph_parse_result -> ParagraphParseResult
Alexander Karatarakis
2017-04-04
package_spec_parse_result -> PackageSpecParseResult
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-04-04
opt_bool->OptBool
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-04-04
lazy<T> -> Lazy<T>
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-04-04
dll_info->DllInfo, lib_info->LibInfo
Alexander Karatarakis
2017-04-03
Fix SortedVector constructor
Alexander Karatarakis
2017-04-03
[vcpkg-env] Added internal 'env' command to help diagnose environment issues.
Robert Schumacher
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.
[prev]
[next]