2107 Commits

Author SHA1 Message Date
Robert Schumacher
69f92e73ce [libuv] Do not use googlesource.com due to constantly changing hash values. 2017-03-23 03:34:48 -07:00
Robert Schumacher
cb5fe7163e [libuv] Remove internal build downloads, fix upgrades, improve portfile. 2017-03-23 03:11:25 -07:00
Alexander Karatarakis
c1fee48c08 Use Checks::exit_fail/success/with_code() 2017-03-22 17:46:05 -07:00
Alexander Karatarakis
4bc91f1f26 [commands] Use Checks::exit_fail/success/with_code() 2017-03-22 17:45:39 -07:00
Alexander Karatarakis
27bc606020 exit() -> ::exit() 2017-03-22 17:44:01 -07:00
Alexander Karatarakis
79830d3cac Use exit_fail() internally 2017-03-22 17:34:17 -07:00
Alexander Karatarakis
aa33a8425f Fix erroneous return statement 2017-03-22 17:19:30 -07:00
Alexander Karatarakis
004e46d982 Correctly forward the line_info parameter 2017-03-22 17:18:41 -07:00
Alexander Karatarakis
197d471b42 Introduce Checks::exit_with_code() and exit_fail()/exit_success() 2017-03-22 17:18:01 -07:00
Alexander Karatarakis
5c504265f3 Use Checks::exit_with_message() 2017-03-22 17:08:31 -07:00
Alexander Karatarakis
059d90b802 Use Checks::exit_with_message() 2017-03-22 17:03:03 -07:00
Alexander Karatarakis
3d978f8310 Use Checks::check_exit() 2017-03-22 17:01:11 -07:00
Alexander Karatarakis
f32a2d4271 Flip enabled/disabled for DLLS_WITHOUT_LIBS policy 2017-03-22 15:58:27 -07:00
Robert Schumacher
9f949f7e75 Merge pull request #838 from codicodi/fix-cairo
[cairo] fix build
2017-03-22 15:32:47 -07:00
Alexander Karatarakis
9556e80576 Update CHANGELOG and bump version to v0.0.77 2017-03-22 15:31:51 -07:00
Alexander Karatarakis
ca3e3c125a Reorder post build end-message 2017-03-22 13:28:10 -07:00
codicodi
28184550d0 [cairo] fix build 2017-03-22 20:19:03 +01:00
Alexander Karatarakis
5f35979272 [antlr4] Fix building with Visual Studio 2017. Resolves #804 2017-03-21 20:53:26 -07:00
Robert Schumacher
162a46bac9 Merge pull request #482 from tfussell/master
Add xlnt port
2017-03-21 17:31:41 -07:00
Robert Schumacher
8bf849d9ed Merge pull request #826 from Mixaill/libjbig
[libjbig] add version 2.1
2017-03-21 17:13:54 -07:00
Alexander Karatarakis
40ebd81d7c Merge branch 'sonogi1-master' 2017-03-21 17:07:43 -07:00
Alexander Karatarakis
d263e008a4 [gdcm2] Remove empty folders in static build 2017-03-21 17:07:14 -07:00
Robert Schumacher
85169faaea [vcpkg-toolchain] Automatically detect Windows SDK version. 2017-03-21 17:02:18 -07:00
Alexander Karatarakis
3015169cae Merge branch 'master' of https://github.com/sonogi1/vcpkg into sonogi1-master 2017-03-21 15:37:55 -07:00
Alexander Karatarakis
b01e4cb551 Merge branch 'Mixaill-freerdp' 2017-03-21 15:28:27 -07:00
Alexander Karatarakis
9a7a18ea03 [freerdp] Patch out installation of system runtime libs 2017-03-21 15:27:13 -07:00
Robert Schumacher
a1c72e3e7d [boost] Add retry to deleting _debug_ intermediate folders 2017-03-21 13:34:21 -07:00
Robert Schumacher
e68709efcf [boost] Add retry to deleting intermediate folders 2017-03-21 13:30:39 -07:00
Robert Schumacher
95f5627b65 Merge pull request #831 from fwosar/dev/fwosar/on_tls_callback
Apply patch to make boost::thread on_tls_callback work with VS2017
2017-03-21 13:01:19 -07:00
Robert Schumacher
3b5c7dff22 [boost] Bump version to observe addition of patch. 2017-03-21 13:00:12 -07:00
Fabian Wosar
a9ec74f176 Fix paths in patch file 2017-03-21 20:03:24 +01:00
Fabian Wosar
2aab56942a Forgot the actual patch application 2017-03-21 19:51:09 +01:00
Fabian Wosar
9878f153c1 Add boost patch to fix initialisation issues when using the VS2017 14.1 toolchain and static linking 2017-03-21 19:34:29 +01:00
Robert Schumacher
8dc2699e5d [vcpkg-configure-cmake] Use toolchain in internal builds. 2017-03-21 01:48:52 -07:00
Alexander Karatarakis
38233af9a2 Look for 'git' instead of 'git.exe'. Resolves #820 2017-03-20 16:58:08 -07:00
Alexander Karatarakis
51e4a0112a Merge branch 'freerdp' of https://github.com/Mixaill/vcpkg into Mixaill-freerdp 2017-03-20 16:46:46 -07:00
Alexander Karatarakis
951ea973ce [openssl] Improve patches 2017-03-20 16:27:59 -07:00
Robert Schumacher
8dd90aa976 [vcpkg] Clean up triplet.h 2017-03-20 16:20:02 -07:00
Robert Schumacher
fded520642 [vcpkg-qmake] Tidy qmake-based builds. Search for qmake.exe inside tools. 2017-03-20 16:20:02 -07:00
Robert Schumacher
f17fd50a62 [qt5] Enable opengl desktop to support QWT 2017-03-20 16:20:02 -07:00
Alexander Karatarakis
463862b94b Remove helper CMake script; do everything in the portfile 2017-03-20 15:48:30 -07:00
Alexander Karatarakis
129a3ec8b2 [openssl] Refactor portfile-CMakeLists.txt interaction to allow proper application of patches 2017-03-20 15:48:30 -07:00
Alexander Karatarakis
75d304009a Merge pull request #819 from codicodi/bump-gtk
[gtk] update to 3.22.11
2017-03-20 13:53:08 -07:00
Alexander Karatarakis
21d024ddc6 Merge pull request #818 from codicodi/bump-atk
[atk] update to 2.24.0
2017-03-20 13:07:42 -07:00
codicodi
d8f947605b [gtk] update to 3.22.11 2017-03-20 19:20:25 +01:00
Shinya Onogi
33cacd658e Update portfile.cmake
Fixed the location of ${GDCM_BUILD_SHARED_LIBS}
2017-03-20 20:13:46 +09:00
Mikhail Paulyshka
694ae37d2b [libjbig] add version 2.1 2017-03-20 12:52:35 +03:00
Robert Schumacher
5d5302b2ab Merge pull request #827 from codicodi/fix-liblzma
[liblzma] rename produced libraries
2017-03-19 18:19:50 -07:00
Robert Schumacher
fcf52e56c9 Merge pull request #824 from traversaro/add-dlfcn-win32
Add dlfcn-win32 port
2017-03-19 18:14:19 -07:00
codicodi
e13eae85b7 [liblzma] rename produced libraries 2017-03-19 19:28:40 +01:00
Shinya Onogi
8e77d829f0 Added: Selection of library linkage type
Selection of library linkage type is added
2017-03-20 02:37:58 +09:00
Shinya Onogi
0b1740d119 add a new port, GDCM 2017-03-20 02:10:43 +09:00
Silvio
391e10fd2d Add dlfcn-win32 port 2017-03-19 18:06:05 +01:00
Thomas Fussell
9375232c0e download zip from github instead of cloning via git 2017-03-18 11:18:38 -04:00
codicodi
848ae5ab12 [atk] update to 2.24.0 2017-03-18 13:25:44 +01:00
Thomas Fussell
3057f9e0f9 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2017-03-17 18:20:25 -04:00
Alexander Karatarakis
c433841ef5 Fix error message 2017-03-17 14:55:46 -07:00
Thomas Fussell
d821b0a28a Merge branch 'master' of https://github.com/Microsoft/vcpkg 2017-03-17 00:33:06 -04:00
Thomas Fussell
4921636f6b remove submodule initialization and bump git revision 2017-03-17 00:32:16 -04:00
Robert Schumacher
01b1e39c6a Merge pull request #811 from codicodi/pcre2
Add PCRE2
2017-03-16 16:11:30 -07:00
Robert Schumacher
84ec9f529c Merge pull request #808 from Microsoft/tinyexr
[tinyexr] Initial port
2017-03-16 15:58:19 -07:00
Robert Schumacher
8a3b55f2d7 [dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftw 2017-03-16 15:11:34 -07:00
Robert Schumacher
e812f4bfcc [cpprestsdk] Fix uwp builds 2017-03-16 14:43:37 -07:00
Robert Schumacher
d7b4e903cb [vcpkg-edit] Fix search for VSCode insiders 2017-03-16 14:43:25 -07:00
Alexander Karatarakis
4b688b6304 Merge pull request #814 from PakornV/dlib-19.4
[dlib] Update to 19.4 and fixed error in Debug mode
2017-03-16 14:10:07 -07:00
Pakorn Vongseela
0a4a745ccb Update CONTROL 2017-03-17 01:20:52 +07:00
Pakorn Vongseela
dd1d3c7c45 Update portfile.cmake 2017-03-17 01:17:34 +07:00
Robert Schumacher
5cc80c1e97 [vcpkg] Fix regression with dependency qualifiers. 2017-03-15 19:51:41 -07:00
codicodi
8b12f81ae2 add pcre2 2017-03-16 00:35:24 +01:00
Alexander Karatarakis
924c9321a7 [libvpx] Remove addition of git to the PATH 2017-03-15 16:34:43 -07:00
Alexander Karatarakis
e4d337cc96 Use -NoProfile when calling powershell 2017-03-15 16:25:06 -07:00
Alexander Karatarakis
49098fe55d Add -NoProfile to powershell commands 2017-03-15 16:25:06 -07:00
Alexander Karatarakis
fa4b4d48d9 Fix vcpkg_get_windows_sdk.cmake to properly handle space in path 2017-03-15 16:25:06 -07:00
Robert Schumacher
3e01505399 [vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake. 2017-03-15 16:14:02 -07:00
Mikhail Paulyshka
503ac78259 [freerdp] add version 2.0.0-beta1+android11 2017-03-16 02:08:05 +03:00
Alexander Karatarakis
9027a64371 search Modify message 2017-03-15 14:39:44 -07:00
Alexander Karatarakis
e78d213175 [tinyexr] Initial port 2017-03-15 14:18:39 -07:00
Alexander Karatarakis
d25de95dc1 Merge branch 'Mixaill-libvpx' 2017-03-15 12:30:34 -07:00
Alexander Karatarakis
f6d0cfe7c4 [libvpx] Add git to the PATH before launching command that requires it 2017-03-15 12:30:06 -07:00
Mikhail Paulyshka
2c33e512ff [libvpx] add version 1.6.1 2017-03-15 22:07:16 +03:00
Alexander Karatarakis
3e5a32db9b Merge pull request #796 from Drako/nlohmann-json
Added nlohmann-json port
2017-03-14 18:29:19 -07:00
Alexander Karatarakis
abf0d7015a Merge pull request #803 from Mixaill/libwebm
[libwebm] add version 1.0.0.27
2017-03-14 18:08:22 -07:00
Robert Schumacher
e91218e638 Merge pull request #790 from Mixaill/msbuild-platformtoolset
vcpkg_build_msbuild: add PLATFORM_TOOLSET property
2017-03-14 17:10:33 -07:00
Robert Schumacher
1a8d15f528 Merge pull request #794 from Mixaill/libjpegturbo-arm
[libjpeg-turbo] fix building on ARM
2017-03-14 17:04:19 -07:00
Robert Schumacher
738d3937f2 Merge pull request #773 from Mixaill/botan
[botan] add version 2.0.1
2017-03-14 16:56:22 -07:00
Robert Schumacher
a2bceabb25 [botan] Cleanup.
Avoid installing a debug cli tool.
Rename the headers to just include/botan instead of include/botan-2/botan.
Install the tool's required DLLs, if any.
Add vcpkg distribution information to the build process.
2017-03-14 16:55:18 -07:00
Robert Schumacher
2cad913f65 [botan] Use out of source builds 2017-03-14 16:55:15 -07:00
Mikhail Paulyshka
19685aedfe [libwebm] add version 1.0.0.27 2017-03-15 01:38:04 +03:00
Felix Bytow
ac63b3651c Added nlohmann-json port (for #756)
First try of a port, so it's not optimal.
2017-03-14 10:29:23 +01:00
Alexander Karatarakis
d46563d862 Merge pull request #792 from codicodi/bump-gtk
[gtk] update to 3.22.9
2017-03-13 18:42:53 -07:00
Alexander Karatarakis
01614a375e Merge pull request #795 from Mixaill/flatbuffers-tools
[flatbuffers] fix flatc.exe moving
2017-03-13 18:42:21 -07:00
Mikhail Paulyshka
ebd7b7445b [flatbuffers] fix flatc.exe moving 2017-03-14 04:14:37 +03:00
Mikhail Paulyshka
e315b958c7 [libjpeg-turbo] disable SIMD optimizations on ARM 2017-03-14 04:01:17 +03:00
Mikhail Paulyshka
c791d19bd1 vcpkg_configure_cmake: fix ARM configuring 2017-03-14 03:59:41 +03:00
Mikhail Paulyshka
bf88cfd60e triplets: remove dead code 2017-03-14 03:58:53 +03:00
Alexander Karatarakis
0038dd86bc Fix issue of mismatching paths because of trailing newline char 2017-03-13 17:56:21 -07:00
Alexander Karatarakis
4114d87a07 All Checks now take LineInfo as the first argument 2017-03-13 17:56:21 -07:00
Alexander Karatarakis
98ea6780e7 Enums::nullvalue_used() now requires LineInfo as first arg 2017-03-13 17:56:21 -07:00
Alexander Karatarakis
8e8debc848 Put LineInfo in separate h/cpp 2017-03-13 17:56:21 -07:00
Alexander Karatarakis
2590371023 Remove Enums::unreachable(). Use Checks::unreachable() instead 2017-03-13 17:56:21 -07:00