sdcb
e0d211cf0b
Add DirectXTK12
...
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
Official github: https://github.com/Microsoft/DirectXTK12
2016-11-28 10:02:07 +08:00
sdcb
3b345d4ab5
[chakracore] upgrade to 1.3.1
2016-11-28 09:50:37 +08:00
Mattias Cibien
a45a65f939
Fixed missing glm dependency
2016-11-27 09:37:54 +01:00
Mattias Cibien
98bb77dab2
Added maintainer and url
2016-11-27 09:26:00 +01:00
Robert Schumacher
bc8a015889
Merge pull request #346 from mikebmcl/master
...
Added ports for pixman 0.32.0 and cairo 1.14.6.
2016-11-26 17:46:47 -08:00
codicodi
76e1ee2cfc
Fix small logic error
2016-11-27 02:28:37 +01:00
codicodi
cfa70c4f67
[ICU] Initial commit
2016-11-27 02:23:55 +01:00
Alexander Karatarakis
9fdb1f8fe8
[clockutils] Remove copy of LICENSE
2016-11-26 16:11:27 -08:00
Alexander Karatarakis
56581e816a
[curl] Enable static building
2016-11-26 16:05:46 -08:00
Alexander Karatarakis
660797c22c
[clockutils] Call vcpkg_copy_pdbs()
2016-11-26 13:35:26 -08:00
vlj
4efbc5b135
Add glslang.
2016-11-26 22:35:02 +01:00
Alexander Karatarakis
e761b5ac0a
Merge branch 'master' of https://github.com/ClockworkOrigins/vcpkg into ClockworkOrigins-master
2016-11-26 13:25:58 -08:00
Mattias Cibien
de0065d9d2
Finished globjects
2016-11-26 21:14:30 +01:00
Mattias Cibien
90a0447f93
Initial globjects
2016-11-26 21:00:53 +01:00
Daniel Bonrath
469b819fdf
#339 added clockUtils port
2016-11-26 19:36:25 +01:00
codicodi
a510782857
Bump version
2016-11-26 16:55:29 +01:00
codicodi
c7bb71b29a
Specify path for includes
2016-11-26 16:54:51 +01:00
devel71
282d979c7e
[qca] fix cmake files dir
...
Added qt5 as Build-Depends to CONTROL file.
2016-11-26 13:56:01 +01:00
devel71
cb778ecfbd
[qca] fix cmake file location
...
Added qt5 Build-Depends to CONTROL file.
2016-11-26 13:51:09 +01:00
Robert Schumacher
02f00dfbc7
[zstd] Reduce modifications to the upstream CMake. Remove all variation from the import lib name.
2016-11-26 02:40:38 -08:00
Robert Schumacher
c076567336
Merge branch 'add-zstd-port' of https://github.com/saulthu/vcpkg into saulthu-add-zstd-port
2016-11-26 01:54:56 -08:00
Robert Schumacher
7e4a57fbfd
[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl.
2016-11-26 00:15:57 -08:00
Robert Schumacher
351c9a85b2
[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl.
2016-11-26 00:15:38 -08:00
Robert Schumacher
32157f8ce5
[vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress integration via MSBuild when using CMake.
...
Add lib\ and lib\manual-link\ to additional library paths.
[gtest] Because the four libraries provided by gtest supply redundant symbols and define main, opt them all out.
Addresses #306 .
2016-11-25 23:10:27 -08:00
Robert Schumacher
cdba9a5e49
[rxcpp] Renaming downloaded file back to RxCpp-v3.0.0.tar.gz to avoid collisions with other libraries
2016-11-25 21:45:41 -08:00
Robert Schumacher
bff67a592d
Revert "Merge pull request #348 from kirkshoop/rxcpp3.0.0"
...
This reverts commit 82c29e0dc5
, reversing
changes made to a5b1ed784a
.
2016-11-25 21:44:01 -08:00
Robert Schumacher
82c29e0dc5
Merge pull request #348 from kirkshoop/rxcpp3.0.0
2016-11-25 21:37:34 -08:00
Robert Schumacher
a5b1ed784a
Merge pull request #347 from sdcb/rxcpp-3
...
[rxcpp] Upgrade to latest 3.0.0
2016-11-25 21:33:17 -08:00
Robert Schumacher
49258ecd62
Merge pull request #338 from sdcb/dxut-static
...
[dxut] switch dxut building static lib
2016-11-25 20:31:02 -08:00
Kirk Shoop
420795eed1
update rxcpp to 3.0.0
2016-11-25 19:27:07 -08:00
flysha
1794eec16d
[rxcpp] Upgrade to latest 3.0.0
2016-11-26 09:58:03 +08:00
Michael B. McLaughlin
57f051776f
Added ports for pixman 0.32.0 and cairo 1.14.6. Note that neither support UWP (pixman can only build as a static library due to having no exports and cairo depends on GDI among other things). Also, cairo depends on pixman, libpng, and zlib.
2016-11-25 18:48:19 -05:00
Manuel Massing
3cff7cd6af
Add PROJ.4 cartographic projection library port
2016-11-25 17:26:39 +01:00
devel71
877b237f6f
initial commit to qca branch
2016-11-25 11:40:29 +01:00
sdcb
5cc2e93a6f
Add directxtk
...
Note:
1. dynamic build is not supported, because upstream build are static by default.
2. Currently uwp build are not supported, it can eanbled by swith to using DirectXTK_Windows10.sln instead of DirectXTK_Desktop_2015_Win10.sln. We can enable it in the future.
2016-11-25 17:37:48 +08:00
sdcb
266703eab8
[dxut] switch dxut building static lib
...
dxut is by building static library by default, my previous PR forcing dxut building dynamic by creating a huge patch (basically add dllimport/dllexport everywhere).
This PR droped the huge patch and switch building static library (which is the upstream default behavior).
related issue:
https://github.com/Microsoft/DXUT/issues/8
2016-11-25 16:42:12 +08:00
Jens Frederich
986c6e5ea0
[think-cell-range] upgrade to e2d3018
...
Signed-off-by: Jens Frederich <jens.frederich@vector.com>
2016-11-24 13:24:25 +01:00
Alexander Karatarakis
7f73ac8d4d
Merge pull request #322 from barcharcraz/libpq-postgres
...
added libodb-pgsql support
2016-11-23 16:08:38 -08:00
Alexander Karatarakis
d6c6818531
[fmt] Bump version
2016-11-23 16:03:44 -08:00
Alexander Karatarakis
d84e004929
Merge pull request #333 from barcharcraz/fix-fmt-again
...
mode fmt export all symbols on windows
2016-11-23 16:02:40 -08:00
Alexander Karatarakis
7969392738
Merge pull request #328 from sdcb/mongo-c-remove-patch
...
[mongo-c-driver] Remove useless 0001_cmake.patch
2016-11-23 00:38:00 -08:00
Saul Thurrowgood
431f5e12a3
zstd port: rename libs to non-versioned names
2016-11-23 17:58:25 +11:00
Saul Thurrowgood
5c74546300
zstd port: rename to non-versioned libs, don't
2016-11-23 17:56:56 +11:00
sdcb
9144d1f7c7
[mongo-c-driver] Remove useless 0001_cmake.patch
2016-11-23 10:34:15 +08:00
sdcb
a26bf41ac3
[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro.
...
related to: https://github.com/Microsoft/vcpkg/pull/316
2016-11-23 10:11:17 +08:00
Saul Thurrowgood
47af38473c
Add zstd port
2016-11-23 11:00:31 +11:00
Alexander Karatarakis
c4af751534
Merge pull request #313 from muemart/xslt
...
Add libxslt
2016-11-22 15:52:00 -08:00
Alexander Karatarakis
6482f8e939
Merge pull request #316 from sdcb/mongocxx-staticfix
...
[mongo-cxx-driver] fix static build
2016-11-22 13:51:57 -08:00
Alexander Karatarakis
e6f64ad759
Merge branch 'muemart-xslt'
2016-11-22 13:30:31 -08:00
Charlie Barto
1f22f927e2
mode fmt export all symbols on windows
2016-11-22 15:51:35 -05:00
Charlie Barto
bbf853d007
added libodb-pgsql support
2016-11-22 13:07:05 -05:00
Wakusei
f357b18b01
[port] Added yaml-cpp
...
#308
2016-11-22 22:11:57 +09:00
Martin Müller
7ebd074e06
Use different output folder for every triplet, and add debug info to release builds
2016-11-22 09:44:37 +01:00
sdcb
db2b51c06a
define MONGOCXX_STATIC in export.hpp
2016-11-22 16:27:42 +08:00
sdcb
9d3a91cce2
[mongo-cxx-driver] fix static build
...
note:
Actually, static build is perfectly fine but the cmake always build static and dynamic library togather, in the static environment, dynamic build will fail due link error.
I twisted a patch to the CMakeLists.txt to make dynamic build happy when building static.
2016-11-22 15:33:24 +08:00
Alexander Karatarakis
a1405500b4
[soci] Fix setting LIBDIR instead of SOCI_LIBDIR
2016-11-21 15:10:59 -08:00
Martin Müller
adc2a901b1
Add libxslt port
2016-11-21 22:40:45 +01:00
Martin Müller
971e1dfd0d
Fix libxml2 port when building with static linkage
2016-11-21 22:39:34 +01:00
Alexander Karatarakis
772528f112
[soci] Fix to correctly set SOCI_STATIC and SOCI_SHARED
2016-11-21 13:05:45 -08:00
Alexander Karatarakis
28d3238a88
[soci] Formatting
2016-11-21 13:01:24 -08:00
Alexander Karatarakis
a7310ac84b
Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into barcharcraz-soci_add
2016-11-21 12:58:37 -08:00
codicodi
1d2761ec40
Bump fmt version to 3.0.1
2016-11-21 20:39:50 +01:00
Alexander Karatarakis
23a5a229ce
Merge pull request #310 from sdcb/libbson
...
[mongo-*] Enable static build, upgrade package version
2016-11-21 11:16:55 -08:00
Alexander Karatarakis
db8146df29
Merge pull request #301 from drdanz/libjpeg-turbo_static_libs
...
[libjpeg-turbo] Fix static libraries name
2016-11-21 11:10:01 -08:00
Daniele E. Domenichelli
6b713035fb
[libjpeg-turbo] Fix static libraries name
...
The libraries with the "-static" suffix are not found by CMake
2016-11-21 17:08:17 +01:00
sdcb
686fef9bfe
[mongo-cxx-driver] there is a failure on link stage, cannot build static, warn and then build dynamic
2016-11-21 18:04:18 +08:00
sdcb
260f5f20c3
[mongo-cxx-driver] Upgrade to 3.0.3
...
Enable static build
Disable test and example
2016-11-21 17:41:25 +08:00
sdcb
6fc5aeae74
[mongo-c-driver] openssl is optional dependency.
2016-11-21 13:59:42 +08:00
sdcb
b63d35b10b
[mongo-c-driver] Upgrade to 1.5.0-rc6
...
Enable building static library.
Exclude test and examples.
2016-11-21 13:51:48 +08:00
sdcb
51a9334d1b
Fix static build runtime error.
2016-11-21 11:53:06 +08:00
sdcb
2538bdac5a
Upgrade libbson to 1.5.0-rc6
...
Add support for libbson-static build.
Do not use the patch file for libbson.
2016-11-21 11:19:08 +08:00
Alexander Karatarakis
b706e4b93a
[libuv] Enable static building
2016-11-19 16:16:28 -08:00
Alexander Karatarakis
f04288b88f
[libuv] Add branching for dynamic/static building
2016-11-19 15:45:34 -08:00
Alexander Karatarakis
de9728cfe1
[libuv] Update to 1.10.1
2016-11-18 20:29:35 -08:00
sdcb
f3cb18292c
Fix poco-pcre debug link issue
...
Should fix: https://github.com/Microsoft/vcpkg/issues/302
2016-11-18 13:46:18 +08:00
Charlie Barto
ca5989fb1f
add support for SOCI
2016-11-17 22:53:37 -05:00
Robert Schumacher
a7af1a727e
Merge pull request #276 from barcharcraz/libpq
...
added libpq port
2016-11-17 00:43:11 -08:00
Robert Schumacher
039cee1352
[poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :)
2016-11-17 00:35:33 -08:00
Robert Schumacher
8782e7fdf0
Merge pull request #293 from sdcb/poco
...
Add poco.
2016-11-17 00:31:02 -08:00
Robert Schumacher
22108321c0
[pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch poco to use unbundled libs.
2016-11-17 00:28:54 -08:00
Charlie Barto
901db2357a
remove debug postfix again, missed in rebase
2016-11-17 03:20:16 -05:00
charlie barto
89b42cce90
made libpq copy pdb files
2016-11-17 03:19:04 -05:00
charlie barto
5ace538348
revert debug rename, it was a stupid idea
2016-11-17 03:18:32 -05:00
Charles Barto
cb488d8407
added libpq port
2016-11-17 03:16:36 -05:00
Charlie Barto
dcca77cd67
install types and genbki, this seems to be needed for cmake's findpostgresql
2016-11-17 03:01:38 -05:00
charlie barto
b81c914898
used export all symbols instead of pq's .def files, this is so that we don't have to change the sources depending on debug or release config
2016-11-17 03:00:58 -05:00
charlie barto
da65430a30
made libpq copy pdb files
2016-11-17 03:00:58 -05:00
charlie barto
a77bed25fc
revert debug rename, it was a stupid idea
2016-11-17 03:00:58 -05:00
charlie barto
79ff444948
removed debug suffix from libpq
2016-11-17 03:00:58 -05:00
charlie barto
2418a15b0d
install pg_config.h
2016-11-17 03:00:58 -05:00
charlie barto
6c22b89959
updated dependencies for libpq
2016-11-17 03:00:58 -05:00
Charles Barto
1cc7a472af
added libpq port
2016-11-17 03:00:58 -05:00
Robert Schumacher
6455cdd68f
Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-poco
2016-11-16 21:35:59 -08:00
Robert Schumacher
9653c6216d
Merge pull request #300 from barcharcraz/fix_glfw
...
more glfw3 path fixes
2016-11-16 21:35:30 -08:00
Alexander Karatarakis
56c3febc9d
[boost] Also rename lib files in dynamic builds (conditionally)
...
i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete
libboost_xxx.lib otherwise rename it to boost_xxx.lib
2016-11-16 20:25:01 -08:00
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
charlie barto
21c4404d39
more glfw3 path fixes
2016-11-16 19:08:47 -05:00