| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-04 | updated_port -> UpdatedPort | Alexander Karatarakis | |
| 2017-04-04 | [coff_file_reader] Rename types to UpperCamelCase | 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-04 | [vcpkg-remove] Make purge the default for remove. | Robert Schumacher | |
| Added (currently undocumented) --no-purge as workaround if required. | |||
| 2017-04-04 | [vcpkg-remove-outdated] Add documentation for remove --outdated. | Robert Schumacher | |
| 2017-04-04 | `remove` Add --outdated option | Alexander Karatarakis | |
| 2017-04-03 | Fix SortedVector constructor | Alexander Karatarakis | |
| 2017-04-03 | adds line comments for CONTROL | Tobias Kohlbau | |
| Adds line comments denoted by # within CONTROL files. For the moment a comment must be start with # and is valid until the end of the line. It's not possible to add a comment at the end of usable lines. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de> | |||
