| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-10 | [vcpkg] Add optional 'Homepage' field to CONTROL (#6844) | Phil Christensen | |
| * [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field. | |||
| 2019-05-10 | [docs] update port naming info in CONTROL docs (#6397) | Phil Christensen | |
| 2019-05-09 | [docs] clean up CONTROL file documentation (#6378) | Phil Christensen | |
| 2019-04-11 | [docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061) | Robert Schumacher | |
| 2019-03-28 | Allow additional environment variables to be set in a clean environment (#5650) | Don | |
| * Allow additional environment variables to be set in a clean environment * Add documentation for VCPKG_KEEP_ENV_VARS | |||
| 2019-03-14 | Add headers to vcpkg_download_distfile (#5640) | Don | |
| * Add headers to vcpkg_download_distfile Allows headers to be appended when downloading a distribution. This allows for setting authentication headers to download from a private repository. * [scripts,docs] Regenerate docs for portfile functions * [docs,scripts] Fix typo regressions * [docs,scripts] Fix broken link | |||
| 2019-03-13 | [docs] Fix broken link | Phil Christensen | |
| 2019-03-11 | [docs] Add vcpkg functions usage examples (#5639) | Victor Romero | |
| 2019-03-10 | Fix minor spelling mistakes in documentation (#5620) | Bo Rydberg | |
| 2019-02-25 | [vcpkg-docs] Replace reference to VCPKG_DEFAULT_VS_PATH with ↵ | Robert Schumacher | |
| VCPKG_VISUAL_STUDIO_PATH | |||
| 2019-02-22 | [docs] Show how to default VCPKG_TARGET_TRIPLET (#5346) | zhihaoy | |
| 2019-02-15 | [vcpkg create, docs] Update create command's template and documentation on ↵ | Victor Romero | |
| patching (#5370) | |||
| 2019-01-30 | [vcpkg-docs] Improve documentation for Visual Studio 2019 | Robert Schumacher | |
| 2019-01-24 | Merge pull request #4767 from Farwaykorse/documentation | Victor Romero | |
| [documentation] Add note to "delete CMake cache after editing CMakeSettings.json" | |||
| 2018-12-17 | [docs] Fix #4932 (#4982) | myd7349 | |
| 2018-12-12 | [docs] Add config-environment.md | Robert Schumacher | |
| 2018-12-11 | Allow redirection of the downloads folder with an environment variable. (#4883) | Billy O'Neal | |
| * Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp. * Pass the downloads directory from VcpkgPaths to cmake. * Also fixup bootstrap on *nix. * Make error message a little prettier. * Make that bash script actually work :) * [vcpkg] Alter Optional<> usage style * [vcpkg-docs] Add section on Environment Variables to the docs | |||
| 2018-11-22 | [vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex | Robert Schumacher | |
| 2018-11-20 | Merge branch 'master' into documentation | Roelf-Jilling | |
| 2018-11-19 | Move -DCMAKE_... to a new line to prevent the line-break after the dash. | Roelf-Jilling | |
| 2018-11-19 | Add note, to delete the CMake cache, after editing a configuration. | Roelf-Jilling | |
| 2018-11-16 | Add packaging GitHub repo example | Simon Brand | |
| 2018-11-15 | Rename example documents | Simon Brand | |
| The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead. | |||
| 2018-11-06 | [docs] Regenerate docs for vcpkg_from_git | Robert Schumacher | |
| 2018-10-25 | xalan-c: Install headers correctly (#4565) | Roger Leigh | |
| * Add SKIP_CLEAN option to vcpkg_install_msbuild Also add vcpkg_clean_msbuild function to factor out clean logic and allow re-use in portfiles. * xalan-c: Correct header globbing * vcpkg_install_msbuild: SKIP_CLEAN documentation correction * [xalan-c] Add explicit check for localmsgindex header. [docs] Regenerate | |||
| 2018-10-23 | Create macOS configuration variables for triplets (#4477) | LRFLEW | |
| * Create macOS configuration variables for triplets * Add new macOS configuration variables to documentation * [vcpkg-configure-cmake] Fix typo | |||
| 2018-10-18 | Removing cases and making clearer the text | Raydelto Hernandez | |
| The word Privacy was capitalized for no reason. I've also added to word programming so that it's clear that the document refers to programming languages, before it referred only to language. | |||
| 2018-10-12 | note existence of VCPKG_CXX_FLAGS also (#4208) | mcgoo | |
| 2018-09-02 | Update zlib version | tbeu | |
| 2018-08-27 | [docs] Add documentation for VCPKG_VISUAL_STUDIO_PATH | Robert Schumacher | |
| 2018-08-23 | Fix typo in FAQ | Alexander Karatarakis | |
| 2018-08-11 | [vcpkg_from_github] Improve documentation to include PATCHES argument | Robert Schumacher | |
| 2018-08-08 | [docs] Fix GITLAB_INSTANCE-> GITLAB_URL | Robert Schumacher | |
| 2018-08-08 | [docs] Add docs for vcpkg_from_gitlab() | Robert Schumacher | |
| 2018-08-08 | New packages: libimobiledevice, getopt, readline (#3504) | Frederik Carlier | |
| * Add libplist * Add libusbmuxd * Fix typos * Add getopt * Add libimobiledevice * Fix typos * Add libideviceactivation * Add ideviceinstaller * Include utilities * Install usbmuxd * Add readline * Fix readline on 64-bit windows * Add libirecovery * libideviceactivation: include tools * Bump versions to fix build issues * Bump versions * Add idevicerestore * [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop * [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop * [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory * [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage(). * [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild() * [readline] Fix static builds | |||
| 2018-07-08 | Fix typo (#3856) | Frederik Gladhorn | |
| * Fix typo * [docs] Simplify wording further | |||
| 2018-07-02 | [docs-integration] Add more documentation about using the CMake toolchain file | Robert Schumacher | |
| 2018-06-26 | [docs-triplets] Improve triplet documentation | Robert Schumacher | |
| 2018-06-18 | [docs] Add VCPKG_CHAINLOAD_TOOLCHAIN_FILE to the Triplets documentation. | Robert Schumacher | |
| 2018-06-16 | Added parameter to vcpkg_copy_pdbs.cmake (#3688) | martin-s | |
| * - Added paths argument to locate pdbs. * n/a * - fixed line endings. * [vcpkg-copy-pdbs] Tweak argument to replace patterns instead of adding patterns. Add slightly more detailed documentation. | |||
| 2018-06-12 | Make bootstrap.bat parameters match bootstrap.sh | Alexander Karatarakis | |
| 2018-06-11 | Fix slash | Alexander Karatarakis | |
| 2018-06-08 | Fix shell prefix | Alexander Karatarakis | |
| 2018-06-08 | Update doc | Alexander Karatarakis | |
| 2018-06-08 | Update documentation | Alexander Karatarakis | |
| 2018-05-28 | Fixed misspelling | Cleroth | |
| 2018-05-17 | [faq.md] Update with support for Linux/OSX. Fixes #3416. | Robert Schumacher | |
| 2018-05-16 | adding a blog link in the doc | Eric Mittelette | |
| 2018-05-01 | Clarify toolset numbers and Visual Studio versions (#3355) | Jozef Izso | |
| 2018-04-30 | [docs] Update docs | Robert Schumacher | |
