| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-18 | [freetype][harfbuzz] Fix static freetype dependency. | Robert Schumacher | |
| 2018-01-18 | Merge pull request #1993 from Barath-Kannan/qt5_modular | Robert Schumacher | |
| Qt5 modular | |||
| 2018-01-18 | [vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions. | Robert Schumacher | |
| 2018-01-18 | Generalise vcpkg_fixup_cmake_targets.cmake file to correctly detect dlib ↵ | Sean Warren | |
| debug files (#2574) | |||
| 2018-01-17 | [FetchDependency] Print out text when downloading/extracting | Alexander Karatarakis | |
| 2018-01-17 | [VcpkgPowershelUtils] Inline variable | Alexander Karatarakis | |
| 2018-01-17 | [powershell] Remove usages of BitsTransfer | Alexander Karatarakis | |
| 2018-01-17 | Merge branch 'master' into qt5_modular | Barath Kannan | |
| 2018-01-14 | [vcpkg_download_distfile] Change to refer _VCPKG_INTERNAL_NO_HASH_CHECK in ↵ | Cdec | |
| parameter check | |||
| 2018-01-06 | use proper symbol to build correct configuration | Stefano Sinigardi | |
| 2018-01-05 | [vcpkg-download-distfile] Regenerate docs and enable SKIP_SHA512 only in ↵ | Robert Schumacher | |
| unstable (head) mode | |||
| 2018-01-05 | [vcpkg] fix --head flag for github-based ports | Mikhail Paulyshka | |
| 2018-01-05 | Merge pull request #2218 from jasjuang/llvm | Robert Schumacher | |
| [llvm] add in clang and enable tools | |||
| 2018-01-03 | [vcpkg-fixup-cmake-targets] Add TARGET_PATH option | Robert Schumacher | |
| 2018-01-03 | Add preliminary support for arm-windows and arm64-windows triplets (#2371) | Jacek Blaszczynski | |
| * Add preliminary support for arm-windows and arm64-windows triplets Visual Studio 15.4 shipped with new VC tools targeting arm and arm64 for desktop. This change allows for recognition and usage of new triplets supporting arm and arm64 Windows desktop and server targets. * Remove unnecessary changes * Part 2 * Part 3 * Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise * Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets * Address code review feedback, clean libjpeg-turbo port.cmake * [libjpeg-turbo][tiff] Reduce changes to existing libraries. * [vcpkg-cmake] Simplify toolchain selection logic and improve comments | |||
| 2018-01-03 | [vcpkg-download-distfile] Fix #2426 | Robert Schumacher | |
| 2018-01-03 | Remove workaround for a bug in FindMPI.cmake that was introduced in cmake ↵ | Albert Ziegenhagel | |
| 3.10.0 and fixed in 3.10.1 | |||
| 2018-01-03 | Update cmake to 3.10.1 | Albert Ziegenhagel | |
| 2017-12-27 | resolve merge conflicts | Barath Kannan | |
| 2017-12-21 | [vcpkg-build-cmake] Build at IDLE priority. Try to detect out-of-memory ↵ | Robert Schumacher | |
| issues in the linker, and restart the build once. | |||
| 2017-12-21 | [vcpkg-download-distfile] Add input sanitization | Robert Schumacher | |
| 2017-12-19 | Fix find Boost when can not be found Boost that installed with Vcpkg (#2395) | Tsukasa Sugiura | |
| * Fix find Boost when can not be found Boost that installed with Vcpkg Fix find Boost when can not be found Boost that installed with Vcpkg. Re-find package Boost uisng user specified options. * Fix regex of generators Fix regex of generators. Add ending position. * Fix Save and Resore Boost_COMPILER * [vcpkg-cmake-integration] Expand saved boost variables | |||
| 2017-12-19 | [vcpkg-integrate-powershell] Fix $false bug. Fixes #2397. | Robert Schumacher | |
| 2017-12-12 | [powershell] Use \ instead of / for paths. Resolves #2358. Resolves #2361 | Alexander Karatarakis | |
| 2017-12-09 | [vcpkg-cmake-toolchain] Mark _VCPKG_ROOT_DIR as INTERNAL | Robert Schumacher | |
| 2017-12-09 | [tinyexif] add TinyEXIF library (#2221) | cDc | |
| 2017-12-08 | [vcpkg-cmake-toolchain] | Robert Schumacher | |
| Use list(APPEND) instead of set(). Fixes #2336. Fix MPI issue introduced in cmake 3.10. Fixes #2317. Add _VCPKG_ROOT_DIR to persisted variables to reduce disk access during cmake reconfigure. | |||
| 2017-12-08 | Improve vcpkgExtractFile. Also merge vcpkgRemoveDirectory/File | Alexander Karatarakis | |
| 2017-12-05 | Fix path to powershell.exe | Ilya Finkelshteyn | |
| https://github.com/Microsoft/vcpkg/issues/2299 | |||
| 2017-12-05 | [vcpkg-msbuild-integration] Address #2299 by using full path to powershell. | Robert Schumacher | |
| 2017-12-04 | Add `vcpkg integrate powershell` for tab completion | Alexander Karatarakis | |
| 2017-11-30 | Exit early if no VS is found | Alexander Karatarakis | |
| 2017-11-30 | [vcpkg] Add --x-xunit internal command to print installation results in a ↵ | Robert Schumacher | |
| VSTS friendly format. | |||
| 2017-11-28 | [vcpkg] Only default target triplet to windows if on windows | Robert Schumacher | |
| 2017-11-27 | Don't return $destinationDir | Alexander Karatarakis | |
| 2017-11-27 | Rework vcpkgExtractFile (powershell) | Alexander Karatarakis | |
| 2017-11-27 | [VcpkgPowershellUtils] Minor tweaks | Alexander Karatarakis | |
| 2017-11-26 | [cmake] update to 3.10.0 (#2236) | Mikhail Paulyshka | |
| 2017-11-26 | [fetchDependency[ Make parameter mandatory | Alexander Karatarakis | |
| 2017-11-26 | vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExists | Alexander Karatarakis | |
| 2017-11-25 | [vcpkg] Allow compilation inside WSL | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release | Robert Schumacher | |
| 2017-11-25 | Merge pull request #2250 from AndyM84/master | Robert Schumacher | |
| Adding UnitTest++ Port | |||
| 2017-11-25 | [vcpkg-from-github] Improve argument handling | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Improve external toolchain handling. | Robert Schumacher | |
| 2017-11-21 | Merge pull request #1752 from martin-s/patch-vs2013 | Robert Schumacher | |
| Added support for VS2013 build chain tools. | |||
| 2017-11-20 | [qt5] Reduce duplication in modular build by extracting qt5modularscripts | Robert Schumacher | |
| 2017-11-19 | Added SCONS to vcpkg_find_acquire_program | Frank Quinn | |
| See: http://scons.org I have a port I would like to submit which uses scons (which in turn uses the python interpreter already provided). This change makes SCONS usable for vcpkg_execute_required_process. | |||
| 2017-11-17 | [vcpkgExtractFile] Fix partial dir name. Special case 1-item zips | Alexander Karatarakis | |
| - If the zip contains a single item, pull that up a directory - If the zip contains multiple items, place that in a directory on of the same name as the zip | |||
| 2017-11-17 | Merge branch 'qt5_modular' of https://github.com/Barath-Kannan/vcpkg into ↵ | Robert Schumacher | |
| Barath-Kannan-qt5_modular | |||
