aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-04Whitespace change to retrigger buildgrdowns
2019-06-02Fixed copy/paste file extension errorKrzysztof Kawa
2019-06-01Copying debugging symbols for libvpx.Krzysztof Kawa
2019-05-26[osg] remove outdated find module and improve collade.patch (#6613)Alexander Neumann
2019-05-26Added debug postfix in libwebm and reverted debug files rename. (#6626)Krzysztof Kawa
2019-05-26[matroska] Upgrade to 1.5.1 (#6628)evpobr
* [matroska] Upgrade to 1.5.1 * [matroska] Fix hash to 1.5.1
2019-05-26[ebml] Upgrade to 1.3.8 (#6627)evpobr
2019-05-25[boost-iostream] fix zstd library linkage. (#6624)Alexander Neumann
2019-05-24make regex case insensitive (#6402)Alexander Neumann
2019-05-24[libvorbis] patch find_library instead of manually supplying the libr… (#6569)Alexander Neumann
* [libvorbis] patch find_library instead of manually supplying the library to cmake * whitespace change to retrigger ci
2019-05-24[jasper] Fix jasper find module. CMake requires the extra debug suffix (#6614)Alexander Neumann
2019-05-24[azure] Update azure-iot-sdk-c for master release of 2019-05-16 (#6615)ewertons
2019-05-24[clipp] Add new port (#6612)Daniel Marshall
2019-05-24[libgeotiff] fix problems with config/targets (#6596)Alexander Neumann
* [libgeotiff] fix problems with config/targets * fixing case * all lower case.... * hopefully this fix works everywhere
2019-05-24[mathgl] draft port (#6463)Stefano Sinigardi
* [mathgl] draft port * [mathgl] fix unmatching symbols
2019-05-24[libtheora] fix find ogg (#6610)Alexander Neumann
2019-05-24[nvtt] install extra libraries used by OSG. (#6611)Alexander Neumann
2019-05-24[podofo] remove outdated find modules (#6608)Alexander Neumann
2019-05-24[signalrclient] fix cpprestsdk linkage (#6606)Alexander Neumann
2019-05-24[apr-util] Fix logic error. If find_library call is used testing for ↵Alexander Neumann
existance is strange. (#6609) Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.
2019-05-24[wavpack] Link against openssl target (#6607)Alexander Neumann
2019-05-24[smpeg2] make sdl2 linkage more robust (#6604)Alexander Neumann
2019-05-24[arrow] improve arrow zstd linkage (#6602)Alexander Neumann
2019-05-24[freerdp] remove outdated find openssl module (#6601)Alexander Neumann
2019-05-24[CLI11] Update to 1.8 (#6597)Daniel Marshall
2019-05-24[dlib] Update to v19.17 and fix static lapack linkage (#6520)Sean Warren
* [dlib] Update to v19.17 and fix static lapack linkage * [dlib] Update patchs for new dlib version
2019-05-23[librabbitmq/glbinding] Port update (#6391)wangli28
* [librabbitmq/glbinding] Port update * fix librabbitmq uwp warning. * [glbinding/globjects] Fix glbinding::KHRplatform was not found and globjects built failed
2019-05-23[libxlsxwriter] Add new port (#6460)NancyLi1013
* [libxlsxwriter] Add new port * [libxlsxwriter]Re-generate patch file and fix build error in linux.
2019-05-23[unicorn-lib]Fix build error. (#6534)JackBoosY
* [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[freetds] Add new port (#6566)maharmstone
2019-05-23[libmariadb]Disable test build. (#6574)JackBoosY
2019-05-23[libbf]Fix error message print judgment on windows. (#6577)JackBoosY
2019-05-23Merge pull request #6587 from ivysnow/concurrentqueuePhil Christensen
[concurrentqueue]update to 1.0.0-beta-dea078c with cmake target
2019-05-24[concurrentqueue]update to 1.0.0-beta-dea078c with cmake targetIvy Snow
2019-05-23Updated ISMRMRD to 1.4. Removed patch for HDF5 dependency as that should not ↵David Christoffer Hansen
be optional on platforms with HDF5 available (#6111)
2019-05-23[ebml, matroska] Updates (#6526)evpobr
* [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[toolsrc] Optionally allow vcpkg to clean after each build (#6522)Sean Warren
* [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-23Fix linking debug bzip2 (#6570)Curtis J Bezault
2019-05-22Merge pull request #6529 from lebdron/boost-dynamicPhil Christensen
[boost-modular-build-helper] Dynamic build support
2019-05-22Merge pull request #6531 from JackBoosY/dev/jack/6495Phil Christensen
[cccapstone]Fix include file <capstone.h> path.
2019-05-22Merge pull request #6544 from JackBoosY/dev/jack/6496Phil Christensen
[z3]Fix install files path and add tools.
2019-05-22Merge pull request #6545 from JackBoosY/dev/jack/6543Phil Christensen
[paho-mqtt]Fix install path.
2019-05-22Merge pull request #6546 from JackBoosY/dev/jack/3308Phil Christensen
[geographiclib]Fix install files path.
2019-05-22Merge pull request #6557 from wangli28/dev/Lily/issue6548Phil Christensen
[OpenEXR] Fix copyright install path
2019-05-22Merge pull request #6567 from Neumann-A/fix_openvdbPhil Christensen
[openvdb] Fix blosc linkage in openvdb. issue #6561
2019-05-22Merge pull request #6568 from Neumann-A/fix_pthreadsPhil Christensen
[pthreads] remove debug/release libs from release/debug folder
2019-05-22Merge pull request #6505 from cenit/dev/cenit/openmvsPhil Christensen
[openmvs] add new port
2019-05-23[z3]Replace the file command with vcpkg_fixup_cmake_targets.JackBoosY
2019-05-23[geographiclib]Re-fix install files path without patch.JackBoosY
2019-05-22[qt-base] Use opengl dynamic configuration (#6503)Andreas Mack
* 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