| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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> | |||
| 2017-04-03 | [vcpkg-env] Added internal 'env' command to help diagnose environment issues. | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience. | 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. | |||
| 2017-04-01 | [vcpkg] Merge search for dumpbin and toolchain (they are the same). | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Use fmap instead of std::transform. | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Collapse cXstring_views into a single template. | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Collapse join() overloads into a single template. | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Replace explicit bulk operations with fmap | Robert Schumacher | |
| 2017-04-01 | [vcpkg] Dead code elimination | Robert Schumacher | |
| 2017-03-31 | Fix issue in vcxproj.filters | Alexander Karatarakis | |
| 2017-03-31 | `update` needs to use package_spec | Alexander Karatarakis | |
| 2017-03-31 | Refactor update and portsdiff | Alexander Karatarakis | |
| 2017-03-31 | Add name_and_version_diff_t | Alexander Karatarakis | |
| 2017-03-31 | Version_t | Alexander Karatarakis | |
| 2017-03-31 | Remove Files::check_is_directory() | Robert Schumacher | |
| 2017-03-31 | Add constexpr in cstring_view functions | Robert Schumacher | |
| 2017-03-31 | Place cXstring_view in a separate header | Alexander Karatarakis | |
| 2017-03-31 | Use cstring_view in utf conversion functions | Robert Schumacher | |
| 2017-03-31 | Fix memory leak in get_environmental_variable() | Robert Schumacher | |
