aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildsystems
AgeCommit message (Collapse)Author
2017-12-19Fix find Boost when can not be found Boost that installed with Vcpkg (#2395)Tsukasa Sugiura
* Fix find Boost when can not be found Boost that installed with Vcpkg Fix find Boost when can not be found Boost that installed with Vcpkg. Re-find package Boost uisng user specified options. * Fix regex of generators Fix regex of generators. Add ending position. * Fix Save and Resore Boost_COMPILER * [vcpkg-cmake-integration] Expand saved boost variables
2017-12-09[vcpkg-cmake-toolchain] Mark _VCPKG_ROOT_DIR as INTERNALRobert Schumacher
2017-12-09[tinyexif] add TinyEXIF library (#2221)cDc
2017-12-08[vcpkg-cmake-toolchain]Robert Schumacher
Use list(APPEND) instead of set(). Fixes #2336. Fix MPI issue introduced in cmake 3.10. Fixes #2317. Add _VCPKG_ROOT_DIR to persisted variables to reduce disk access during cmake reconfigure.
2017-12-05Fix path to powershell.exeIlya Finkelshteyn
https://github.com/Microsoft/vcpkg/issues/2299
2017-12-05[vcpkg-msbuild-integration] Address #2299 by using full path to powershell.Robert Schumacher
2017-11-28[vcpkg] Only default target triplet to windows if on windowsRobert Schumacher
2017-11-25[vcpkg] Allow compilation inside WSLRobert Schumacher
2017-11-25[vcpkg] Improve external toolchain handling.Robert Schumacher
2017-11-15[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix ↵Robert Schumacher
static linking.
2017-11-15[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should ↵Robert Schumacher
use TIFF_LIBRARIES.
2017-11-10[vcpkg-toolchain] Fix find_package detection of Boost. Fixes #2130.Robert Schumacher
2017-11-06Reset settings to find boost librariesTsukasa Sugiura
Reset the settings to find the boost libraries that installed by vcpkg. vcpkg will always rename to Boost libraries name that able to be find with default settings of FindBoost.cmake.
2017-11-04[vcpkg-msbuild-integration] Output warning when configuration is not ↵Robert Schumacher
determinable. Add special cases for RelWithDebInfo and MinSizeRel.
2017-10-16[vcpkg-toolchain] Improvements; add VCPKG_CHAINLOAD_TOOLCHAIN_FILERobert Schumacher
2017-08-12Enable tolerance for similar configurationspaercebal
2017-07-28[vcpkg] Hotfix for 63454f6189.Robert Schumacher
2017-07-28[vcpkg-cmake] Always search for dynamic boost librariesRobert Schumacher
2017-07-13[vcpkg-applocal] Recurse into other binaries. Fixes #1435.Robert Schumacher
2017-06-30[angle] Add preliminary UWP supportRobert Schumacher
2017-06-09[vcpkg-cmake] Add tools subdirectories to the find programs path. Improves ↵Robert Schumacher
#1143.
2017-05-28[vcpkg-toolchain] Compare CMAKE_SYSTEM_NAME, not WINDOWS_STORE. Fixes #1179.Robert Schumacher
2017-05-01[vcpkg-toolchain] When using the Vcpkg toolchain, do not also include the ↵Robert Schumacher
user-wide property sheet.
2017-04-25[vcpkg-applocal] Ensure log for copied DLLs is created, even when no DLLs ↵Robert Schumacher
are copied. This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
2017-04-24[vcpkg-toolchain] Add more CMAKE_SYSTEM_IGNORE_PATHs to suppress usage of ↵Robert Schumacher
system-wide openssl
2017-04-20[vcpkg.cmake] Detect .vcpkg-rootAlexander Karatarakis
2017-04-11[vcpkg-msbuild] Fix line wrapping bug on Win7.Robert Schumacher
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings. The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost.
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-07Fix issue 556: need setup include path for rc.exe (wtl fails to build)Wei Mao
2017-04-06[vcpkg-cmake] Use Bypass to avoid mark-of-the-web issues in cmake toolchain.Robert Schumacher
2017-03-31[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.Robert Schumacher
2017-03-31[applocal.ps1] Refactor out binary deploymentRobert Schumacher
2017-03-31[applocal.ps1] Keep global set of searched binaries and avoid excessive ↵Robert Schumacher
recursion.
2017-03-28[vcpkg.cmake] handle alias executable targetscodicodi
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-02-02[vcpkg] Override Boost_COMPILER setting for all packages and toolchain to ↵Robert Schumacher
enable mixing VS2015 and VS2017
2017-01-31[vcpkg-msbuild] Add troubleshooting message to MSBuild projects with ↵Robert Schumacher
Importance=Normal
2017-01-24[vcpkg integrate] Exit silently if target cannot be found.Robert Schumacher
2017-01-23[vcpkg integrate] Lower verbosity of MSBuild messages.Robert Schumacher
2017-01-19Fix integration when $(Platform) is emptyAlexander Karatarakis
2017-01-13[vcpkg integration] Explicitly skip empty entries instead of recursing. ↵Robert Schumacher
Fixes #460.
2016-12-23Copy DLLs before attempting to regsvr32.Christian Ullrich
2016-12-23Copy DLLs for all project types.Christian Ullrich
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
2016-12-03[vcpkg] Remove automatic include paths and link paths from CMake toolchain. ↵Robert Schumacher
It is customary to use find_X() in CMake, so automatic paths are not needed.
2016-12-02fixed vcpkg trying to set properties on INTERFACE and ALIAS targetsCharlie Barto
2016-11-26[vcpkg.cmake] Add `lib` and `lib/manual-link` to CMake's default link ↵Robert Schumacher
directories when using our toolchain.
2016-11-25[vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress ↵Robert Schumacher
integration via MSBuild when using CMake. Add lib\ and lib\manual-link\ to additional library paths. [gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out. Addresses #306.
2016-11-19add support for VS 2017Charlie Barto
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ↵charlie barto
things work with VS '15' if you manually specify the triplet