Commit Graph

8381 Commits

Author SHA1 Message Date
grdowns
4fab470553 Stop forcing static linkage 2019-06-05 18:24:39 -07:00
grdowns
dc008d14a9 Remove unneeded symbol export; Fix Linux build 2019-06-05 18:24:16 -07:00
grdowns
d46b696071 Move comment to correct line 2019-06-04 19:03:08 -07:00
grdowns
daa13e58ae Only set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS to true on win32 2019-06-04 18:39:08 -07:00
Norbert Nemec
66169e3f0d [glibmm] Rephrase comment 2019-06-03 15:02:21 +02:00
Norbert Nemec
aaae648571 [glibmm] Reintroduce CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#6550)
(partially reverts change discussed in #5937)
2019-05-25 18:43:57 +02:00
Norbert Nemec
36babc4c93 [glibmm] fix upstream bugs in MSVC-specific glibmmconfig.h 2019-05-25 18:41:28 +02:00
Alexander Neumann
bdb77a361c make regex case insensitive (#6402) 2019-05-24 16:35:40 -07:00
Alexander Neumann
cb98a5c0dd [libvorbis] patch find_library instead of manually supplying the libr… (#6569)
* [libvorbis] patch find_library instead of manually supplying the library to cmake

* whitespace change to retrigger ci
2019-05-24 15:37:50 -07:00
Alexander Neumann
fcc6d6587e [jasper] Fix jasper find module. CMake requires the extra debug suffix (#6614) 2019-05-24 15:23:00 -07:00
ewertons
4f6d1278c5 [azure] Update azure-iot-sdk-c for master release of 2019-05-16 (#6615) 2019-05-24 15:16:28 -07:00
Daniel Marshall
8f1d08d00b [clipp] Add new port (#6612) 2019-05-24 15:15:22 -07:00
Alexander Neumann
c5bd18d373 [libgeotiff] fix problems with config/targets (#6596)
* [libgeotiff] fix problems with config/targets

* fixing case

* all lower case....

* hopefully this fix works everywhere
2019-05-24 15:11:42 -07:00
Stefano Sinigardi
ff77285e6b [mathgl] draft port (#6463)
* [mathgl] draft port

* [mathgl] fix unmatching symbols
2019-05-24 14:42:47 -07:00
Alexander Neumann
09e6b4dd9d [libtheora] fix find ogg (#6610) 2019-05-24 12:13:11 -07:00
Alexander Neumann
d7e41c7ef4 [nvtt] install extra libraries used by OSG. (#6611) 2019-05-24 12:12:33 -07:00
Alexander Neumann
ed311ddf93 [podofo] remove outdated find modules (#6608) 2019-05-24 12:12:03 -07:00
Alexander Neumann
070a41de03 [signalrclient] fix cpprestsdk linkage (#6606) 2019-05-24 12:09:17 -07:00
Alexander Neumann
12a0106d03 [apr-util] Fix logic error. If find_library call is used testing for existance is strange. (#6609)
Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.
2019-05-24 10:36:10 -07:00
Alexander Neumann
a4f94540ae [wavpack] Link against openssl target (#6607) 2019-05-24 09:50:17 -07:00
Alexander Neumann
ba39468c58 [smpeg2] make sdl2 linkage more robust (#6604) 2019-05-24 09:49:36 -07:00
Alexander Neumann
31ff85a717 [arrow] improve arrow zstd linkage (#6602) 2019-05-24 09:42:57 -07:00
Alexander Neumann
b3b135aca2 [freerdp] remove outdated find openssl module (#6601) 2019-05-24 09:42:12 -07:00
Daniel Marshall
00797fcabc [CLI11] Update to 1.8 (#6597) 2019-05-24 09:40:56 -07:00
Sean Warren
65c02123a4 [dlib] Update to v19.17 and fix static lapack linkage (#6520)
* [dlib] Update to v19.17 and fix static lapack linkage

* [dlib] Update patchs for new dlib version
2019-05-24 09:39:59 -07:00
wangli28
e37cc662ee [librabbitmq/glbinding] Port update (#6391)
* [librabbitmq/glbinding] Port update

* fix librabbitmq uwp warning.

* [glbinding/globjects] Fix glbinding::KHRplatform was not found and globjects built failed
2019-05-23 22:02:13 -07:00
NancyLi1013
b565987e5c [libxlsxwriter] Add new port (#6460)
* [libxlsxwriter] Add new port

* [libxlsxwriter]Re-generate patch file and fix build error in linux.
2019-05-23 21:58:54 -07:00
JackBoosY
9d623319c6 [unicorn-lib]Fix build error. (#6534)
* [unicorn-lib]Fix build error.

* [unicorn-lib]Changed library linkage to static.

* [unicorn-lib]Use find_package instead of find_library to find zlib.

* [unicorn-lib]Fix the name of the PCRE2 library under debug/release and modify ZLIB link name.

* [unicorn-lib]Use select_library_configurations to select which pcre2 library should be linked.
2019-05-23 21:54:24 -07:00
maharmstone
d0f97f7dae [freetds] Add new port (#6566) 2019-05-23 21:52:49 -07:00
JackBoosY
c7528e76ad [libmariadb]Disable test build. (#6574) 2019-05-23 21:44:54 -07:00
JackBoosY
f2b3221a03 [libbf]Fix error message print judgment on windows. (#6577) 2019-05-23 21:41:47 -07:00
Phil Christensen
59b28986bf
Merge pull request #6587 from ivysnow/concurrentqueue
[concurrentqueue]update to 1.0.0-beta-dea078c with cmake target
2019-05-23 21:40:12 -07:00
Ivy Snow
7efe76a239 [concurrentqueue]update to 1.0.0-beta-dea078c with cmake target 2019-05-24 11:40:06 +08:00
David Christoffer Hansen
9c54cc9fab Updated ISMRMRD to 1.4. Removed patch for HDF5 dependency as that should not be optional on platforms with HDF5 available (#6111) 2019-05-23 12:33:44 -07:00
evpobr
25d80a74d6 [ebml, matroska] Updates (#6526)
* [ebml, matroska] Updates

* ebml: use standard CMake project
* ebml: no patches needed (merged in upstream)
* matroska: update to 1.5.0
* matroska: use standard CMake project

Breaking changes from upstream:

* ebml target is now in EBML:: namespace
* matroska target is now in Matroska:: namespace

* Fix configuration on Unix platforms

* [matroska] Bump CONTROL version

* [ebml] Export targets to share/EBML to match casing in find_package()

* [matroska] Fix on Linux and MacOS
2019-05-23 11:27:54 -07:00
Sean Warren
17623739df [toolsrc] Optionally allow vcpkg to clean after each build (#6522)
* [toolsrc] Optionally allow vcpkg to clean packages, buildtrees and downloads after each build
Adds switch --clean-after-build

* [toolsrc] Clarify that --clean-after-build deletes downloads

* [toolsrc] Revert changes to ci download caching behaviour
2019-05-23 11:24:02 -07:00
Curtis J Bezault
52dfee03b5
Fix linking debug bzip2 (#6570) 2019-05-23 04:42:10 -07:00
Phil Christensen
6f1ac121e6
Merge pull request #6529 from lebdron/boost-dynamic
[boost-modular-build-helper] Dynamic build support
2019-05-22 22:04:16 -07:00
Phil Christensen
c1dfb6e681
Merge pull request #6531 from JackBoosY/dev/jack/6495
[cccapstone]Fix include file <capstone.h> path.
2019-05-22 22:02:57 -07:00
Phil Christensen
1f866cf8e2
Merge pull request #6544 from JackBoosY/dev/jack/6496
[z3]Fix install files path and add tools.
2019-05-22 22:02:16 -07:00
Phil Christensen
858a0f5cd1
Merge pull request #6545 from JackBoosY/dev/jack/6543
[paho-mqtt]Fix install path.
2019-05-22 22:01:36 -07:00
Phil Christensen
aa7738d05a
Merge pull request #6546 from JackBoosY/dev/jack/3308
[geographiclib]Fix install files path.
2019-05-22 22:01:07 -07:00
Phil Christensen
c7a8378016
Merge pull request #6557 from wangli28/dev/Lily/issue6548
[OpenEXR] Fix copyright install path
2019-05-22 21:59:44 -07:00
Phil Christensen
bb497a2acc
Merge pull request #6567 from Neumann-A/fix_openvdb
[openvdb] Fix blosc linkage in openvdb. issue #6561
2019-05-22 21:45:22 -07:00
Phil Christensen
adfbc44bcc
Merge pull request #6568 from Neumann-A/fix_pthreads
[pthreads] remove debug/release libs from release/debug folder
2019-05-22 21:44:40 -07:00
Phil Christensen
0bcd82c7ed
Merge pull request #6505 from cenit/dev/cenit/openmvs
[openmvs] add new port
2019-05-22 21:43:50 -07:00
JackBoosY
976744ba21 [z3]Replace the file command with vcpkg_fixup_cmake_targets. 2019-05-23 02:45:01 +00:00
JackBoosY
bbbd843f81 [geographiclib]Re-fix install files path without patch. 2019-05-23 02:17:32 +00:00
Andreas Mack
07fd30c6d9 [qt-base] Use opengl dynamic configuration (#6503)
* Use dynmaic

* Rename flex and bison so qt angle finds them

* Update CONTROL file

* Remove debugging

* Tempdir for flex and bison

* Remove debug output

* Windows only
2019-05-22 15:54:53 -07:00
Alexander Neumann
7b32de6d9b whitespace changes 2019-05-22 21:02:18 +02:00