| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-11 | [7zip] Also consider the system version, if available | Alexander Karatarakis | |
| 2017-01-11 | Acquire 7z | Albert Ziegenhagel | |
| Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32) | |||
| 2017-01-10 | Fix error message when looking for PYTHON2 | Alexander Karatarakis | |
| 2017-01-06 | [vcpkg_apply_pathces] Fix typo (also trailing whitespace) | Alexander Karatarakis | |
| 2017-01-05 | cmake: add qmake-related helpers function | Silvio | |
| 2017-01-05 | vcpkg_apply_patches: add QUIET option | Silvio | |
| 2016-12-07 | [vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use ↵ | Robert Schumacher | |
| VCPKG_CMAKE_SYSTEM_NAME instead. | |||
| 2016-12-06 | [vcpkg] Disable all interactions with CMake registry -- we are effectively ↵ | Robert Schumacher | |
| implementing our own registry and they don't nest very well at all. Fixes #334. | |||
| 2016-11-28 | Move PYTHON2 "acquisition" to vcpkg_find_acquire_program | Alexander Karatarakis | |
| 2016-11-10 | Merge pull request #273 from Morten242/multithreaded_install | Robert Schumacher | |
| Add /m switch to vcpkg_install_cmake | |||
| 2016-11-11 | Add /m switch to vcpkg_install_cmake | Mårten Nordheim | |
| (https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259839046) | |||
| 2016-11-11 | Add /m switch to vcpkg_build_msbuild.cmake | Mårten Nordheim | |
| (https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259018977) | |||
| 2016-11-07 | Merge branch 'qt5-add' of https://github.com/Barath-Kannan/vcpkg into ↵ | Robert Schumacher | |
| Barath-Kannan-qt5-add | |||
| 2016-11-02 | [vcpkg-apply-patches] Correct issue with src directories which contain a ↵ | Robert Schumacher | |
| config\ folder. Reduce verbosity of output. | |||
| 2016-11-01 | made some qt5 fixes | Charles Barto | |
| 2016-10-31 | [vcpkg_configure_cmake] Fix C_FLAGS | Alexander Karatarakis | |
| 2016-10-31 | [vcpkg_copy_pdbs] Branch on dynamic/static. Resolves #224 | Alexander Karatarakis | |
| 2016-10-25 | incorrect error file variable | Barath Kannan | |
| 2016-10-25 | need a function to repeatedly build up to a number of failures, since qt ↵ | Barath Kannan | |
| builds are so flaky | |||
| 2016-10-24 | [vcpkg_apply_patches] Improve error message from failed patch apply. | Robert Schumacher | |
| 2016-10-25 | static linkage and jom fixes | Barath Kannan | |
| 2016-10-24 | [vcpkg_apply_patches] Specify git-dir to avoid errors due to invalid git repo | Robert Schumacher | |
| 2016-10-25 | add qt5 support, working install but static linkage with RT needs to be ↵ | Barath Kannan | |
| implemented | |||
| 2016-10-20 | Add two spaces in front of message() to fix formatting | Alexander Karatarakis | |
| In Warning or Error, indented text is considered preformatted. Otherwise CMake tries to format it itself, and there are issues with whitespace in the path | |||
| 2016-10-18 | [vcpkg_apply_patches] Print that patch applying failed instead of | Alexander Karatarakis | |
| FATAL_ERROR | |||
| 2016-10-18 | [vcpkg_apply_patches] Also print working dir | Alexander Karatarakis | |
| 2016-10-18 | Merge branch 'master' of https://github.com/Microsoft/vcpkg | Alexander Karatarakis | |
| 2016-10-18 | [vcpkg_apply_patches] Check if patch was properly applied | Alexander Karatarakis | |
| 2016-10-18 | added static support to glbinding | Charles Barto | |
| changed glbinding to support new configure | |||
| 2016-10-11 | [vcpkg] Force compiler character set to UTF-8. Fixes #141. | Robert Schumacher | |
| 2016-10-11 | [vcpkg] Tweak default compiler flags to match the VS new project defaults ↵ | Robert Schumacher | |
| where appropriate | |||
| 2016-10-11 | Merge branch 'release-pdbs' | Robert Schumacher | |
| 2016-10-07 | Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with values | Alexander Karatarakis | |
| dynamic or static | |||
| 2016-10-07 | [vcpkg] Change CMake build flags to enable pdbs in Release | Robert Schumacher | |
| 2016-10-06 | Forward triplet options to default CMAKE variables | Alexander Karatarakis | |
| 2016-10-03 | [vcpkg] Fix UWP regression introduced with ac2e248e8f. Fixes #111 | Robert Schumacher | |
| 2016-10-03 | [ace] Minor cleanup after PR #108 | Robert Schumacher | |
| 2016-10-02 | Fix space/tabs typo | Silvio | |
| 2016-10-02 | Add platform option to vcpkg_build_msbuild | Silvio | |
| Also added documentation for the platform option and the rest of the function | |||
| 2016-09-29 | [vcpkg] Add extract destination argument to vcpkg_extract_source_archive | Robert Schumacher | |
| 2016-09-27 | Merge branch 'master' of https://github.com/microsoft/vcpkg | Robert Schumacher | |
| 2016-09-27 | [vcpkg] Enable multicore builds by default. | Robert Schumacher | |
| 2016-09-25 | Used a function to check file integrity | Ninetainedo | |
| 2016-09-25 | Link to "issues" instead of "new issue" | Ninetainedo | |
| 2016-09-25 | Display status on download error | Ninetainedo | |
| 2016-09-25 | Added spaces between brackets for double clicking | Ninetainedo | |
| 2016-09-25 | URL and MIRRORS are now URLS | Ninetainedo | |
| Updated all portfiles accordingly. | |||
| 2016-09-24 | Updated vcpkg_download_distfile.cmake to handle MIRRORS. Also updated the ↵ | Ninetainedo | |
| HASH errors to match the CMake formatting (easier to read) | |||
| 2016-09-22 | Replaced everything concerning MD5 with SHA512 | Ninetainedo | |
| 2016-09-20 | Add stamp file for extracted archives. | Robert Schumacher | |
| This enables multiple archives to be correctly expanded into the same build tree. Previously, the second archive will detect as being already extracted since 'src' exists. | |||
