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
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
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
Alexander Karatarakis
4bd9ad6969
[Get-(File)Hash] Use namespaces and add Pscx check
2017-11-05 18:10:48 -08:00
Alexander Karatarakis
524adf93aa
[Expand-Archive] Use namespaces to distringuish Powershell 5's and PSCX's
2017-11-05 17:58:47 -08:00
Tsukasa Sugiura
07e4e674f0
Reset settings to find boost libraries
...
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-06 04:33:35 +09:00
martin-s
d5a7da6bcb
Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013
...
# Conflicts:
# scripts/cmake/vcpkg_configure_cmake.cmake
# toolsrc/src/vcpkg/vcpkgpaths.cpp
2017-11-05 19:13:16 +01:00
Robert Schumacher
330b8d8bab
[vcpkg-msbuild-integration] Output warning when configuration is not determinable. Add special cases for RelWithDebInfo and MinSizeRel.
2017-11-04 20:48:06 -07:00
Alexander Karatarakis
3b90bc07ce
[cmake] Update to 3.9.5 (was 3.9.4)
2017-11-03 18:25:54 -07:00
Alexander Karatarakis
ad884fc296
[vswhere] Update to 2.2.11 (was 2.2.7)
2017-11-03 16:40:28 -07:00
Alexander Karatarakis
a4dc2d2ef2
[fetchDependency.ps1] Improve error message on hash mismatch
2017-11-03 16:39:43 -07:00
Alexander Karatarakis
9dc02f48b6
[fetchDependendy.ps1] Remove obsolete comment
2017-11-03 16:35:15 -07:00
Alexander Karatarakis
82ce87cfd0
Use download-at-temp-and-rename pattern in powershell too
2017-11-03 16:14:13 -07:00
Alexander Karatarakis
0fb0191f3c
[ports.cmake] Use vcpkg_download_distfile()
2017-11-03 15:02:53 -07:00
Alexander Karatarakis
a523aacff8
[vcpkg_from_bitbucket] Use vcpkg_download_distfile()
2017-11-03 15:02:53 -07:00
Alexander Karatarakis
8bbd043bea
vcpkg_from_github] Use vcpkg_download_distfile()
2017-11-03 15:02:53 -07:00
Alexander Karatarakis
76d4666f12
[vcpkg_acquire_msys] Use vcpkg_download_distfile()
2017-11-03 15:02:53 -07:00
Alexander Karatarakis
dc7db25713
[downloads] Don't show progress by default
2017-11-03 15:02:52 -07:00
Alexander Karatarakis
ebb52b8cb1
Remove vcpkg_acquire_depot_tools
2017-11-03 15:02:52 -07:00
Alexander Karatarakis
9150cb8a90
[vcpkg_find_acquire_program] Use vcpkg_download_distfile()
2017-11-03 15:02:52 -07:00
Alexander Karatarakis
24c3f87bf4
[vcpkg_download_distfile] Now downloads in a temp dir and rename to the target location
2017-11-03 15:02:52 -07:00
Robert Schumacher
b54f4f26ae
[blaze] Fix remaining stray _INVALID_ROOT_
2017-11-01 11:42:09 -07:00
James Chang
4ff90ec430
[poco] build with MySQL support ( #2088 )
...
* [poco] build with MySQL support
Set proper variables to enable MySQL support if libmysql port is installed
* [poco] Move Mysql support to a feature. Enable CMake config files.
2017-11-01 01:27:12 -07:00
Robert Schumacher
516c42bdc4
[bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure.
2017-10-31 23:41:24 -07:00
Alexander Karatarakis
a5b54588ec
[git] Update to 2.15.0 (was 2.14.3)
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
47bf4b6b5c
[fetchDependency] Now also returns output in the form <sol>data<eol>
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
7d0bcceaf0
[findVSInstances] Data lines are now placed within <sol><eol> tags. Text outside these tags is ignored
...
This means we can print text in powershell now and it won't break vcpkg.
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
eb7e1e481b
Fix proxy usage in Win7 (powershell 2.0)
2017-10-31 17:31:10 -07:00