| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-16 | Use temp-and-rename pattern for extracting | Alexander Karatarakis | |
| 2017-11-15 | Introduce VcpkgPowershellUtils | Alexander Karatarakis | |
| 2017-11-15 | [tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix ↵ | Robert Schumacher | |
| static linking. | |||
| 2017-11-15 | [llvm] Install debug targets for cmake | Robert Schumacher | |
| 2017-11-15 | [leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should ↵ | Robert Schumacher | |
| use TIFF_LIBRARIES. | |||
| 2017-11-13 | [vcpkg-metrics] Replace SQM with MAC hash. | Robert Schumacher | |
| 2017-11-10 | [vcpkg-toolchain] Fix find_package detection of Boost. Fixes #2130. | Robert Schumacher | |
| 2017-11-09 | Use Push-Location/Pop-Location instead of pushd/popd | Alexander Karatarakis | |
| 2017-11-09 | Rename $explicitlyRequestedVSPath to $withVSPath | Alexander Karatarakis | |
| 2017-11-09 | [bootstrap.ps1] Add option to specify VS path | Alexander Karatarakis | |
| 2017-11-09 | Make parameter mandatory | Alexander Karatarakis | |
| 2017-11-09 | Fix SHA-256 name | Alexander Karatarakis | |
| 2017-11-08 | [vcpkg-build-msbuild] Update examples. | Robert Schumacher | |
| 2017-11-07 | [vcpkg_from_github] Handle '/' in REFs. Fixes #2141. | Robert Schumacher | |
| 2017-11-06 | Merge pull request #2139 from UnaNancyOwen/fix_buildsystems | Robert Schumacher | |
| Reset settings to find boost libraries | |||
| 2017-11-05 | [Get-(File)Hash] Use namespaces and add Pscx check | Alexander Karatarakis | |
| 2017-11-05 | [Expand-Archive] Use namespaces to distringuish Powershell 5's and PSCX's | Alexander Karatarakis | |
| 2017-11-06 | Reset settings to find boost libraries | Tsukasa Sugiura | |
| Reset the settings to find the boost libraries that installed by vcpkg. vcpkg will always rename to Boost libraries name that able to be find with default settings of FindBoost.cmake. | |||
| 2017-11-04 | [vcpkg-msbuild-integration] Output warning when configuration is not ↵ | Robert Schumacher | |
| determinable. Add special cases for RelWithDebInfo and MinSizeRel. | |||
| 2017-11-03 | [cmake] Update to 3.9.5 (was 3.9.4) | Alexander Karatarakis | |
| 2017-11-03 | [vswhere] Update to 2.2.11 (was 2.2.7) | Alexander Karatarakis | |
| 2017-11-03 | [fetchDependency.ps1] Improve error message on hash mismatch | Alexander Karatarakis | |
| 2017-11-03 | [fetchDependendy.ps1] Remove obsolete comment | Alexander Karatarakis | |
| 2017-11-03 | Use download-at-temp-and-rename pattern in powershell too | Alexander Karatarakis | |
| 2017-11-03 | [ports.cmake] Use vcpkg_download_distfile() | Alexander Karatarakis | |
| 2017-11-03 | [vcpkg_from_bitbucket] Use vcpkg_download_distfile() | Alexander Karatarakis | |
| 2017-11-03 | vcpkg_from_github] Use vcpkg_download_distfile() | Alexander Karatarakis | |
| 2017-11-03 | [vcpkg_acquire_msys] Use vcpkg_download_distfile() | Alexander Karatarakis | |
| 2017-11-03 | [downloads] Don't show progress by default | Alexander Karatarakis | |
| 2017-11-03 | Remove vcpkg_acquire_depot_tools | Alexander Karatarakis | |
| 2017-11-03 | [vcpkg_find_acquire_program] Use vcpkg_download_distfile() | Alexander Karatarakis | |
| 2017-11-03 | [vcpkg_download_distfile] Now downloads in a temp dir and rename to the ↵ | Alexander Karatarakis | |
| target location | |||
| 2017-11-01 | [blaze] Fix remaining stray _INVALID_ROOT_ | Robert Schumacher | |
| 2017-11-01 | [poco] build with MySQL support (#2088) | James Chang | |
| * [poco] build with MySQL support Set proper variables to enable MySQL support if libmysql port is installed * [poco] Move Mysql support to a feature. Enable CMake config files. | |||
| 2017-10-31 | [bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure. | Robert Schumacher | |
| 2017-10-31 | [git] Update to 2.15.0 (was 2.14.3) | Alexander Karatarakis | |
| 2017-10-31 | [fetchDependency] Now also returns output in the form <sol>data<eol> | Alexander Karatarakis | |
| 2017-10-31 | [findVSInstances] Data lines are now placed within <sol><eol> tags. Text ↵ | Alexander Karatarakis | |
| outside these tags is ignored This means we can print text in powershell now and it won't break vcpkg. | |||
| 2017-10-31 | Fix proxy usage in Win7 (powershell 2.0) | Alexander Karatarakis | |
| 2017-10-27 | [git] Update to 2.14.3 (was 2.14.2.3) | Alexander Karatarakis | |
| 2017-10-27 | [fetchDependency] Fix compat with Powershell 2 | Alexander Karatarakis | |
| 2017-10-26 | [blaze] Add dependencies and install *-config.cmake files. | Robert Schumacher | |
| 2017-10-25 | Merge pull request #2034 from seanwarren/trim-sdk-version-string | Robert Schumacher | |
| Remove non-numeric characters from Windows SDK version string | |||
| 2017-10-24 | [InternalCI.ps1] Fix error when buildtrees/ does not exist | Alexander Karatarakis | |
| 2017-10-23 | Merge pull request #1972 from jasjuang/cgal | Robert Schumacher | |
| new port: cgal | |||
| 2017-10-23 | Remove non-numeric characters from Windows SDK version string | Sean Warren | |
| See issue #1836, #2019 | |||
| 2017-10-19 | Do not depend on newlines when getting output from powershell | Alexander Karatarakis | |
| 2017-10-19 | [grpc] Fix absolute paths in installed cmake files. | Robert Schumacher | |
