Robert Schumacher
7f9ca12c4c
[vcpkg-download-distfile] Fix #2426
2018-01-03 14:30:30 -08:00
Albert Ziegenhagel
43aec468a1
Remove workaround for a bug in FindMPI.cmake that was introduced in cmake 3.10.0 and fixed in 3.10.1
2018-01-03 10:58:59 +01:00
Albert Ziegenhagel
be5e529bb3
Update cmake to 3.10.1
2018-01-03 10:57:46 +01:00
Barath Kannan
d8f0ea9999
resolve merge conflicts
2017-12-27 16:57:43 +11:00
Robert Schumacher
a24ccdfc01
[vcpkg-build-cmake] Build at IDLE priority. Try to detect out-of-memory issues in the linker, and restart the build once.
2017-12-21 12:13:25 -08:00
Robert Schumacher
5e5506e68a
[vcpkg-download-distfile] Add input sanitization
2017-12-21 03:47:02 -08:00
Tsukasa Sugiura
6cb6a61aaf
Fix find Boost when can not be found Boost that installed with Vcpkg ( #2395 )
...
* 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-19 16:18:13 -08:00
Robert Schumacher
7e1a737ba4
[vcpkg-integrate-powershell] Fix $false bug. Fixes #2397 .
2017-12-19 16:11:34 -08:00
Alexander Karatarakis
1656cf7fa7
[powershell] Use \ instead of / for paths. Resolves #2358 . Resolves #2361
2017-12-12 17:53:29 -08:00
Robert Schumacher
4567fa5709
[vcpkg-cmake-toolchain] Mark _VCPKG_ROOT_DIR as INTERNAL
2017-12-09 17:25:12 -08:00
cDc
19860a0933
[tinyexif] add TinyEXIF library ( #2221 )
2017-12-09 00:24:19 -08:00
Robert Schumacher
3c2b2cc607
[vcpkg-cmake-toolchain]
...
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-08 22:08:19 -08:00
Alexander Karatarakis
1f3013bea3
Improve vcpkgExtractFile. Also merge vcpkgRemoveDirectory/File
2017-12-08 15:16:35 -08:00
Ilya Finkelshteyn
e7cbb50f3d
Fix path to powershell.exe
...
https://github.com/Microsoft/vcpkg/issues/2299
2017-12-05 15:22:21 -08:00
Robert Schumacher
a4f8515c9e
[vcpkg-msbuild-integration] Address #2299 by using full path to powershell.
2017-12-05 15:22:21 -08:00
Alexander Karatarakis
d26a6b067c
Add vcpkg integrate powershell
for tab completion
2017-12-04 15:37:06 -08:00
Alexander Karatarakis
fdf7c65aa4
Exit early if no VS is found
2017-11-30 16:43:59 -08:00
Robert Schumacher
d38d4a7540
[vcpkg] Add --x-xunit internal command to print installation results in a VSTS friendly format.
2017-11-30 08:09:09 -08:00
Robert Schumacher
b4668e664a
[vcpkg] Only default target triplet to windows if on windows
2017-11-28 13:17:10 -08:00
Alexander Karatarakis
b7c9ef5553
Don't return $destinationDir
2017-11-27 00:45:00 -08:00
Alexander Karatarakis
2c914ff05a
Rework vcpkgExtractFile (powershell)
2017-11-27 00:42:39 -08:00
Alexander Karatarakis
c4c079f86e
[VcpkgPowershellUtils] Minor tweaks
2017-11-27 00:42:39 -08:00
Mikhail Paulyshka
e009618ba0
[cmake] update to 3.10.0 ( #2236 )
2017-11-26 03:18:35 -08:00
Alexander Karatarakis
92872439b9
[fetchDependency[ Make parameter mandatory
2017-11-26 01:32:09 -08:00
Alexander Karatarakis
8883e40aaa
vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExists
2017-11-26 01:31:58 -08:00
Robert Schumacher
14cbe496bc
[vcpkg] Allow compilation inside WSL
2017-11-25 16:21:54 -08:00
Robert Schumacher
5335d17f53
[vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release
2017-11-25 15:25:18 -08:00
Robert Schumacher
a3ea74b9ed
Merge pull request #2250 from AndyM84/master
...
Adding UnitTest++ Port
2017-11-25 12:48:07 -08:00
Robert Schumacher
89983fe102
[vcpkg-from-github] Improve argument handling
2017-11-25 12:47:49 -08:00
Robert Schumacher
141f10801c
[vcpkg] Improve external toolchain handling.
2017-11-25 11:50:31 -08:00
Robert Schumacher
f7c10858f7
Merge pull request #1752 from martin-s/patch-vs2013
...
Added support for VS2013 build chain tools.
2017-11-21 21:47:51 -08:00
Robert Schumacher
eec26f68fc
[qt5] Reduce duplication in modular build by extracting qt5modularscripts
2017-11-20 17:07:03 -08:00
Frank Quinn
7fc2d7dbdf
Added SCONS to vcpkg_find_acquire_program
...
See: http://scons.org
I have a port I would like to submit which uses scons (which in
turn uses the python interpreter already provided). This change
makes SCONS usable for vcpkg_execute_required_process.
2017-11-19 11:42:52 +00:00
Alexander Karatarakis
6290155eaa
[vcpkgExtractFile] Fix partial dir name. Special case 1-item zips
...
- If the zip contains a single item, pull that up a directory
- If the zip contains multiple items, place that in a directory on of the same name as the zip
2017-11-17 01:23:14 -08:00
Robert Schumacher
875bb9a661
Merge branch 'qt5_modular' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5_modular
2017-11-17 00:22:15 -08:00
Alexander Karatarakis
b2e1dc3e5a
Use temp-and-rename pattern for extracting
2017-11-16 02:02:00 -08:00
Alexander Karatarakis
2abdcc1eec
Introduce VcpkgPowershellUtils
2017-11-15 22:37:24 -08:00
Robert Schumacher
7e3dcc4f09
[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix static linking.
2017-11-15 21:58:26 -08:00
Robert Schumacher
4228e1e389
[llvm] Install debug targets for cmake
2017-11-15 21:15:37 -08:00
Robert Schumacher
24283ec1ee
[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should use TIFF_LIBRARIES.
2017-11-15 18:57:05 -08:00
Robert Schumacher
415789b42e
[vcpkg-metrics] Replace SQM with MAC hash.
2017-11-13 21:49:11 -08:00
Robert Schumacher
50f6bc4e8f
[vcpkg-toolchain] Fix find_package detection of Boost. Fixes #2130 .
2017-11-10 17:34:00 -08:00
Alexander Karatarakis
cd41cfe468
Use Push-Location/Pop-Location instead of pushd/popd
2017-11-09 21:42:36 -08:00
Alexander Karatarakis
7eb0095094
Rename $explicitlyRequestedVSPath to $withVSPath
2017-11-09 21:41:16 -08:00
Alexander Karatarakis
615f7e112f
[bootstrap.ps1] Add option to specify VS path
2017-11-09 20:09:22 -08:00
Alexander Karatarakis
eabacf0d14
Make parameter mandatory
2017-11-09 20:09:22 -08:00
Alexander Karatarakis
138bce34f2
Fix SHA-256 name
2017-11-09 20:09:22 -08:00
Robert Schumacher
2ece3186ff
[vcpkg-build-msbuild] Update examples.
2017-11-08 10:41:03 -08:00
Robert Schumacher
d43676658a
[vcpkg_from_github] Handle '/' in REFs. Fixes #2141 .
2017-11-07 09:10:19 -08:00
Robert Schumacher
5743b68bc2
Merge pull request #2139 from UnaNancyOwen/fix_buildsystems
...
Reset settings to find boost libraries
2017-11-06 09:49:13 -08:00