aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
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
2017-02-03Add Ninja supportcodicodi
2017-02-02[vcpkg] Override Boost_COMPILER setting for all packages and toolchain to ↵Robert Schumacher
enable mixing VS2015 and VS2017
2017-02-01[vcpkg] Add /MP to base compilation flags, enabling parallel builds.Robert Schumacher
2017-02-01Download 32-bit perl instead of 64-bit. Resolves #620Alexander Karatarakis
2017-01-25[vcpkg_copy_pdbs] Force output to be in en-us. Resolves #587Alexander Karatarakis
2017-01-24[vcpkg] Add user-facing notification to prompt rebuilding vcpkg.exe in face ↵Robert Schumacher
of cmake changes.
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-19Merge pull request #529 from codicodi/add-glibRobert Schumacher
Add glib
2017-01-13[vcpkg_build/install_cmake] Add option to disable parallel buildingAlexander Karatarakis
2017-01-14[glib] toooolscodicodi
2017-01-14Revert "[glib] use win_iconv and add subdir for tools"codicodi
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
2017-01-13[vcpkg_build_cmake] Add option to specify the 64-bit toolsetAlexander Karatarakis
2017-01-14[glib] use win_iconv and add subdir for toolscodicodi
2017-01-11[7zip] Also consider the system version, if availableAlexander Karatarakis
2017-01-11Add glibcodicodi
2017-01-11Acquire 7zAlbert 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-10Fix error message when looking for PYTHON2Alexander Karatarakis
2017-01-06[vcpkg_apply_pathces] Fix typo (also trailing whitespace)Alexander Karatarakis
2017-01-05cmake: add qmake-related helpers functionSilvio