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
Alexander Karatarakis
2a8d61bf1b
Merge pull request #336 from frederich/tc-range_update-e2d3018
...
[think-cell-range] upgrade to e2d3018
2016-11-24 10:29:01 -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
aa3f34c02f
Update CHANGELOG and bump version to v0.0.60
2016-11-23 15:46:30 -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
sdcb
9144d1f7c7
[mongo-c-driver] Remove useless 0001_cmake.patch
2016-11-23 10:34:15 +08:00
Alexander Karatarakis
a1dae379de
Merge pull request #326 from sdcb/mongo-cxx-code-refactor
...
[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro
2016-11-22 18:20:50 -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
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
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
a65f4c3c0b
[bootstrap] Use "unknownhash" if git is not available. Resolves #305
2016-11-21 18:10:21 -08:00
Alexander Karatarakis
891fe4434c
Merge branch 'barcharcraz-soci_add'
2016-11-21 15:11:19 -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
Alexander Karatarakis
4e3269e7fc
Remove unused #includes
2016-11-21 12:57:39 -08:00
Alexander Karatarakis
8092eece29
Merge pull request #312 from codicodi/master
...
Bump fmt version to 3.0.1
2016-11-21 12:51:29 -08:00
Alexander Karatarakis
1b7f21a3e9
[post-build-checks] Add check about no lib files
2016-11-21 12:50:23 -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
Robert Schumacher
b68f330976
Merge pull request #307 from barcharcraz/vs2017fix
...
add support for VS 2017
2016-11-21 10:47:24 -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
Charlie Barto
447160a19e
add support for VS 2017
2016-11-19 01:33:31 -05:00
Alexander Karatarakis
de9728cfe1
[libuv] Update to 1.10.1
2016-11-18 20:29:35 -08:00
Alexander Karatarakis
1fe848e796
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2016-11-18 13:39:14 -08:00
Alexander Karatarakis
26a8ed58be
[coff] Use the offsets_array to go to archive members. Fixes #292
2016-11-18 13:38:43 -08:00
Alexander Karatarakis
ba28195eb8
[coff] Read the second linker offsets to deduce the real offset count
...
Those that start with 0 are ignored
2016-11-18 13:33:03 -08:00
Alexander Karatarakis
0a1a7d664d
Merge pull request #304 from sdcb/poco-fix
...
[poco] Fix poco-pcre debug link issue
2016-11-18 01:46:57 -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