| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-04 | [bootstrap.ps1] Prefer 64bit toolset | Alexander Karatarakis | |
| 2018-09-04 | [vcpkg_extract_source_archive] Fix incorrect var usage in ↵ | Robert Schumacher | |
| vcpkg_extract_source_archive | |||
| 2018-09-04 | [vcpkg_extract_source_archive] Fix incorrect var usage in ↵ | Robert Schumacher | |
| vcpkg_extract_source_archive | |||
| 2018-09-04 | [GraphicsMagick] bug-fix: image files won't load (#4215) | David Ludwig | |
| * [GraphicsMagick] bug-fix: image files won't load GM (GraphicsMagick) was failing to load image files, notably PNG or JPEG images, as it was being compiled with support for 'GraphicsMagick Modules'. These are files with names specific to GM, and of the format, 'IM_*.dll'. vcpkg's install process was not setting these up. This patch makes sure that when GM is built, it embed's GM's own image-loading code into graphicsmagick.dll. * [vcpkg_extract_source_archive_ex] Add PATCHES argument * [openmesh] Use direct download instead of gitlab * [blaze] Use PATCHES argument * [graphicsmagick] Use vcpkg_extract_source_archive_ex | |||
| 2018-08-30 | [vcpkg] post-build cmake test (#3431) | Hiroshi Miura | |
| * [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name | |||
| 2018-08-30 | [vcpkg_download_distfile] Apply workaround from #3399 | Robert Schumacher | |
| 2018-08-29 | *Update Meson to 0.47.1. (#4155) | Mark Ian Holland | |
| *Fix acquire meson on Unix platforms. | |||
| 2018-08-22 | [blaze] Fix the SHA512 in the 'portfile.cmake' (#4138) | igl42 | |
| * [blaze] Fix the SHA512 in the 'portfile.cmake' * [blaze] Use commit SHA to avoid future tag movement. Fix patches. | |||
| 2018-08-22 | Fix aquire flex and bison when not on Windows (#4120) | Lars Ivar Hatledal | |
| * use find_program to locate flex and bison when not Windows * reset changes to thrift/portfile.cmake * fix aquire flex and bison on non win platforms * [vcpkg_find_acquire_program] Indentation and use CMAKE_HOST_WIN32 | |||
| 2018-08-15 | [folly] Do not use -Werror | Robert Schumacher | |
| 2018-08-11 | [vcpkg_from_github] Improve documentation to include PATCHES argument | Robert Schumacher | |
| 2018-08-10 | [openssl-unix] Fix for issue #4001 | Robert Schumacher | |
| [vcpkg_configure_cmake] Use the correct path separators for the current platform instead of assuming ; | |||
| 2018-08-08 | breakpad: Enable building the libbreakpad_client library (#4008) | Romain Pokrzywka | |
| * breakpad: Enable building the libbreakpad_client library That's the library that allows creating and uploading .dmp files when a program crashes. Use the same flags and setup as for libbreakpad, just note that this commit changes the installation folder for headers which was previously incorrect: The libbreakpad headers were installed in include/google_breakpad, but the correct path is include/breakpad/google_breakpad, and client headers go into include/breakpad/client/windows. * [breakpad] Install headers one directory higher * [breakpad] Switch to only build static libraries. Disable libbreakpad_client on non-windows due to additional work required. | |||
| 2018-08-08 | [docs] Fix GITLAB_INSTANCE-> GITLAB_URL | 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-17 | [vcpkg] Use -fPIC in all builds to enable mixing static libs with shared ↵ | Robert Schumacher | |
| objects. | |||
| 2018-07-08 | compatible with non-English version of Windows (#3866) | Zepp | |
| 2018-07-05 | Merge pull request #3496 from skogler/master | Alexander Karatarakis | |
| Add vcpkg_from_gitlab and update OpenMesh to 7.0 using the new function. | |||
| 2018-07-03 | [3fd] Initial port of 3FD project (#3811) | Felipe Aburaya | |
| * [2fd] Initial port of 3FD project * [3fd] Fix 2017 builds. Enable static builds in dynamic triplets. Improve vcpkg_build_msbuild(). | |||
| 2018-07-03 | Make locating the Android NDK configurable (#3754) | Simon Hausmann | |
| Prefer an environment variable and fall back to the previous path if not set. | |||
| 2018-07-03 | Fix misspelled configuration name (#3786) | MikeGitb | |
| 2018-06-28 | [cmake] Include cmake version to abi-tag. Update to 3.11.4. | Alexander Karatarakis | |
| 2018-06-26 | [vcpkg] Reduce verbosity when building ports. Reduce cleaning requirements ↵ | Robert Schumacher | |
| for packages\ directory. | |||
| 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-13 | Win7 compat. Fail if 64-bit requested on 32-bit machine | Alexander Karatarakis | |
| 2018-06-13 | [bootstrap.ps1] Add option for building 64-bit vcpkg.exe | Alexander Karatarakis | |
| 2018-06-12 | Make bootstrap.bat parameters match bootstrap.sh | Alexander Karatarakis | |
| 2018-06-11 | Improve disableMetrics propagation when consuming CMakeLists directly | Alexander Karatarakis | |
| 2018-06-08 | Add -disableMetrics for linux | Alexander Karatarakis | |
| 2018-06-08 | [bootstrap] Add option to specify WinSDK | Alexander Karatarakis | |
| 2018-06-04 | Remove debug line | Alexander Karatarakis | |
| 2018-06-04 | "Release"->"release" to avoid case-sensitivity issues | Alexander Karatarakis | |
| Fixes #3641 | |||
| 2018-05-30 | Update git to 2.17.1 (security fix) | Alexander Karatarakis | |
| 2018-05-30 | Fix toolchain for linux | Alexander Karatarakis | |
| 2018-05-19 | [ps1] Move variable close to where it is set | Alexander Karatarakis | |
| 2018-05-19 | Rename ps1 file | Alexander Karatarakis | |
| 2018-05-19 | Remove unused internalCI.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Inline variable | Alexander Karatarakis | |
| 2018-05-19 | [bootstrap.ps1] Remove unneeded <sol> <eol> | Alexander Karatarakis | |
| it was used for communication with vcpkg | |||
| 2018-05-19 | Remove stray entries | Alexander Karatarakis | |
| 2018-05-19 | Merge VcpkgPowershellUtils into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getVisualStudioInstances into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | Merge getWindowsSDK into bootstrap.ps1 | Alexander Karatarakis | |
| 2018-05-19 | [vcpkg_get_windows_sdk] Don't call powershell. Deduce from env | Alexander Karatarakis | |
| 2018-05-17 | Merge pull request #3522 from KindDragon/openexr-linux | Alexander Karatarakis | |
| [openexr] Fix linux build | |||
| 2018-05-16 | [ps1] Fix error when vs140comntools is not available | Alexander Karatarakis | |
| 2018-05-16 | [ps1] Add missing "include" | Alexander Karatarakis | |
| 2018-05-16 | [openexr] Fix linux build | Arkady Shapkin | |
| 2018-05-15 | [vcpkg] Significantly reduce usage of powershell. Reduce console font ↵ | Alexander Karatarakis | |
| switching bug | |||
| 2018-05-16 | [bootstrap.sh] Fix whitespace-in-path issues | Alexander Karatarakis | |
