Jason Juang
d8f3fffd5e
change compile order to debug first, fix #2767 ( #2785 )
2018-02-13 00:00:27 -08:00
Robert Schumacher
71025694e9
[vcpkg-configure-cmake] Use ninja to configure in parallel ( #2712 )
2018-02-07 16:57:47 -08:00
Robert Schumacher
1f6f27a548
[vcpkg-from-bitbucket] Fix HEAD builds. Fixes #2696 .
2018-01-31 11:50:50 -08:00
Alexander Karatarakis
fd2f9816cc
Don't expand variable
2018-01-24 15:22:41 -08:00
Robert Schumacher
d35866018a
Merge pull request #1993 from Barath-Kannan/qt5_modular
...
Qt5 modular
2018-01-18 10:51:18 -08:00
Robert Schumacher
b47b4346f8
[vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions.
2018-01-18 07:36:54 -08:00
Sean Warren
c1ba4eacc3
Generalise vcpkg_fixup_cmake_targets.cmake file to correctly detect dlib debug files ( #2574 )
2018-01-18 01:28:56 -08:00
Barath Kannan
c30363d07b
Merge branch 'master' into qt5_modular
2018-01-17 19:00:43 +11:00
Cdec
3b3bff1824
[vcpkg_download_distfile] Change to refer _VCPKG_INTERNAL_NO_HASH_CHECK in parameter check
2018-01-14 12:49:04 +09:00
Stefano Sinigardi
bc70053ab7
use proper symbol to build correct configuration
2018-01-06 18:54:59 +01:00
Robert Schumacher
2b30280c22
[vcpkg-download-distfile] Regenerate docs and enable SKIP_SHA512 only in unstable (head) mode
2018-01-05 16:16:08 -08:00
Mikhail Paulyshka
42c0cfc870
[vcpkg] fix --head flag for github-based ports
2018-01-05 15:47:17 -08:00
Robert Schumacher
cf802347a4
Merge pull request #2218 from jasjuang/llvm
...
[llvm] add in clang and enable tools
2018-01-05 15:37:14 -08:00
Robert Schumacher
0cf5bd657e
[vcpkg-fixup-cmake-targets] Add TARGET_PATH option
2018-01-03 20:11:35 -08:00
Jacek Blaszczynski
a28138eb9e
Add preliminary support for arm-windows and arm64-windows triplets ( #2371 )
...
* Add preliminary support for arm-windows and arm64-windows triplets
Visual Studio 15.4 shipped with new VC tools targeting arm and arm64
for desktop. This change allows for recognition and usage of new
triplets supporting arm and arm64 Windows desktop and server targets.
* Remove unnecessary changes
* Part 2
* Part 3
* Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise
* Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets
* Address code review feedback, clean libjpeg-turbo port.cmake
* [libjpeg-turbo][tiff] Reduce changes to existing libraries.
* [vcpkg-cmake] Simplify toolchain selection logic and improve comments
2018-01-03 17:19:52 -06:00
Robert Schumacher
7f9ca12c4c
[vcpkg-download-distfile] Fix #2426
2018-01-03 14:30:30 -08: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
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
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
Robert Schumacher
4228e1e389
[llvm] Install debug targets for cmake
2017-11-15 21:15:37 -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
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
Barath Kannan
b959f70a99
merge from master
2017-11-06 00:33:04 +11:00
Barath Kannan
3a5b383bbe
resolve conflict on non-existant vcpkg_acquire_depot_tools
2017-11-06 00:31:24 +11:00
Barath Kannan
9bb4817e32
use install target in Makefiles; make all portfile uniform
2017-11-06 00:24:29 +11: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
4b66571c9d
[blaze] Add dependencies and install *-config.cmake files.
2017-10-26 22:35:06 -07:00
Robert Schumacher
73571b8eb7
Merge pull request #2034 from seanwarren/trim-sdk-version-string
...
Remove non-numeric characters from Windows SDK version string
2017-10-25 16:54:44 -07:00
Robert Schumacher
90a3a8a3af
Merge pull request #1972 from jasjuang/cgal
...
new port: cgal
2017-10-23 13:05:58 -07:00
Sean Warren
2a61710326
Remove non-numeric characters from Windows SDK version string
...
See issue #1836 , #2019
2017-10-23 11:01:40 +11:00
Robert Schumacher
f527812e9e
[grpc] Fix absolute paths in installed cmake files.
2017-10-19 08:53:59 -07:00
bahaki386
11fdd415dd
Update Meson to 0.43.0
...
Upedate Meson to 0.43.0.
It will fix Issue #2006 .
2017-10-18 19:38:25 +09:00
Barath Kannan
48128e5b4d
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qt5_modular
2017-10-17 20:25:12 +11:00
Barath Kannan
62b62d9f35
minor clean up and configuration
2017-10-17 20:02:26 +11:00
Alexander Karatarakis
374253cb1b
[ninja] Update to 1.8.2
2017-10-16 16:23:10 -07:00
Robert Schumacher
81613fa0ff
[vcpkg-toolchain] Improvements; add VCPKG_CHAINLOAD_TOOLCHAIN_FILE
2017-10-16 11:22:21 -07:00
Barath Kannan
c147fc78c9
further fixes
2017-10-17 03:15:30 +11:00
Barath Kannan
d28de4a13e
qt5winextras
2017-10-16 23:56:47 +11:00
Barath Kannan
3ba22c1754
working qt tools build
2017-10-16 23:04:16 +11:00
Barath Kannan
459ac9f2e1
qt5tools package
2017-10-16 00:40:25 +11:00
martin-s
9c2fa042ee
Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013
...
# Conflicts:
# toolsrc/include/vcpkg/vcpkgpaths.h
# toolsrc/src/vcpkg/vcpkgpaths.cpp
2017-10-15 02:00:19 +02:00
jasjuang
4ce8f0aa31
new port: cgal
2017-10-13 21:25:18 -07:00
Robert Schumacher
53ad140251
[vcpkg-scripts] Hotpatch revert changes to vcpkg_find_acquire_program.cmake.
2017-10-12 11:54:47 -07:00
Robert Schumacher
df9eda4fff
Merge pull request #1870 from Mixaill/arm64
...
[vcpkg] ARM64 support
2017-10-12 11:03:47 -07:00
Robert Schumacher
5c66f301b9
[vcpkg-scripts] Remove double expansions
2017-10-12 08:22:50 -07:00
Mikhail Paulyshka
00d89dbd66
vcpkg: initial ARM64 support
2017-10-12 12:02:14 +03:00
Robert Schumacher
74bab196c9
Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfix
...
Fix for BUILD_ARGS being always added in non ninja build (vcpkg_build_cmake,vcpkg_install_cmake)
2017-10-05 17:52:15 -07:00
Robert Schumacher
2c9ee072da
[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.
...
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05 17:49:28 -07:00
Robert Schumacher
d5705e87c4
Merge branch 'master' into martin-s-patch-vs2013
2017-10-03 15:52:29 -07:00
Robert Schumacher
4440ae36b5
Merge pull request #1904 from UnaNancyOwen/add_wix
...
Add Dark support
2017-10-02 10:23:22 -07:00
Tsukasa Sugiura
58418e7373
Add Dark support
...
Add Dark support to vcpkg_find_acquire_program().
2017-10-03 00:55:54 +09:00
glachancecmaisonneuve
06798b6528
Fix for BUILD_ARGS being always added in non ninja build
2017-09-25 13:05:32 -04:00
glachancecmaisonneuve
cbc3050b44
find_acquire_program fix for python2
...
python2 version bump
2017-09-17 02:33:44 -04:00
Jared Szechy
e915ab0466
Update to latest python 3.5 patch
2017-09-12 20:13:34 -04:00
Alexander Karatarakis
26516fe485
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
martin-s
c167c70c27
- Added support for VS2013 build chain tools.
2017-09-02 16:48:29 +02:00
Fabien Péan
97b04a0b95
Add CMake function vcpkg_from_bitbucket
2017-08-30 00:12:45 +02:00
Alexander Karatarakis
e4eee15ef9
Fix vcpkg_acquire_msys
2017-08-22 13:41:32 -07:00
Robert Schumacher
6f112cf961
[vcpkg-find-acquire-program] Restore strawberry perl to satisfy openssl:x64-windows
2017-08-02 14:36:02 -07:00
Robert Schumacher
ebc875df58
[openssl][vcpkg_find_acquire_program] Use msys to provide perl for vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly.
2017-08-01 17:12:59 -07:00
Robert Schumacher
9a87ee9c9d
[openssl] Fix error in msys call to perform the perl installation.
2017-08-01 16:03:40 -07:00
Robert Schumacher
c22ab980bc
[openssl] Switch to msys2 as a perl provider due to strawberryperl being down.
2017-07-31 11:27:22 -07:00
Robert Schumacher
2807fce1ab
[vcpkg-from-github] Improve documentation ( #1457 )
2017-07-18 12:26:55 -07:00
Robert Schumacher
5498864711
[vcpkg-toolchain] Add INPUT_FILE NUL. Fixes #1431 .
2017-07-11 14:09:56 -07:00
Arkady Shapkin
d222302b2f
[cereal] Portfile fix
2017-07-08 02:45:36 +03:00
Robert Schumacher
e8f819e04e
[vcpkg-fixup-cmake-targets] Fix bug when port has no unused cmake config files.
2017-06-27 11:24:31 -07:00
Robert Schumacher
c697b40dc2
Merge pull request #1310 from khouzam/ffmpeg-uwp
...
Adding support for FFmpeg in UWP.
2017-06-21 17:09:58 -07:00
Robert Schumacher
78fff8f2ea
Merge pull request #1299 from atkawa7/jansson
...
[jansson] new port required by nghttp2 #1122
2017-06-20 16:30:21 -07:00
Robert Schumacher
833c38c630
[jansson] Enable cmake scripts
2017-06-20 16:29:35 -07:00
Robert Schumacher
338f8614e3
[vcpkg-fixup-cmake-targets][glm] Upgrade GLM. Move cmake fixup logic into helper script.
2017-06-20 15:20:23 -07:00
Gilles Khouzam
8085cd34f2
Adding support for FFmpeg in UWP.
...
Adding support to download gas-preprocessor as an acquire_program.
Update all packages for msys2
Download perl and gcc for ARM assembly in ffmpeg.
2017-06-19 12:49:20 -07:00
Robert Schumacher
299527f63b
Merge pull request #1216 from atkawa7/patch-1
...
Acquire chromium depot tools
2017-06-07 19:17:30 -07:00
atkawa7
3ee46a4bb6
stop cmake build on a failed download
2017-06-06 10:37:21 -07:00
Daniel Shaw
0c70ca2194
Merge pull request #1195 from danielshaw42/compiler_flags
...
Add support for compiler flags
2017-06-05 17:20:12 -07:00
Daniel Shaw
566172b3b6
remove debug statements
2017-06-05 17:01:20 -07:00
atkawa7
e3c9082631
Include it in common tools
2017-06-02 13:36:32 -07:00
atkawa7
4b6c1f291c
Acquire chromium depot tools
2017-06-02 13:33:45 -07:00
Daniel Shaw
eb3b2accbc
Add support for compiler flags
2017-05-30 12:27:03 -07:00
Bagong
dc43c4271b
Add default path of 64-bit python as installed by MSVS2017
2017-05-29 20:32:06 +02:00
Bagong
71726ac000
Correct path bison/flex add ruby 2.4.1 and gperf 3.0.1
2017-05-29 09:05:52 +02:00
Robert Schumacher
49cd399586
[vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs.
2017-05-28 14:15:13 -07:00
atkawa7
9884310dbe
Remove unintuitive naming in vcpkg_find_acquire_program
2017-05-25 18:04:02 -07:00
atkawa7
f1bf427695
Added Flex and Bison to vcpkg_find_acquire_program
2017-05-25 08:42:01 -07:00