aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
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-03[vcpkg_from_bitbucket] Use vcpkg_download_distfile()Alexander Karatarakis
2017-11-03vcpkg_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 defaultAlexander Karatarakis
2017-11-03Remove vcpkg_acquire_depot_toolsAlexander 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-26[blaze] Add dependencies and install *-config.cmake files.Robert Schumacher
2017-10-25Merge pull request #2034 from seanwarren/trim-sdk-version-stringRobert Schumacher
Remove non-numeric characters from Windows SDK version string
2017-10-23Merge pull request #1972 from jasjuang/cgalRobert Schumacher
new port: cgal
2017-10-23Remove non-numeric characters from Windows SDK version stringSean Warren
See issue #1836, #2019
2017-10-19[grpc] Fix absolute paths in installed cmake files.Robert Schumacher
2017-10-18Update Meson to 0.43.0bahaki386
Upedate Meson to 0.43.0. It will fix Issue #2006.
2017-10-16[ninja] Update to 1.8.2Alexander Karatarakis
2017-10-16[vcpkg-toolchain] Improvements; add VCPKG_CHAINLOAD_TOOLCHAIN_FILERobert Schumacher
2017-10-13new port: cgaljasjuang
2017-10-12[vcpkg-scripts] Hotpatch revert changes to vcpkg_find_acquire_program.cmake.Robert Schumacher
2017-10-12Merge pull request #1870 from Mixaill/arm64Robert Schumacher
[vcpkg] ARM64 support
2017-10-12[vcpkg-scripts] Remove double expansionsRobert Schumacher
2017-10-12vcpkg: initial ARM64 supportMikhail Paulyshka
2017-10-05Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfixRobert Schumacher
Fix for BUILD_ARGS being always added in non ninja build (vcpkg_build_cmake,vcpkg_install_cmake)
2017-10-05[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.Robert Schumacher
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-02Merge pull request #1904 from UnaNancyOwen/add_wixRobert Schumacher
Add Dark support
2017-10-03Add Dark supportTsukasa Sugiura
Add Dark support to vcpkg_find_acquire_program().
2017-09-25Fix for BUILD_ARGS being always added in non ninja buildglachancecmaisonneuve
2017-09-17find_acquire_program fix for python2glachancecmaisonneuve
python2 version bump
2017-09-12Update to latest python 3.5 patchJared Szechy
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-30Add CMake function vcpkg_from_bitbucketFabien Péan
2017-08-22Fix vcpkg_acquire_msysAlexander Karatarakis
2017-08-02[vcpkg-find-acquire-program] Restore strawberry perl to satisfy ↵Robert Schumacher
openssl:x64-windows
2017-08-01[openssl][vcpkg_find_acquire_program] Use msys to provide perl for ↵Robert Schumacher
vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly.
2017-08-01[openssl] Fix error in msys call to perform the perl installation.Robert Schumacher
2017-07-31[openssl] Switch to msys2 as a perl provider due to strawberryperl being down.Robert Schumacher
2017-07-18[vcpkg-from-github] Improve documentation (#1457)Robert Schumacher
2017-07-11[vcpkg-toolchain] Add INPUT_FILE NUL. Fixes #1431.Robert Schumacher
2017-07-08[cereal] Portfile fixArkady Shapkin
2017-06-27[vcpkg-fixup-cmake-targets] Fix bug when port has no unused cmake config files.Robert Schumacher
2017-06-21Merge pull request #1310 from khouzam/ffmpeg-uwpRobert Schumacher
Adding support for FFmpeg in UWP.
2017-06-20Merge pull request #1299 from atkawa7/janssonRobert Schumacher
[jansson] new port required by nghttp2 #1122
2017-06-20[jansson] Enable cmake scriptsRobert Schumacher
2017-06-20[vcpkg-fixup-cmake-targets][glm] Upgrade GLM. Move cmake fixup logic into ↵Robert Schumacher
helper script.
2017-06-19Adding support for FFmpeg in UWP.Gilles Khouzam
Adding support to download gas-preprocessor as an acquire_program. Update all packages for msys2 Download perl and gcc for ARM assembly in ffmpeg.
2017-06-07Merge pull request #1216 from atkawa7/patch-1Robert Schumacher
Acquire chromium depot tools
2017-06-06stop cmake build on a failed downloadatkawa7
2017-06-05Merge pull request #1195 from danielshaw42/compiler_flagsDaniel Shaw
Add support for compiler flags