Aybe
|
c4d9af91c3
|
[aubio] bumping to 0.46 and using GitHub instead
|
2017-11-21 03:38:04 +01:00 |
|
Robert Schumacher
|
3d8ba3e775
|
[SDL2] Move SDL2main.lib into manual-link.
|
2017-11-20 17:06:11 -08:00 |
|
Alexej Harm
|
4415ff5c16
|
[angle] Add CMake package with modules. (#2223)
* added angle cmake config
* bumped angle package version
* [angle] Add unofficial cmake targets
|
2017-11-20 15:33:06 -08:00 |
|
xoviat
|
1a6d0f5611
|
[mprf] add missing symbol (#2226)
* [mprf] create printf
* Update CMakeLists.txt
* [mpfr:portile] copy file
|
2017-11-20 15:10:00 -08:00 |
|
Robert Schumacher
|
ea6783f9ba
|
[imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52.
|
2017-11-20 15:05:44 -08:00 |
|
Frank Quinn
|
5123b32da1
|
Added port for qpid proton 0.18.1
|
2017-11-19 12:04:37 +00:00 |
|
jasjuang
|
cd9d32721d
|
[libusb] apply patch to make it libfreenect2 compatible
|
2017-11-18 16:07:49 -08:00 |
|
Robert Schumacher
|
06819e43e3
|
Merge pull request #2219 from cdcseacave/master
[ceres] enable static CRT linkage for MSVC
|
2017-11-17 18:34:41 -08:00 |
|
Robert Schumacher
|
fcfa1e40da
|
Merge pull request #2220 from UnaNancyOwen/fix_pcl
Change OpenNI2 to feature option
|
2017-11-17 17:23:29 -08:00 |
|
Alexander Karatarakis
|
6b6fa2ab37
|
[date] Update to 2.3
|
2017-11-17 15:57:59 -08:00 |
|
Tsukasa Sugiura
|
c7888a36e4
|
Change OpenNI2 to option
Change OpenNI2 to option for build static link library.
|
2017-11-17 22:19:25 +09:00 |
|
cDc
|
85fe5932cf
|
[ceres] enable static CRT linkage for MSVC
|
2017-11-17 13:48:52 +02:00 |
|
Robert Schumacher
|
c4ca996583
|
Merge pull request #2165 from cenit/master
[OpenGL] add GlU32.lib [GLU]
|
2017-11-17 00:17:41 -08:00 |
|
Robert Schumacher
|
161377d8f6
|
Merge pull request #2197 from UnaNancyOwen/fix_pcl
Fix find debug dependencies of PCL
|
2017-11-17 00:16:12 -08:00 |
|
Robert Schumacher
|
1b2f75be94
|
[vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules.
|
2017-11-16 23:54:55 -08:00 |
|
Aybe
|
9bd4d9a050
|
[aubio] patches for UWP builds
|
2017-11-17 04:03:49 +01:00 |
|
Aybe
|
295bb9f454
|
[libsndfile] patches for UWP builds
|
2017-11-17 02:10:21 +01:00 |
|
Aybe
|
cb30c3fd00
|
[libflac] patches for UWP builds
|
2017-11-17 00:54:14 +01:00 |
|
Alexander Karatarakis
|
de7382ce89
|
Merge pull request #2191 from Innervate/redshell-1.1.2
Small version bump to redshell port
|
2017-11-16 14:49:05 -08:00 |
|
Alexander Karatarakis
|
5d80c622a4
|
Merge pull request #2206 from rosenqui/avro-c
[avro-c] Adding avro-c port
|
2017-11-16 14:47:06 -08:00 |
|
Alexander Karatarakis
|
52ef8c7280
|
Merge pull request #2212 from Alisayyy-Yang/disableTestBranch1116
[string-theory]disable the tests
|
2017-11-16 01:47:45 -08:00 |
|
Alisayyy-Yang
|
2e72678146
|
[string-theory]disable the tests
|
2017-11-16 01:35:19 -08:00 |
|
Robert Schumacher
|
7e3dcc4f09
|
[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix static linking.
|
2017-11-15 21:58:26 -08:00 |
|
Robert Schumacher
|
4228e1e389
|
[llvm] Install debug targets for cmake
|
2017-11-15 21:15:37 -08:00 |
|
Robert Schumacher
|
24283ec1ee
|
[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should use TIFF_LIBRARIES.
|
2017-11-15 18:57:05 -08:00 |
|
Eric Rosenquist
|
d182f929ee
|
Initial commit of the C API for Apache Avro
Avro is a data serialization system.
https://avro.apache.org/docs/current/api/c/
A static library is the only build option at the moment.
The patch for PR#217 in the Avro repo is included since it contains a vital memory leak fix that has not yet been merged into the Avro code.
https://github.com/apache/avro/pull/217
|
2017-11-15 10:36:04 -05:00 |
|
pravic
|
c8412ae017
|
[sciter] Update to 4.0.5.5520
|
2017-11-15 17:57:43 +03:00 |
|
Alisa Yang
|
6ad50f9a30
|
[globjects]disable the gtests
|
2017-11-15 02:42:09 -08:00 |
|
Tsukasa Sugiura
|
0e4daf35ba
|
Fix find debug library of FLANN
Fix find debug library of FLANN.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX
(-gd).
Therefore, It doesn't need to be override.
|
2017-11-15 10:39:22 +09:00 |
|
Tsukasa Sugiura
|
1c43dfa4a2
|
Fix find debug library of QHull
Fix find debug library of QHull.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d).
Therefore, It doesn't need to be override.
|
2017-11-15 10:39:14 +09:00 |
|
yintothayang
|
dd695c1184
|
update CONTROL with latest deps
|
2017-11-15 09:58:21 +09:00 |
|
Jared Szechy
|
502baf1ccb
|
Add librabbitmq port
|
2017-11-14 12:07:17 -05:00 |
|
Robert Schumacher
|
5c9f0ff473
|
[coolprop] Avoid copying entire include/ directory. Add python2 to requirements. Simplify portfile. Fixes #2180.
|
2017-11-14 02:13:31 -08:00 |
|
Robert Schumacher
|
f06bf27397
|
[bond] Boost patch is no longer needed due to toolchain improvements.
|
2017-11-14 01:39:59 -08:00 |
|
Christopher Warrington
|
194edb784d
|
Upgrade Bond to 7.0.2
* Updated to the 7.0.2 release of Bond.
* Regenerated patches.
|
2017-11-14 00:44:24 -08:00 |
|
Robert Schumacher
|
691c388f25
|
Merge pull request #2179 from tusharpm/update-libuv-1.16.1
libuv update
|
2017-11-14 00:05:18 -08:00 |
|
yintothayang
|
48c3fe7dde
|
small version bump to redshell port
|
2017-11-14 12:20:23 +09:00 |
|
Stephen E. Baker
|
0526ec7678
|
[sdl2-mixer] Bump to 2.0.2
Follows upstream default mp3 library change from smpeg to mpg123
|
2017-11-13 21:55:33 -05:00 |
|
Sean Warren
|
28aaced0f5
|
[lcms] Add 'd' debug postfix
|
2017-11-14 11:54:11 +11:00 |
|
Alexander Karatarakis
|
1ea060d6fa
|
Merge pull request #2182 from seanwarren/libraw-debug-postfix
[libraw] Add 'd' debug postfix
|
2017-11-13 02:52:14 -08:00 |
|
Alexander Karatarakis
|
a4761aa26b
|
[libraw] Bump version
|
2017-11-13 02:51:09 -08:00 |
|
gknowles
|
8bf974b0ad
|
[dimcli] update to 3.1.1
|
2017-11-13 00:00:35 -08:00 |
|
Sean Warren
|
6a7d311ea5
|
[libraw] Add 'd' debug postfix
|
2017-11-13 12:23:29 +11:00 |
|
Tushar Maheshwari
|
8fd6bcfe6f
|
Fixing libuv/CONTROL
|
2017-11-12 19:02:44 +05:30 |
|
Tushar Maheshwari
|
fffaa4af7e
|
libuv update
|
2017-11-12 14:19:49 +05:30 |
|
Robert Schumacher
|
ca947c664a
|
[allegro5][refprop-headers][libsodium][arb] Fix use of vcpkg_from_github's OUT_SOURCE_PATH parameter. Fixes #2178.
|
2017-11-12 00:22:51 -08:00 |
|
jasjuang
|
49e82f5db2
|
[glm] update to 0.9.8.5
|
2017-11-11 22:49:06 -08:00 |
|
xoviat
|
c2a757ab9a
|
[if97] fix source path
Closes #2162
|
2017-11-11 22:46:58 -08:00 |
|
Alexander Karatarakis
|
6732d76e14
|
Fix header conflict caused by wincrypt/winsock2 and older Windows SDKs
If a project was using Windows 7 SDK and vcpkg was integrated,
the project would fail to build (the vcpkg ports use Windows 8.1/10 SDK)
|
2017-11-11 22:46:04 -08:00 |
|
Robert Schumacher
|
ec2bbaec84
|
Merge pull request #2172 from AndyM84/master
Enabling static linkage for libwebsockets
|
2017-11-11 21:02:39 -08:00 |
|