| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-13 | [vcpkg] Re-layout all files using new organization scheme. | Robert Schumacher | |
| All filenames and directories are lowercase. Use dots for namespace separation. | |||
| 2017-10-02 | Create stub autocomplete function | Maria Tavlaki | |
| 2017-09-14 | Introduce Version::warn_if_vcpkg_version_mismatch() | Alexander Karatarakis | |
| 2017-09-13 | Rework vcpkg install (and vcpkg ci) | Alexander Karatarakis | |
| - Refactor install-plan-execution code to reduce duplication - Add `vcpkg install --keep-going` option - Add elapsed time to each invidial package and total time - Add a counter to the install (e.g. Starting package 3/12: <name>) | |||
| 2017-09-13 | Refactor package removal code to eliminate its duplication | Alexander Karatarakis | |
| 2017-08-23 | [vcpkg] Deduplicate code from feature packages | Robert Schumacher | |
| 2017-08-16 | partial end to end feature packages hdf5 | Daniel Shaw | |
| added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies | |||
| 2017-07-24 | end to end feature pkg draft | Daniel Shaw | |
| 2017-06-19 | [vcpkg] feature packages initial parsing | Daniel Shaw | |
| 2017-06-06 | Install continue | Alexander Karatarakis | |
| 2017-05-01 | [vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, ↵ | Robert Schumacher | |
| vcpkg::Commands::BuildCommand | |||
| 2017-04-28 | [clang-format] Cpp11BracedListStyle: true | Alexander Karatarakis | |
| 2017-04-27 | Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵ | Alexander Karatarakis | |
| of VersionT.cpp | |||
| 2017-04-23 | [vcpkg-build] Fix regression in build command. | Robert Schumacher | |
| Missing dependencies were not being computed correctly after the internal call to build failed. Solution is to return the already-computed list from build. | |||
| 2017-04-21 | Add skeleton code for `vcpkg export` | Alexander Karatarakis | |
| 2017-04-21 | Move source_dir outside of InstallDir struct | Alexander Karatarakis | |
| 2017-04-21 | InstallationDirs -> InstallDir | Alexander Karatarakis | |
| 2017-04-20 | [InstallationDirs] Better name for static factory | Alexander Karatarakis | |
| 2017-04-20 | Simplify InstallDirs class. No longer touches disk | Alexander Karatarakis | |
| 2017-04-17 | Use read-only pattern for InstallationDirs | Alexander Karatarakis | |
| 2017-04-17 | InstallationDirs struct now checks/create the needed dirs | Alexander Karatarakis | |
| 2017-04-17 | Make install_and_write_listfile() public | Alexander Karatarakis | |
| (also rename it) | |||
| 2017-04-10 | Remaining target_triplet -> triplet | Alexander Karatarakis | |
| 2017-04-10 | default_target_triplet -> default_triplet | Alexander Karatarakis | |
| 2017-04-05 | Introduce `vcpkg depend-info` command | Alexander Karatarakis | |
| 2017-04-04 | vcpkg_paths -> VcpkgPaths | Alexander Karatarakis | |
| 2017-04-04 | toolset_t -> Toolset | Alexander Karatarakis | |
| 2017-04-04 | package_name_and_function -> PackageNameAndFunction | 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 | triplet -> Triplet | Alexander Karatarakis | |
| 2017-04-04 | package_spec -> PackageSpec | Alexander Karatarakis | |
| 2017-04-03 | [vcpkg-env] Added internal 'env' command to help diagnose environment issues. | Robert Schumacher | |
| 2017-03-31 | `update` needs to use package_spec | Alexander Karatarakis | |
| 2017-02-17 | Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp | Alexander Karatarakis | |
| 2017-02-17 | Change Info::version() to Version::version() | Alexander Karatarakis | |
| 2017-02-17 | `owns`: check for --options | Alexander Karatarakis | |
| 2017-02-17 | [build_command] Extract function for calculations after Input processing | Alexander Karatarakis | |
| 2017-02-15 | Add BuildResul_Values and rename NULLVALUE const | 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, ↵ | Alexander Karatarakis | |
| interactive commands do | |||
| 2017-02-15 | Swap parameters of Build::create_error_message() | Alexander Karatarakis | |
| 2017-02-15 | Introduce ci command: builds all packages of a triplet | 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-12 | Reorganize commands, each in its own namespace | Alexander Karatarakis | |
| Additionally, functions related to a command can now live in the same namespace | |||
