Commit Graph

1387 Commits

Author SHA1 Message Date
Marcus Wölk
23c6f5f2a7 Create portfile.cmake for cereal 2017-01-14 23:57:15 +01:00
Marcus Wölk
b2619d58c6 Create CONTROL file 2017-01-14 23:56:34 +01:00
Alexander Karatarakis
fd0adc561d [vcpkg_build/install_cmake] Add option to disable parallel building 2017-01-13 19:09:42 -08:00
Robert Schumacher
1e4e45ffce Merge pull request #479 from adam4813/rename-glew-output
[glew] Renames the glew debug output files
2017-01-13 17:55:35 -08:00
Robert Schumacher
c5636c4692 [glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer using vcpkg_copy_pdbs(). 2017-01-13 17:54:13 -08:00
Robert Schumacher
51de300681 Merge branch 'rename-glew-ouput' of https://github.com/adam4813/vcpkg into adam4813-rename-glew-ouput 2017-01-13 17:50:24 -08:00
Robert Schumacher
da09df713f [vcpkg integration] Explicitly skip empty entries instead of recursing. Fixes #460. 2017-01-13 17:39:12 -08:00
Alexander Karatarakis
2bc4064b1e [vcpkg_build_cmake] Add option to specify the 64-bit toolset 2017-01-13 17:30:48 -08:00
Robert Schumacher
45425fe6f0 Merge pull request #536 from stammen/libwebsockets-uwp
libwebsockets: added support to build uwp versions
2017-01-13 16:07:09 -08:00
Robert Schumacher
b415c13779 [libwebsockets] Bump version to correspond to source code change for uwp support. 2017-01-13 16:06:30 -08:00
Robert Schumacher
c938d56e49 Merge pull request #534 from ab-acx/http-parser-strict
On release set HTTP_PARSER_STRICT to zero.
2017-01-13 16:02:35 -08:00
Robert Schumacher
bf47d0d386 [http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0 2017-01-13 16:01:52 -08:00
Robert Schumacher
6f593cf3e2 Merge pull request #528 from stammen/curl-uwp
CURL: added support for building uwp versions
2017-01-13 15:38:57 -08:00
Robert Schumacher
278e6b9ad1 [curl] Bump version to correspond with source code change for uwp support. 2017-01-13 15:38:14 -08:00
Robert Schumacher
f7d192c206 [openssl] Bump version to correspond with source change for uwp support 2017-01-13 15:07:30 -08:00
Robert Schumacher
8e723b84dc Merge pull request #524 from stammen/openssl-uwp
OpenSSL: Fix UWP builds failing WACK testing
2017-01-13 15:06:41 -08:00
Alexander Karatarakis
e11e62e8f3 Identation consistency 2017-01-13 02:21:16 -08:00
Alexander Karatarakis
ffa927a0b0 Merge pull request #521 from sdcb/DirectXMesh
add DirectXMesh
2017-01-13 02:20:08 -08:00
Alexander Karatarakis
b9b1c3febc Merge pull request #518 from albertziegenhagel/szip
szip
2017-01-13 02:11:05 -08:00
Alexander Karatarakis
fe2c0a3a78 [edit command] Now checks that port exists before opening 2017-01-13 02:09:08 -08:00
Albert Ziegenhagel
bad99afb01 Added patch to disable building the static library when BUILD_SHARED_LIB is enabled 2017-01-13 09:49:09 +01:00
Alexander Karatarakis
cc8851144a Reorganize commands, each in its own namespace
Additionally, functions related to a command can now live
in the same namespace
2017-01-12 22:03:57 -08:00
sdflysha
04bd4b305c [directxmesh] specify static only library 2017-01-13 13:53:37 +08:00
Dale Stammen
678721b9a8 added missing free calls after curl_getenv 2017-01-12 21:25:10 -08:00
Dale Stammen
7676b8780d Merge branch 'master' into curl-uwp 2017-01-12 20:39:49 -08:00
Alexander Karatarakis
8e1ed2c9a9 Place contact and version commands in different cpp files 2017-01-12 17:47:53 -08:00
Alexander Karatarakis
df2a05e854 Introduce Command namespace. Refactoring 2017-01-12 17:43:05 -08:00
Alexander Karatarakis
4c51e65d50 Rename commands_integration.cpp to commands_integrate.cpp
Filename should match the command name
2017-01-12 17:43:05 -08:00
Alexander Karatarakis
30587111d3 Rename commands_installation to commands_install
Names should match the command
2017-01-12 17:43:05 -08:00
Alexander Karatarakis
6a4ec92a90 Place build & build_external commands into separate files 2017-01-12 17:43:04 -08:00
Robert Schumacher
9072f51d74 Merge pull request #525 from stammen/libssh2-uwp
libssh2: added support for uwp builds
2017-01-12 17:26:44 -08:00
Robert Schumacher
963cc56a8c [libssh2] Bump version to match source code change for uwp support 2017-01-12 17:26:04 -08:00
Robert Schumacher
1f655fc24d Merge pull request #520 from sdcb/DirectXTex
add DirectXTex
2017-01-12 17:14:05 -08:00
Robert Schumacher
7553fd42f1 Merge pull request #505 from stammen/freetype-uwp
freetype: added support for uwp builds
2017-01-12 17:10:30 -08:00
Robert Schumacher
5082ea5464 [freetype] Bump version to match source changes for uwp 2017-01-12 17:09:45 -08:00
Robert Schumacher
748edda1cb Merge pull request #496 from patrigg/master
Add sdl2_image library
2017-01-12 17:00:14 -08:00
Robert Schumacher
24f631958c Merge pull request #504 from stammen/tiff-uwp
added patch to enable uwp builds for tiff
2017-01-12 16:49:37 -08:00
Robert Schumacher
41eba85b32 [tiff] Bump version for change due to UWP support. 2017-01-12 16:48:51 -08:00
Robert Schumacher
3a175393f1 Merge branch 'tiff-uwp' of https://github.com/stammen/vcpkg into stammen-tiff-uwp 2017-01-12 16:48:20 -08:00
Robert Schumacher
5a3881a083 Merge pull request #484 from chrullrich/boost-no-autolink
Disable Boost auto-link.
2017-01-12 16:46:47 -08:00
Alexander Karatarakis
f9709aae5f Merge pull request #516 from albertziegenhagel/metis
metis
2017-01-12 15:24:43 -08:00
Dale Stammen
30429e68db apply uwp patch to all builds 2017-01-12 12:35:24 -08:00
Dale Stammen
e4b1551988 apply patch to all builds, not just uwp 2017-01-12 12:12:45 -08:00
Dale Stammen
2f92128e7f added support to build uwp versions 2017-01-12 09:20:32 -08:00
ab
8e57be1616 On release set HTTP_PARSER_STRICT to zero.
This was done to match the http-parser makefile i.e. building in release mode strict parse is disabled (which is faster) else (in debug) strict parser is used.
2017-01-12 12:28:08 +01:00
Alexander Karatarakis
f4622dce99 [7zip] Also consider the system version, if available 2017-01-11 20:54:25 -08:00
Alexander Karatarakis
33404964a2 Merge pull request #522 from sdcb/directxtk-update
[directxtk] upgrade to dec2016
2017-01-11 16:32:03 -08:00
Alexander Karatarakis
99dbfa85f8 Merge pull request #514 from albertziegenhagel/acquire-7z
Acquire 7z
2017-01-11 15:25:35 -08:00
Dale Stammen
00679b66e3 added support for building uwp versions 2017-01-11 10:59:45 -08:00
Dale Stammen
719e9c7446 added missing store parameter to vcvarsall for uwp builds 2017-01-11 07:42:54 -08:00