820 Commits

Author SHA1 Message Date
Alexander Karatarakis
3588f534db [boost] Use --layout=system to make the output binary names simpler 2016-11-16 18:56:56 -08:00
Alexander Karatarakis
be0899d28b [boost] Attempt to fix sporadic failures 2016-11-16 18:10:22 -08:00
Alexander Karatarakis
9c92984ff6 [boost] Add --hash 2016-11-16 17:54:34 -08:00
Alexander Karatarakis
1574180d03 [boost] --toolset=msvc should be toolset=msvc (no dashes) 2016-11-16 17:46:41 -08:00
Robert Schumacher
0ca3e5b160 Merge pull request #297 from barcharcraz/add_x64_prefix
added x64 as a prefix to search for cl.exe in the toolchain file
2016-11-16 16:11:52 -08:00
Alexander Karatarakis
592201dfc0 [jxrlib] Bump version 2016-11-16 15:32:53 -08:00
Alexander Karatarakis
b93702f158 [libwebp] Bump version 2016-11-16 15:32:26 -08:00
Alexander Karatarakis
407fde814d Merge pull request #299 from traversaro/fix-jxrlib
[jxrlib] Add debug postfix and do not install Win SDK header
2016-11-16 15:30:32 -08:00
Alexander Karatarakis
9f1a3ab0ae Merge pull request #298 from traversaro/fix-libwebp
[libwebp] Fix debug postfix and build
2016-11-16 15:29:38 -08:00
Silvio
50d52d49bc [jxrlib] Add debug postfix and do not install SKD header
Add a debug postfix to jxrlib, to simplify
finding the debug library in CMake, consistently
with most other libraries in vcpkg.

Do not use or install guiddef.h, that is an header
of Windows SDK of which jxrlib includes a copy for
non-Windows platforms.
2016-11-16 23:09:42 +01:00
Silvio
5e92169aaa [libwebp] Fix debug postfix and build
Add a debug postfix to libwebp, to simplify
finding the debug library in CMake, consistently
with most other libraries in vcpkg.

