Commit Graph

6633 Commits

Author SHA1 Message Date
Frederik Gladhorn
bd5bad18e4 Fix typo (#3856)
* Fix typo

* [docs] Simplify wording further
2018-07-08 21:07:26 -07:00
Frederik Gladhorn
b76b2a99c9 qt5-speech: atlmfc is only needed on Windows (#3857) 2018-07-08 20:58:24 -07:00
Zepp
3a1e0f7f68 compatible with non-English version of Windows (#3866) 2018-07-08 20:57:51 -07:00
Alexander Karatarakis
47f362db99
Merge pull request #3500 from KindDragon/patch-3
[flann] Fix build on linux
2018-07-05 19:13:15 -07:00
Alexander Karatarakis
27c4907277
Merge pull request #3496 from skogler/master
Add vcpkg_from_gitlab and update OpenMesh to 7.0 using the new function.
2018-07-05 18:23:04 -07:00
Robert Schumacher
a382578f19 [spdlog] Update to fix compatibility with fmt 5.0.0 2018-07-04 19:02:06 -07:00
lecopivo
7c4e262e50 Corrade and Magnum on Linux (#3611)
* Corrade and Magnum on Linux

Removed ".exe" extension for executables on Linux.
Removed default feature magnum[windowlesswglapplication] which works
only on Windows.

* Switched to CMAKE_EXECUTABLE_SUFFIX

* [corrade] Remove use of CMAKE_EXECUTABLE_SUFFIX

* [magnum] Avoid usages of CMAKE_EXECUTABLE_SUFFIX
2018-07-04 07:12:51 -07:00
Robert Schumacher
0c2d34331c [azure-c-shared-utility] Add missing dependencies on linux 2018-07-04 07:10:57 -07:00
past-due
1fb2cc3483 [harfbuzz] Use vcpkg Features for UCDN & Glib (#3560)
* [harfbuzz] Use Features for UCDN & Glib

Permit configuration of UCDN and Glib Unicode callback support via features.

* [harfbuzz][pango] Merge conflicts. Pango depends on harfbuzz[glib]
2018-07-04 07:08:45 -07:00
Gabriel
a6b2019b74 SDL2 image: Add features for libjpeg, tiff and webp (#3531)
* SDL2 image: Add features for libjpeg, tiff and webp

* [sdl2-image] Avoid passing lists through vcpkg_configure_cmake()
2018-07-04 01:01:08 -07:00
Stefano Sinigardi
0a656f6a7a [pngwriter][WIP] add port (#3600)
* [pngwriter] add port

* [pngwriter] Fix x86-windows builds. Improve cmake target fixups.
2018-07-04 00:58:26 -07:00
Robert Schumacher
c0ec4809b1 Upgrades for 2018.07.03 2018-07-03 21:44:16 -07:00
Yann Lanthony
093e4d2f8e [geogram] update to 1.6.4 + 'graphics' as Feature (#3622)
* bump version to 1.6.4
* add 'graphics' Feature - remove glfw3 from core dependencies
* simplify patch that failed since 1.6.4
2018-07-03 21:26:54 -07:00
Matt Powley
fcee4c8ba1 [paho-mqtt] Upgraded to Paho-MQTT v1.21 (#3620) 2018-07-03 21:23:42 -07:00
Matt Powley
88b03d1029 [mosquitto] - Upgraded Mosquitto MQTT library to v1.5.0 (#3619)
* Updated and simplified patch files for the new source version
2018-07-03 21:22:34 -07:00
Alexander Karatarakis
2ef707aee7
Merge pull request #3835 from LarryIII/RemoveFollyPatch
Remove patch and update folly to latest release v2018.07.02.00
2018-07-03 21:00:31 -07:00
Alexander Karatarakis
7225914442
Merge pull request #3404 from mardy/botan26
[botan] Update to 2.6.0
2018-07-03 20:58:58 -07:00
Alexander Karatarakis
d65e5703cc [botan] Fix 2.6.0 issues 2018-07-03 18:34:55 -07:00
LazyWolf Lin
f2aaef68ae [libodb-mysql] adapter mysql 8.0 (#3723)
* Install sodium.h

* [libodb-mysql] adapter mysql 8.0
2018-07-03 18:08:38 -07:00
pravic
fe23b30178 [sciter] Update to 4.1.10.5987 (#3760) 2018-07-03 18:03:21 -07:00
Alberto Mardegan
4fbe9f8610 [botan] Update to 2.6.0 2018-07-03 15:39:03 -07:00
Larry-Hu
57833da412 update control-file 2018-07-03 15:13:36 -07:00
Larry-Hu
a300dfcc3a Remove patch and update tp latest folly release v2018.07.02.00 2018-07-03 15:12:45 -07:00
Felipe Aburaya
4ebdbe7e88 [3fd] Initial port of 3FD project (#3811)
* [2fd] Initial port of 3FD project

* [3fd] Fix 2017 builds. Enable static builds in dynamic triplets. Improve vcpkg_build_msbuild().
2018-07-03 06:39:13 -07:00
krow
084eb43343 Add icu support for harfbuzz (#3738)
* Add icu support for harfbuzz

* [harfbuzz] Set feature OFF if not provided instead of leaving it blank.
2018-07-03 06:24:02 -07:00
Simon Hausmann
929f2d9b9b Make locating the Android NDK configurable (#3754)
Prefer an environment variable and fall back to the previous path if not
set.
2018-07-03 06:20:13 -07:00
Paul Rosania
27149bb785 [folly] Fix fatal error in folly-config.cmake (#3747)
facebook/folly@10d1edd8b3 makes two
simultaneous changes:
1. It uses a different mechanism for setting `FOLLY_CMAKE_DIR`, which
   confuses `vcpkg_fixup_cmake_targets` so the path isn't rewritten.
2. It introduces `set_and_check` validation on `FOLLY_CMAKE_DIR`, which
   causes a fatal cmake error if the path is missing.

The combination of these two changes is that folly-config.cmake produces
a fatal error when executed.

This PR tweaks folly's build params and the `vcpkg_fixup_cmake_targets`
arguments so things are rewritten correctly and everything works again.
2018-07-03 06:18:55 -07:00
Robert Schumacher
90bef5f6ed [odgf] Escape : in URL 2018-07-03 05:23:44 -07:00
Qi-rui Chen
98e8c22eaf Fix glfw3:x64-linux producing incorrect target (#3803)
* Fix glfw3 creating incorrect target

glfw3Target.cmake uses a semicolon seperated list which needs to be
escaped with quotes on write

* Fix semicolon stripping

* Fix typo

* [dlib][glfw3][libodb][signalrclient] Bump versions
2018-07-03 04:41:53 -07:00
Navid Rahimi
fae4bd406a Adding OGDF and LEMON library port (#3779)
* Adding OGDF library port

* Adding C++ Graph library - LEMON

* [liblemon][ogdf] Rename lemon -> liblemon. Fix cmake targets.
2018-07-03 04:36:18 -07:00
Jamie Marconi
49245697d7 Update Draco port (#3784) 2018-07-03 04:33:51 -07:00
Phil Felton
da4729bcc6 Fix dependencies, remove commented out CMake, use appropriate CMake version 2018-07-03 11:55:04 +01:00
RT222
10d926e81b [safeint] Initial port (#3762)
* [safeint] Initial port

* [safeint] Use LICENSE from source repo
2018-07-03 03:14:00 -07:00
LarryIII
430c8ca413 update gtest to latest commit to fix issues of google-cloud-cpp (#3836) 2018-07-03 03:00:30 -07:00
MikeGitb
b81090e250 Fix misspelled configuration name (#3786) 2018-07-03 01:18:02 -07:00
Seo Sanghyeon
88523125ff Add inih port (#3806) 2018-07-03 01:17:33 -07:00
Cheney Wang
812a76a591 Update eastl source to the latest commit (#3834) 2018-07-03 01:16:33 -07:00
Matt Ickstadt
e8baec5cb2 [libdshowcapture] Initial Port (#3813) 2018-07-03 01:13:00 -07:00
fquinner
09999de85f qpid-proton: Bumped to 0.24.0 (#3817) 2018-07-03 01:09:59 -07:00
wisk
5efa290dd2 [pegtl] Initial port (#3832)
* [pegtl] Initial port

* [pegtl] fixup_cmake_targets
2018-07-03 01:06:23 -07:00
Josue Andrade Gomes
4d02322c07 [graphicsmagick] version 1.3.30 (#3824) 2018-07-03 01:00:41 -07:00
Miodrag Milanović
1459dbfa51 Fix for python3 compile, fixes issue 3715 (#3827)
* Fix for python3 compile, fixes issue 3715

* [python3] Use PATCHES of vcpkg_from_github
2018-07-03 00:59:02 -07:00
Yann Lanthony
67d6200cdb [openimageio] build with libraw support (#3830)
* [openimageio] build with libraw

* patch: replace 'LibRaw_r_LIBRARIES' occurrences by 'LibRaw_LIBRARIES' since libraw port installs 'raw_r' library as 'raw' 
* activate USE_LIBRAW
* declare dependency to libraw in CONTROL file

* [openimageio] 'libraw' as Feature

* [openimageio] Use PATCHES parameter of vcpkg_from_github()
2018-07-03 00:55:31 -07:00
Robert Schumacher
6080676289 [libuv] Update to 1.12.0 2018-07-03 00:52:10 -07:00
Robert Schumacher
feb0e9af9a Upgrades 2018.07.01 2018-07-03 00:52:10 -07:00
Robert Schumacher
2f50e20a36 [docs-integration] Add more documentation about using the CMake toolchain file 2018-07-02 23:45:31 -07:00
Vlad Marica
2900803079 Update cxxopts to v2.1.0 (#3809) 2018-07-02 23:01:14 -07:00
fquinner
3274783450 openmama: Bumped to 6.2.2 (#3818) 2018-07-02 23:00:20 -07:00
Sztergbaum Roman
8abb0bb4f9 [entt] update to 2.7.0 (#3826)
* [entt] update to 2.7.0

* [entt] update to 2.7.1
2018-07-02 22:31:16 -07:00
Robert Schumacher
b08e78b07d [cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations. 2018-07-02 22:16:47 -07:00