| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-08 | [qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder. | Robert Schumacher | |
| 2018-02-07 | Merge branch 'master' of https://github.com/Microsoft/vcpkg | Robert Schumacher | |
| 2018-02-07 | [vcpkgInvokeCommandClean] Don't use -encodedCommand. | Alexander Karatarakis | |
| Instead, use -Command with the appropriate number of escaped quotes (which ended up being 3) | |||
| 2018-02-07 | Merge findFileRecursivelyUp into VcpkgPowershellUtils | Alexander Karatarakis | |
| 2018-02-07 | [vtk] Fix breaking change in find_package(HDF5) | Robert Schumacher | |
| 2018-02-07 | [curl] Add nghttp2.lib to dependencies of curl | Robert Schumacher | |
| 2018-02-07 | [vcpkg-configure-cmake] Use ninja to configure in parallel (#2712) | Robert Schumacher | |
| 2018-02-06 | vcpkgRemoveItem: nullcheck | Alexander Karatarakis | |
| 2018-02-06 | Fix for Issue #2729 | Neil McNeight | |
| Allows PowerShell to change the name of the downloaded directory correctly. | |||
| 2018-02-05 | [hdf5] Always use config mode for HDF5 | Robert Schumacher | |
| 2018-01-31 | [vcpkg-from-bitbucket] Fix HEAD builds. Fixes #2696. | Robert Schumacher | |
| 2018-01-30 | Add vcpkgFormatElapsedTime in powershell side | Alexander Karatarakis | |
| 2018-01-27 | [ClearEnvironment] Fix registry comments | Alexander Karatarakis | |
| 2018-01-25 | Add -NoProfile and -ExecutionPolicy Bypass in powershell call | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Fix whitespace issue | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Specify full path for dirs.proj | Alexander Karatarakis | |
| 2018-01-25 | [bootstrap] Exit fast(er) if msbuild fails | Alexander Karatarakis | |
| 2018-01-25 | VcpkgInvokeCommand: return the error code | Alexander Karatarakis | |
| 2018-01-25 | VcpkgInvokeCommand: remove paramter $wait | Alexander Karatarakis | |
| 2018-01-24 | Don't expand variable | Alexander Karatarakis | |
| 2018-01-23 | [vswhere] Update to 2.3.2 | Alexander Karatarakis | |
| 2018-01-23 | [bootstrap] Build vcpkg in a clean environment | Alexander Karatarakis | |
| 2018-01-23 | $script:MyInvocation.MyCommand.Definition | Alexander Karatarakis | |
| It works also in cases where scripts/functions are calling each other. Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function. With the prefix, it always yields the directory of the script | |||
| 2018-01-23 | vcpkgInvokeCommand(): Add -NoNewWindows flag | Alexander Karatarakis | |
| 2018-01-23 | [bootstrap] Extract arguments in variable | Alexander Karatarakis | |
| 2018-01-23 | Update CMake to 3.10.2 | Alexander Karatarakis | |
| 2018-01-23 | Don't print "downloading..." if file is already downloaded | Alexander Karatarakis | |
| 2018-01-23 | Fix OpenNI2 deploy (#2627) | Tsukasa Sugiura | |
| * Fix OpenNI2 deploy Fix to deploy initialization file and drivers. * [openni2] Adjusting deployopenni2.ps1 paths * Fix Create Directory of OpenNI2 Drivers Fix create directory of OpenNI2 drivers. * Fix Deploy Script Path Fix deploy script path. | |||
| 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 | |||