Add the mux directory that was not built
in the CMake-based build system.
2016-11-16 22:56:20 +01:00
Alexander Karatarakis
009378acce Merge branch 'drdanz-jsoncpp' 2016-11-16 13:13:29 -08:00
Alexander Karatarakis
4953992865 [jsoncpp] Enable static linking 2016-11-16 13:13:08 -08:00
Alexander Karatarakis
a451768429 Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncpp 2016-11-16 12:48:52 -08:00
Alexander Karatarakis
bdfdf2548a Merge pull request #295 from barcharcraz/update-eigen3
update Eigen3 to version 3.3.0
2016-11-16 12:47:24 -08:00
Alexander Karatarakis
97d5b082b7 Merge pull request #290 from jjcamp/pdcurses
Adds PDBs and 64bit builds to PDCurses
2016-11-16 12:46:00 -08:00
charlie barto
d56ab64fde added x64 as a prefix to search for cl.exe in the toolchain file, this makes things work with VS '15' if you manually specify the triplet 2016-11-16 12:38:30 -05:00
Daniele E. Domenichelli
a0308feeb9 Add JsonCpp port 2016-11-16 16:11:15 +01:00
charlie barto
2a571bf242 update Eigen3 to version 3.3.0 2016-11-16 03:17:07 -05:00
Alexander Karatarakis
42df44ca7b Add #else to avoid warning 2016-11-15 17:54:44 -08:00
Alexander Karatarakis
b88c51bb7e [expected.h] Add missing #include 2016-11-15 17:53:23 -08:00
Alexander Karatarakis
8a72437674 Remove unused #include 2016-11-15 17:43:09 -08:00
Alexander Karatarakis
31b8eee587 Use the already loaded status_db 2016-11-15 17:42:42 -08:00
Alexander Karatarakis
e969c5c8eb Remove unused #includes 2016-11-15 17:41:31 -08:00
Alexander Karatarakis
628420bf8e [freeglut] Enable static building. Fix pdb copying issues 2016-11-15 17:39:33 -08:00
Alexander Karatarakis
45dbe92e9b Add comment about freeglut in coff_file_reader.cpp 2016-11-15 17:06:16 -08:00
Robert Schumacher
5e1b23e2c9 Merge pull request #287 from sdcb/signalrclient
Add signalrclient.
2016-11-15 17:04:38 -08:00
Robert Schumacher
4f0b17e316 [signalrclient] Enable static builds 2016-11-15 17:03:38 -08:00
Alexander Karatarakis
059ffcc92c Merge branch 'GeertVL-master' 2016-11-15 16:54:55 -08:00
John Camp
46761d7e34 Return to C7 debugging output 2016-11-15 19:50:29 -05:00
Geert Van Laethem
a882cfe14f possible fix for issue #223 2016-11-15 16:50:27 -08:00
Alexander Karatarakis
7811ef602e [boost] Rename lib files in static builds 2016-11-15 14:52:52 -08:00
Alexander Karatarakis
727e4ed6fa [Graph] Now uses set instead of vector 2016-11-15 12:55:35 -08:00
Alexander Karatarakis
b64b0cbc8a Renames and cleanup 2016-11-15 12:47:43 -08:00
Alexander Karatarakis
2b204e6739 Use custom struct instead of std::pair 2016-11-15 12:40:06 -08:00
Alexander Karatarakis
2584f3e3de Major refactor/rework of dependency resolution 2016-11-15 11:58:13 -08:00
Alexander Karatarakis
a72be4b6b9 [boost] The #define BOOST_ALL_DYN_LINK should be added only in dynamic linkage 2016-11-15 11:54:02 -08:00
John Camp
51b98484d7 Write to and use separate .mak file
Allows future changes to not be affected by cached buildtree
2016-11-15 14:50:38 -05:00
John Camp
10f1403555 Adds PDBs and 64-bit builds to PDCurses 2016-11-15 14:33:02 -05:00
sdcb
13645a66b8 Add signalrclient. 2016-11-15 14:10:11 +08:00
Alexander Karatarakis
70c4cbce77 Merge pull request #284 from drdanz/glfw3_fix_cmake_config
[glfw3] Fix paths in cmake config files
2016-11-14 12:52:38 -08:00
Alexander Karatarakis
54abb9f519 Merge pull request #267 from sdcb/qt5-fix
[qt5] Fix the wrong gamepads directory issue.
2016-11-14 12:45:33 -08:00
Daniele E. Domenichelli
abe8d017df [glfw3] Fix paths in cmake config files 2016-11-14 15:47:53 +01:00
sdcb
daa8382208 Fix the xinputgamepad.dll directory issue. 2016-11-14 17:39:22 +08:00
sdcb
202c113a7c Fix xinputgamepadd.dll directory issue. 2016-11-14 17:37:16 +08:00
Alexander Karatarakis
64808e17fe [boost] Add renaming code for static libs (commented-out for now) 2016-11-14 00:43:47 -08:00
Alexander Karatarakis
a17ab961b5 Merge pull request #282 from DavidLudwig/master
Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4)
2016-11-13 13:54:16 -08:00
John Camp
df207430c9 Remove unused cmake variable 2016-11-13 12:36:55 -05:00
David Ludwig
f6bbbfd4d4 Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4) 2016-11-12 15:32:30 -05:00
Robert Schumacher
637dac384c [vcpkg-cmake-toolchain] Avoid IN_LIST to reduce required cmake version 2016-11-11 16:17:39 -08:00
Alexander Karatarakis
ed285b76e2 Merge pull request #279 from Morten242/tiff-patch-path
Fix tiff patch path
2016-11-11 11:47:26 -08:00
Mårten Nordheim
981ea2799e Fix tiff patch path 2016-11-11 12:29:12 +01:00
Alexander Karatarakis
e99e54f337 Merge pull request #271 from drdanz/tclap
Add Templatized C++ Command Line Parser (TCLAP) header-only library port
2016-11-11 03:11:25 -08:00
Alexander Karatarakis
5b97bc8aed Merge pull request #275 from barcharcraz/fmt-fix
fixed fmt port
2016-11-11 03:10:53 -08:00
Daniele E. Domenichelli
ae5db90ff2 Add Templatized C++ Command Line Parser (TCLAP) header-only library port 2016-11-11 10:36:46 +01:00
Charles Barto
b56819ec88 fixed fmt port 2016-11-10 22:04:45 -05:00
Robert Schumacher
d746bf5822 Merge pull request #273 from Morten242/multithreaded_install
Add /m switch to vcpkg_install_cmake
2016-11-10 17:57:43 -08:00
Robert Schumacher
02b45c5a55 Merge pull request #274 from Morten242/multithreaded_msbuild_build
Add /m switch to vcpkg_build_msbuild.cmake
2016-11-10 17:53:33 -08:00
Robert Schumacher
a2b8d5870a Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-11-10 17:52:27 -08:00
Robert Schumacher
bb0fc030d5 [tiff] Disable non-essential components. Fixes #259. 2016-11-10 17:52:19 -08:00
Alexander Karatarakis
d852d3b6f2 Add more blacklisted outdated crts 2016-11-10 16:28:10 -08:00
Alexander Karatarakis
b13d60464c Merge pull request #272 from Morten242/fix_zeromq_source_path
[zeromq] Fix source path
2016-11-10 16:17:30 -08:00
Mårten Nordheim
34c585901e Add /m switch to vcpkg_install_cmake
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259839046)
2016-11-11 01:16:24 +01:00
Mårten Nordheim
60c61d9305 Add /m switch to vcpkg_build_msbuild.cmake
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259018977)
2016-11-11 01:15:14 +01:00
Mårten Nordheim
ea6ac1bd45 [zeromq] Fix source path 2016-11-11 01:11:31 +01:00
Alexander Karatarakis
259af8514a Merge remote-tracking branch 'origin/master' 2016-11-10 11:50:46 -08:00
Alexander Karatarakis
1eb542c079 Merge pull request #268 from sdcb/chakracore-1.3.0
[chakracore] Upgrade version to official latest 1.3.0
2016-11-10 11:49:45 -08:00
Robert Schumacher
7220f54e30 [vcpkg] Correct unsigned/signed mismatch '<' 2016-11-10 11:48:36 -08:00
Alexander Karatarakis
eb7ca47d48 Add checks for outdated crts 2016-11-10 11:40:27 -08:00
Alexander Karatarakis
22f681c82d Make crt search case insensitive 2016-11-10 00:04:44 -08:00
sdcb
59a879be2b [chakracore] Delete useless code: find_program(powershell). 2016-11-10 15:50:57 +08:00
sdcb
02b7c87e6e [chakracore] Upgrade version to official lastest 1.3.0 2016-11-10 15:48:32 +08:00
sdcb
6e30c933f1 [qt5] remove the empty plugins/gamepads folder (which caused a installation failure). 2016-11-10 11:13:56 +08:00
Alexander Karatarakis
bf7978dcf9 [post-build-checks] Rework crt linkage checks 2016-11-09 18:44:11 -08:00
Alexander Karatarakis
968fb2768d Rename struct 2016-11-09 17:15:50 -08:00
Alexander Karatarakis
e291ec6845 [build-checks] Finding no crt is no longer an error 2016-11-09 16:42:46 -08:00
Alexander Karatarakis
cd22281a94 [boost] Remove unneeded messages from portfile 2016-11-09 15:54:25 -08:00
Alexander Karatarakis
8a03628d9d [boost] Bump to 1.62-2 after the crt-linkage fix 2016-11-09 15:40:37 -08:00
Robert Schumacher
6b88c6894f Merge pull request #262 from Barath-Kannan/qt5-plugin-fix
qt5 plugin fixes
2016-11-09 15:22:47 -08:00
Robert Schumacher
bdcdb4408d [qt5] Version bump for plugin changes 2016-11-09 15:21:52 -08:00
Robert Schumacher
2b3d703513 Merge branch 'master' of https://github.com/microsoft/vcpkg; branch 'qt5-plugin-fix' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5-plugin-fix 2016-11-09 15:21:19 -08:00
Alexander Karatarakis
083e0a611f [boost] Fix portfile to properly select static library/crt linkage 2016-11-09 14:46:10 -08:00
Alexander Karatarakis
89447c156d Add checks for crt linkage (currently disabled) 2016-11-09 01:27:49 -08:00
Alexander Karatarakis
a9d732f206 Reorder post-build checks related to lib files 2016-11-08 19:33:59 -08:00
Alexander Karatarakis
097626c317 Use /DEPENDENTS instead of /IMPORTS in applocal.ps1 2016-11-08 19:02:59 -08:00
Robert Schumacher
bed9b07a83 Merge pull request #263 from pdehne/master
Cleanup leftover build artifacts before compile
2016-11-08 16:37:12 -08:00
Alexander Karatarakis
048b4533d0 [decimal-for-cpp] Minor portfile fixes 2016-11-08 16:05:53 -08:00
Alexander Karatarakis
c3be4c77a0 Merge branch 'ericmitt' 2016-11-08 15:28:48 -08:00
Alexander Karatarakis
68d4a4c4bc Merge branch 'master' into ericmitt 2016-11-08 15:27:59 -08:00
Alexander Karatarakis
dbab03a1a8 Merge branch 'postbuild' 2016-11-08 15:09:56 -08:00
Alexander Karatarakis
218cae4503 Skip BUILD_INFO file on install 2016-11-08 15:08:42 -08:00
Alexander Karatarakis
e642767c84 Remove triplet inclusion from the template portfile 2016-11-08 14:45:30 -08:00
Alexander Karatarakis
cadee66ca2 If portfile is not static-enabled yet, warn and then build dynamic
The opposite if portfile is not dynamic enabled
2016-11-08 14:38:47 -08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Alexander Karatarakis
6e9d17f73c Introduce BUILD_INFO file. Significant change in the way static/dynamic is
handled
2016-11-08 14:12:49 -08:00
Eric Mittelette
e9ddf167b1 decimal-for-cpp 2016-11-08 13:32:17 -08:00
Patrick Dehne
2928038043 Cleanup leftover build artifacts before compile 2016-11-08 14:40:16 +01:00
Barath Kannan
15f3aa7ce6 plugin fixes 2016-11-08 22:16:13 +11:00
Robert Schumacher
2e7b260b32 Merge pull request #255 from pdehne/master
Add Microsofts openssl fork which supports the UWP platform
2016-11-07 21:55:37 -08:00
Robert Schumacher
68fe8b5391 [openssl] Merge openssl-microsoft and openssl 2016-11-07 21:54:23 -08:00