1957 Commits

Author SHA1 Message Date
Robert Schumacher
f22475aad9 [cunit] Refactor CMake to perform proper installation 2017-06-16 20:02:18 -07:00
Robert Schumacher
73a0161bb1 Merge pull request #1293 from atkawa7/nuklear
[nuklear] new port
2017-06-16 17:59:26 -07:00
atkawa7
beda0c3832 [cunit] new port required by #1122 2017-06-16 15:19:20 -07:00
Alexander Karatarakis
67d7dd52ab Merge pull request #1298 from vinniefalco/master
[beast] Update to version 59
2017-06-16 14:29:38 -07:00
atkawa7
3c80824f85 [jansson] new port required by #1122 2017-06-16 12:00:00 -07:00
Vinnie Falco
ce7d0d3743 [beast] Update to version 59 2017-06-16 09:23:09 -07:00
Sean Li
8f013f811f Remove import libraries in static build. 2017-06-16 22:34:40 +08:00
Sean Li
45cc143b26 Add WINDOWS_EXPORT_ALL_SYMBOLS property to flann_cpp only. 2017-06-16 22:23:37 +08:00
Sean Li
c626675abb Remove dll for static build. 2017-06-16 17:16:10 +08:00
Sean Li
e8b8792691 flann: Add compilation of dll and flann_cpp. 2017-06-16 15:52:59 +08:00
Robert Schumacher
c966c3709e Merge pull request #1292 from vinniefalco/master
[beast] Update to version 58
2017-06-15 14:24:28 -07:00
atkawa7
e3e89d1663 [nuklea] new port #1291 2017-06-15 13:04:24 -07:00
Vinnie Falco
517b3fabbb
[beast] Update to version 58 2017-06-15 12:52:52 -07:00
sigman
7b9275f1b3 [corrade][magnum][magnum-plugins] Updated to upstream, enabled more features in [magnum]
Removed plugin location defines. Fixed tools search path in FindCorrade, FindMagnum cmake modules.
2017-06-15 21:48:51 +03:00
Robert Schumacher
30485c2815 Merge pull request #1274 from atkawa7/live555
Live555
2017-06-15 10:20:27 -07:00
Robert Schumacher
2da08053d6 Merge pull request #1278 from codicodi/openexr
[openexr] new port
2017-06-15 10:19:42 -07:00
Robert Schumacher
d1c32d241f [catch] Rename downloaded files to not conflict with older versions or other ports 2017-06-15 10:18:14 -07:00
Martin Hořeňovský
d1841f11c7 Update Catch to 1.9.5 2017-06-15 13:09:44 +02:00
Robert Schumacher
2aa83904ea Merge pull request #1277 from AlexanderTaeschner/CairoInitMutex
[cairo] Initialize mutexes.
2017-06-14 23:16:30 -07:00
Robert Schumacher
748e8b6e74 Merge pull request #1285 from codicodi/fmt
[fmt] update to 3.0.2
2017-06-14 23:06:32 -07:00
Robert Schumacher
9c4fa9583b Merge pull request #1287 from vinniefalco/master
[beast] update to version 57
2017-06-14 21:57:53 -07:00
Vinnie Falco
2b08a3bf21 [beast] update to version 57 2017-06-14 20:41:19 -07:00
codicodi
2752e690b9 [fmt] update to 3.0.2 2017-06-15 00:55:26 +02:00
Alexander Täschner
2d79c53fb9 [cairo] Initialize mutexes. 2017-06-14 15:52:17 +02:00
codicodi
a051d0cb8a [freeimage] use vcpkg-provided openexr 2017-06-14 12:34:09 +02:00
codicodi
14deb3a440 [openexr] initial commit 2017-06-14 12:34:09 +02:00
Robert Schumacher
c5ac989899 Merge pull request #1263 from mmazat/master
Add qhull and flann ports, way to add pcl
2017-06-14 00:04:16 -07:00
Robert Schumacher
5fa90f67cb Merge pull request #1264 from bagong/qwt-zlib1
[Qwt]: fix "missing zlib1.dll"
2017-06-13 23:46:16 -07:00
Robert Schumacher
9addc14b37 Merge pull request #1259 from KindDragon/ceres-fix
Ceres-solver fix
2017-06-13 23:44:19 -07:00
Robert Schumacher
50fca8f92a [pybind11] Build against python3 library inside vcpkg, add find_acquire_program(PYTHON3) 2017-06-13 23:43:15 -07:00
Robert Schumacher
77a45ad175 Merge pull request #1260 from bmharper/master
Add utfz to ports
2017-06-13 23:12:11 -07:00
Robert Schumacher
795dd722e1 [utfz] Use vcpkg_from_github() 2017-06-13 23:11:45 -07:00
Robert Schumacher
1fc4869166 Merge pull request #1265 from codicodi/ilmbase
[ilmbase] new port
2017-06-13 23:07:45 -07:00
Robert Schumacher
27bb11f6fc [ceres][suitesparse] Bump version 2017-06-13 23:04:35 -07:00
Vinnie Falco
d81930ce36
[beast] Update to version 56 2017-06-13 17:40:30 -07:00
atkawa7
b20acde02c removed testing cmake list 2017-06-13 17:16:51 -07:00
atkawa7
aa83671a72 Merge https://github.com/Microsoft/vcpkg into live555 2017-06-13 17:12:54 -07:00
atkawa7
9a409006cf added Live555 #19 2017-06-13 17:11:23 -07:00
atkawa7
0a7fee0e8b removed parquet file 2017-06-13 16:09:00 -07:00
sigman78
4167807f09 [magnum] Emit plugin binary path to the header
Drop-in solution for the msbuild users.
2017-06-13 15:20:29 +03:00
sigman78
61dbead6fc [magnum] Patch SDL2 includes, msbuild compatibility
Concerning SDL2 includes and how do they work. It is seems what the common practice is to append 'SDL2' include path to the compiler options and then do plain #include "SDL.h". While it works in cmake based projects it won't pass in msbuild ones. This patch changes #include to 'global' style <SDL2/SDL.h> and solves the problem.
2017-06-13 12:35:54 +03:00
Vinnie Falco
191f2bde0e
[beast] update to version 55 2017-06-12 16:58:20 -07:00
Robert Schumacher
70871f0a18 [protobuf] Bump version number 2017-06-12 15:07:41 -07:00
Robert Schumacher
bb303ac11b Merge pull request #1251 from evpobr/fix-taglib-createfile2
Fix TagLib port configuration under Win 7 and lower
2017-06-12 13:37:03 -07:00
Alexander Karatarakis
f8f3525530 Merge pull request #1270 from traversaro/fix-dynamic-protobuf
Fix protobuf dynamic build
2017-06-12 12:22:35 -07:00
Silvio
0e50d70199 Fix protobuf dynamic build
Backport https://github.com/google/protobuf/pull/3216
2017-06-12 17:26:30 +02:00
pravic
faf0d669d7 [sciter] Update to 4.0.1.1 2017-06-12 10:07:31 +03:00
Alexander Karatarakis
c3d39d042f Merge pull request #1261 from codicodi/tiff-4.0.8
[tiff] update to 4.0.8
2017-06-11 22:36:59 -07:00
Vinnie Falco
b38ff27ef5
Update Beast package to version 54 2017-06-11 20:14:40 -07:00
mmazaherit
ec625bc160 check in flann 2017-06-11 17:26:22 -04:00