aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
AgeCommit message (Collapse)Author
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
2017-01-05vcpkg_apply_patches: add QUIET optionSilvio
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-28Move PYTHON2 "acquisition" to vcpkg_find_acquire_programAlexander Karatarakis
2016-11-10Merge pull request #273 from Morten242/multithreaded_installRobert Schumacher
Add /m switch to vcpkg_install_cmake
2016-11-11Add /m switch to vcpkg_install_cmakeMårten Nordheim
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259839046)
2016-11-11Add /m switch to vcpkg_build_msbuild.cmakeMårten Nordheim
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259018977)
2016-11-07Merge 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-01made some qt5 fixesCharles Barto
2016-10-31[vcpkg_configure_cmake] Fix C_FLAGSAlexander Karatarakis
2016-10-31[vcpkg_copy_pdbs] Branch on dynamic/static. Resolves #224Alexander Karatarakis