aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
2017-05-29Add default path of 64-bit python as installed by MSVS2017Bagong
2017-05-29Correct path bison/flex add ruby 2.4.1 and gperf 3.0.1Bagong
2017-05-28[vcpkg-docs] Rework documentation for compatibility with readthedocs.io and ↵Robert Schumacher
MkDocs.
2017-05-25Remove unintuitive naming in vcpkg_find_acquire_programatkawa7
2017-05-25Added Flex and Bison to vcpkg_find_acquire_programatkawa7
2017-05-22[rttr] initial commit of version 0.9.5Daniel Shaw
2017-05-14Merge pull request #1078 from KindDragon/grpcRobert Schumacher
Grpc 1.3.1
2017-05-11[c-ares] Initial commit for c-ares libraryArkadiy Shapkin
vcpkg_fixup_cmake_targets() support CONFIG_PATH parameter
2017-05-10[libepoxy] update to 1.4.2codicodi
2017-05-06[grpc] Use vcpkg_fixup_cmake_targets() and improve file layout.Robert Schumacher
2017-05-03Merge pull request #1020 from muemart/fix_archRobert Schumacher
Fix processor architecture detection
2017-05-03Fix processor architecture detectionMartin Müller
2017-05-03[vcpkg] Add support for installing from HEADRobert Schumacher
2017-04-25[vcpkg-acquire-msys] PROCESSOR_ARCHITEW6432=AMD64, not x64Robert Schumacher
2017-04-24Merge branch 'x86-disable-ninja'Robert Schumacher
2017-04-24[vcpkg-acquire-msys] Enable side-by-side of x86 and x64 msys.Robert Schumacher
2017-04-24Fix missing parenthesisİsmail Dönmez
2017-04-24Use msys64 on 64bit systemsİsmail Dönmez
2017-04-23[vcpkg] Ninja is only 64-bit; do not use on x86Robert Schumacher
2017-04-08[vcpkg] Switch several usages of -ExecutionPolicy Unrestricted to Bypass to ↵Robert Schumacher
avoid failures due to Mark Of The Web
2017-04-01[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.Robert Schumacher
2017-03-31[vcpkg] Fix regression introduced in 8dc2699e5d. Fixes #873. Fixes #871. ↵Robert Schumacher
Fixes #874. Fixes #876. When using the toolchain file, VCPKG_TARGET_TRIPLET was not specified, which resulted in all libraries being built against x86-windows.
2017-03-28[vcpkg-configure-cmake] Rely on toolchain to provide CMAKE_PREFIX_PATHRobert Schumacher
2017-03-21[vcpkg-toolchain] Automatically detect Windows SDK version.Robert Schumacher
2017-03-21[vcpkg-configure-cmake] Use toolchain in internal builds.Robert Schumacher
2017-03-20[vcpkg-qmake] Tidy qmake-based builds. Search for qmake.exe inside tools.Robert Schumacher
2017-03-15Use -NoProfile when calling powershellAlexander Karatarakis
2017-03-15Fix vcpkg_get_windows_sdk.cmake to properly handle space in pathAlexander Karatarakis
2017-03-14Merge pull request #790 from Mixaill/msbuild-platformtoolsetRobert Schumacher
vcpkg_build_msbuild: add PLATFORM_TOOLSET property
2017-03-14vcpkg_configure_cmake: fix ARM configuringMikhail Paulyshka
2017-03-14vcpkg_build_msbuild: add PLATFORM_TOOLSET propertyMikhail Paulyshka
2017-03-13[vcpkg_build_msbuild] Perform a full rebuild by default.Robert Schumacher
2017-03-13[vcpkg_build_msbuild] Default to overriding WinSDK versionRobert Schumacher
2017-03-12vcpkg_build_msbuild: add TARGET_PLATFORM_VERSION propertyMikhail Paulyshka
2017-03-06[vcpkg-configure-cmake] Alwasy set CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP to ↵Robert Schumacher
TRUE
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher
2017-02-24Improve functions that detect ProgramFiles in CMakeAlexander Karatarakis
2017-02-23[vcpkg] Force JOM to be updated to 1.1.2Robert Schumacher
2017-02-21[opengl] Add -ExecutionPolicy Bypass when invoking powershell as a childRobert Schumacher
process.
2017-02-21[find/acquire python] Update to v1.1.2 from v1.1.1Alexander Karatarakis
2017-02-21[find/acquire python] Use 32-bit versions and bump to latest patch versionAlexander Karatarakis
2017-02-21Add vcpkg_get_windows_sdk.cmakeAlexander Karatarakis
2017-02-21Allow to use git.cmd in addition to git.exepravic
In respect of #682 and https://cmake.org/Bug/bug_relationship_graph.php?bug_id=9879.
2017-02-14Fix download of nasm. Resolves libjpeg-turbo build errorAlexander Karatarakis
2017-02-14Add functions to find Program Files folders on the CMake sideAlexander Karatarakis
2017-02-09tabs to spacescodicodi
2017-02-09add libepoxycodicodi
2017-02-08Reorder path alterations to generally append instead of prepend.Robert Schumacher
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08Merge branch 'master' into codicodi-ninja-supportRobert Schumacher
2017-02-03[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.Robert Schumacher