Commit Graph

10340 Commits

Author SHA1 Message Date
Curoky
705764c635
[fmt] Update to 6.1.2 (#10080)
* [fmt] Update to 6.1.2

* [spdlog] add patch to fix include missing

* [fmt] check if file exists before file(RENAME ...)

* [spdlog] bump version to 1.4.2-2

* [fmt][spdlog] Fix version number
2020-03-02 09:35:36 -08:00
Jack·Boos·Yu
c3ac3b24ff
[pcl] Change feature pcap dependency to libpcap in non-Windows (#10163)
pcl[pcap] still doesn't work on macOS for now, since the libpcap port doesn't support non-Linux systems.
2020-02-29 11:22:53 -08:00
cDc
57c7de7f24
[openmvs] update to v1.1 (#10110)
* update openmvs

* update version
2020-02-28 22:31:23 -08:00
Vitaliy Didik
01a864d25b
[gmime] Update to 3.2.6 (#10112) 2020-02-28 22:30:06 -08:00
Leonid Pospelov
98513a5056
[icu] Fix typo (#10128) 2020-02-28 22:27:28 -08:00
Greg Williamson
9e7db0ccba
[pugixml] Fix debug library name (#10134)
* Fix debug library name

* use option

* Update CONTROL
2020-02-28 22:26:29 -08:00
Kevin Lu
12caf950f8
[libgit2] Update to 0.99.0 (#10140)
* [libgit2] Update to 0.99.0

* Update vcpkg conventions

* Use new approach to disallowing UWP builds
2020-02-28 22:25:31 -08:00
Tobias Brückner
f71aa3077e
[hyperscan] Add missing dependency boost-crc (#10148)
* Add boost-crc to hyperscan dependencies

* Add homepage to CONTROL file

* Increase port version to 5.1.0-4
2020-02-28 22:24:36 -08:00
Jack·Boos·Yu
31ce75e4ae
[celero] Fix some macros (#10159)
WIN32 -> _WIN32, and CELERO_STATIC -> 1
2020-02-28 22:14:37 -08:00
Tobias Brückner
64f7f2590d
[libmysql] Fix for missing "ADD_COMPILE_FLAGS" command (#10162)
* [libmysql] Apply patch to prevent configuration error in extra/re2

Configuration of the embedded extra/re2 produces an error on Mac with Clang:

    CMake Error at extra/re2/CMakeLists.txt:74 (ADD_COMPILE_FLAGS):
      Unknown CMake command "ADD_COMPILE_FLAGS".

cmake/compile_flags.cmake was not included.

* [libmysql] Remove empty directory /lib/plugin/debug after installation

* [libmysql] Update version to 8.0.4-6

* [libmysql] Remove deprecated include(vcpkg_common_functions)

* [libmysql] x64-osx is now expected to pass CI

* [libmysql] Simplify copying of copyright file

* [libmysql] Handle unsupported triplets with vcpkg_fail_port_install
2020-02-28 21:56:22 -08:00
Daniel Parker
053ade685f
[jsoncons] Update to v0.146.0 (#10165)
* [jsoncons] Update to v0.145.0

* Update to v0.145.1

* Removed blank lines at end of .cmake file. Update to v0.145.2

* [jsoncons]Line include(vcpkg_common_functions) removed
2020-02-28 21:50:56 -08:00
SvenPStarFinanz
50e689dbe2
[xmlsec] Add cmake target exports (#10207)
* [xmlsec] Add cmake target exports

* Removed vcpkg_common_functions.
2020-02-28 21:50:01 -08:00
igl42
0d8fb644a0
[blaze] Update to 3.7 (#10182) 2020-02-28 21:44:18 -08:00
Jonathan Giannuzzi
0babb7549b
[sdl2-mixer] Enable native MIDI support on macOS (#10201) 2020-02-28 21:42:47 -08:00
Owen Rudge
bf338dc947
[proj4] Update to version 6.3.1 (#10211) 2020-02-28 21:40:32 -08:00
Hartmut Kaiser
8d4b4baf43
[hpx] Update to V1.4.1 (#10214)
* Updating for HPX V1.4.1

* Addressing review comments
2020-02-28 21:38:07 -08:00
Daniel Yates
605957fef2
[eabase] Update to 2.09.12 (#10215) 2020-02-28 21:36:29 -08:00
Daniel Yates
bbb655857a
[eastl] Update to 3.16.05 (#10216) 2020-02-28 21:34:44 -08:00
Maxime GIMENO
003513de47
[cgal] Upgrade to 5.0.2 (#10222)
* Upgrade to 5.0.2

* Use modern vcpkg functions and remove deprecated code

* Update ports/cgal/portfile.cmake

Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>

Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-02-28 21:33:41 -08:00
Phoebe
df31c41168
[bullet3] Add usage (#10226) 2020-02-28 21:30:50 -08:00
Wolfgang Stöggl
2121698e7b
[tool-meson] Update to 0.53.2 (#10234) 2020-02-28 21:29:51 -08:00
Kevin Lu
ae8a224bee
[sqlite3] Update to 3.31.1 (#10241) 2020-02-28 21:27:31 -08:00
eao197
c953d07fda
[restinio] update to v.0.6.5 (#10208) 2020-02-28 21:10:35 -08:00
Leonid Pospelov
81965f6b3f
[vcpkg] Better vcpkg_apply_patches error message (#10127) 2020-02-27 14:22:16 -08:00
Koby Kahane
4f46ab90fc
[re2] update to 2020-01-01 (#10197)
* [re2] update to 2020-01-01.

* [re2] Remove deprecated vcpkg_common_functions inclusion.
2020-02-26 13:59:31 -08:00
Billy O'Neal
f4359f404a
[cpprestsdk] Update to v2.10.15. (#10191)
* [cpprestsdk] Update to v2.10.15.

* fix baseline

Fixes cpprestdsk on UWP.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-02-26 13:57:43 -08:00
Jack·Boos·Yu
5d6927385e
[libmariadb] Fix patch (#10043)
The patch incorrectly left out the line just before the modification.
2020-02-25 16:42:08 -08:00
Gregor Jasny
1d58bf5310
[prometheus-cpp] Update to version 0.9.0 (#10175) 2020-02-25 14:24:30 -08:00
Jack·Boos·Yu
c6b58e366a
[brotli] Fix build failure on arm64-uwp (#10116)
* [brotli] Fix build failure on arm64-uwp

* update baseline
2020-02-25 14:18:40 -08:00
Stanislav Ershov
d317268f4f
[entt] Update to 3.3.0 (#10205) 2020-02-25 14:14:45 -08:00
Carlos O'Ryan
80d5ee93a4
[google-cloud-cpp-common] Upgrade to v0.20.0 release (#10168) 2020-02-24 16:10:03 -08:00
Robert Schumacher
f6d52648ec
[vcpkg] Fix issue #9916; vcpkg upgrade did not load_tag_vars() (#10202) 2020-02-24 14:38:51 -08:00
Victor Romero
ef60f1d9b9
Fix build for VS2015 (#10126)
* Add missing constructors for TexRowCol required by VS2015

* Make TextRowCol() constexpr and noexcept
2020-02-19 16:51:09 -08:00
Jack·Boos·Yu
9db90b397d
Fix baseline error (#10051)
* Fix osx baseline

* fix osg configure issue

* re-trigger ci test

* re-trigger ci test

* [osg] Revert changes with osg and temporarily skip osg detection

* trigger ci test

* update baseline

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-19 16:45:58 -08:00
DailyShana
1be75a28bf
[irrlicht] add feature to support unicode path on windows (#9902)
* [irrlicht] add feature to support unicode path on windows

* use vcpkg_check_features

* fix tools feature
2020-02-13 23:00:31 -08:00
NancyLi1013
b9794a59a3
[range-v3] Update to 0.10.0 (#10002) 2020-02-13 22:51:45 -08:00
Robert Schumacher
0ebb462870
[vcpkg] Record output from build process into log file (#10063) 2020-02-13 21:11:01 -08:00
Shuanglei Tao
bc37190216
[libwebsockets] add libuv support (#9970)
* [libwebsockets] add libuv support

* [libwebsockets] Bump control version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-13 19:04:40 -08:00
Jack·Boos·Yu
90114a0e2e
[proj4] Fix the feature database judgment (#8763)
* [proj4]Fix the feature database judgment.

* [proj4]Re-fix sqlite tool judgment.
2020-02-13 19:03:58 -08:00
Victor Romero
2523a19f70
Omit telemetry message when bootstrapping with -disableMetrics (#10061)
* Don't show telemetry message when passing --disableMetrics to bootstrap.sh

* Don't show telemetry message when passing -disableMetrics to bootstrap-vcpkg.bat
2020-02-13 18:12:12 -08:00
Jack·Boos·Yu
ad69a7fc8e
[osg]Fix windows-dynamic/linux build. (#8060)
* [osg]Fix dynamic build.

* [sdl1]Fix linux command.

* [osg]Fix linux build: disable present3D and osgstaticview.

* [osg]fix windows build-only for windows.

* [osg]Fix file INSTALL error.

* [osg]Add dependency conditions.

* [osg]disable OSG_USE_UTF8_FILENAME in Linux and OSX.

* [osg]Fix find dependency curl. Replace version num by macro.

* [osg]Add option CMAKE_CXX_STANDARD

* [osg] Remove library prefix.

* [osg] Fix install pdbs

* [osg] Remove usless plugin libs.

* update baseline

* update baseline

* update baseline

* update baseline
2020-02-13 17:53:23 -08:00
Stephen Just
375ea0ec6b
[rxspencer] Add RxSpencer port (#9166)
* [rxspencer] Add RxSpencer port

* No need to force dynamic linkage

* Review comments

* update baseline

* Update to latest upstream

* Review comments

* Update CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-02-13 17:51:10 -08:00
Rémy Tassoux
76fba5ec78
[luajit] Improve static and dynamic CRT support (#8929)
* [luajit] Improve static and dynamic CRT support

* [luajit] fix CRT linkage always static

* [luajit] Fix luajit.exe static build failure

* [luajit] Remove old patch

* [luajit] Remove old patch

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-13 17:48:46 -08:00
Johnny Willemsen
c819b7f6bf
[ace] Update to 6.5.8 (#10003)
* [ace] Update to 6.5.8

* Address review comments

    * ports/ace/portfile.cmake:

* Put back copy step

    * ports/ace/portfile.cmake:

* Fixed error

    * ports/ace/portfile.cmake:

* ARM should work, let us try it

    * ports/ace/portfile.cmake:

* ARM doesn't work yet, so disable it again
    * ports/ace/portfile.cmake:
2020-02-13 17:38:27 -08:00
Robert Schumacher
5deea3b975
[vcpkg-docs] Add documentation for vcpkg_configure_meson(), vcpkg_install_meson(), vcpkg_fixup_cmake_targts(), and vcpkg_prettify_command() (#7606)
* [vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, `vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()`

* [docs] Address code review comments. Reformat docs for vcpkg_fail_port_install.
2020-02-12 15:58:43 -08:00
Carlos O'Ryan
c36db6d3be
[google-cloud-cpp{,-common}] upgrade to latest release (#10037) 2020-02-12 14:48:03 -08:00
kreuzerkrieg
6abebce350
[farmhash] Add new port (#9929)
* FarmHash, a family of hash functions.

* WiP
2020-02-12 14:44:06 -08:00
Victor Romero
71a9def3df
Add triplets for static libraries with dynamic CRT on Windows (#10028)
* Add triplets for static libs with dynamic CRT

* Update .gitignore
2020-02-12 11:46:40 -08:00
nicole mazzuca
7365cd74ef
[duktape] x64-osx fail (#10030)
brew no longer contains python2, since it's EOL, and duktape requires that for now

see https://github.com/svaarala/duktape/issues/1794
2020-02-11 23:20:05 -08:00
pravic
110ed91c05
[sciter] Update to 4.4.0.7.7393 (#10022) 2020-02-11 23:19:34 -08:00