Commit Graph

7382 Commits

Author SHA1 Message Date
Phil Christensen
fcde2e64eb
Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0
Upgrade google-cloud-cpp to v0.4.0
2018-12-13 23:39:43 -08:00
myd7349
ff87743dcf [rapidstring] Add new port (#4814)
* [rapidstring] Add new port

* [rapidstring] Rename package to be unofficial-rapidstring
2018-12-13 17:50:34 -08:00
Yann Lanthony
06cad7ff85 [geogram] update to 1.6.9 (#4680)
* [geogram] update to 1.6.9

* [geogram] Cleanup. Enable ninja. Modernize.

* [geogram] Disable PREFER_NINJA with comment
2018-12-13 17:43:20 -08:00
Stanislav Ershov
42828b6f39 [imgui] Update to 1.66b (#4941) 2018-12-13 17:40:55 -08:00
Albert Huang
a05cbffe55 Update libpng-apng to match libpng ports changes + update to 1.6.36 (#4944)
* Update libpng-apng to match libpng ports changes + update to 1.6.36

* Delete CONTROL.bak

* Delete portfile.cmake.bak

* Delete use-abort-on-all-platforms.patch.bak
2018-12-13 17:40:18 -08:00
Carlos O'Ryan
165f96bb51
Update to v1.17.1 2018-12-13 19:20:26 -05:00
Phil Christensen
96b282341f [geos] bump control version number 2018-12-13 16:19:44 -08:00
Phil Christensen
4412edcdd7 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4966 2018-12-13 16:17:15 -08:00
Phil Christensen
83b8a6e036 [mpfr] bump control version number 2018-12-13 16:11:58 -08:00
Phil Christensen
24ff8dcc44 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4964 2018-12-13 16:11:27 -08:00
Phil Christensen
7f7b5cce5c Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4963 2018-12-13 16:09:35 -08:00
Phil Christensen
02c27dd55e [antlr4] bump dash version in control file
Done to force test to run
2018-12-13 15:53:32 -08:00
Phil Christensen
648809dee6
Merge pull request #4943 from LukaszMendakiewicz/dev/lukaszme/portablegit
Replace MinGit with PortableGit
2018-12-13 14:04:41 -08:00
Alexander Karatarakis
fed9a24526 [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
Phil Christensen
93d020f619
Merge pull request #4914 from marcomagdy/aws-lambda-cpp
[aws-lambda-cpp] add new port
2018-12-13 13:42:41 -08:00
Juha Sointusalo
751aa7809d [ftgl] add new port 2018-12-13 23:15:14 +02:00
Phil Christensen
5fc3a10651 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4914 2018-12-13 11:13:43 -08:00
Stefano Sinigardi
6d15819fdd [opencv] bump version 2018-12-13 14:13:05 +01:00
myd7349
13710d5854 [ponder] Add new port 2018-12-13 21:05:21 +08:00
ing. Federico Fuga
dba828e590 Geos: Removed empty directory after install (when only static lib are built) 2018-12-13 13:06:27 +01:00
ing. Federico Fuga
a2c846338c Update mpfr to 4.0.1 and fix compilation under gcc 7
gcc 7 deprecates the use of varargs.h in favour of stdarg.h.
mpfr already fixes it, but the fix is enabled if stdarg is available.
This patch adds the test on CMakeLists.txt and enables the fix if
needed.
2018-12-13 11:59:19 +01:00
Stefano Sinigardi
9b850a8149 [OpenCV3] fix protobuf patch 2018-12-13 11:44:01 +01:00
Roger Leigh
e04b4ed5b5 xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility (#4575)
* xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility

* [xerces-c] Improve port stability by adding control over ICU dependency
2018-12-12 12:47:57 -08:00
Federico Fuga
4347bc7e45 Port of sparsepp added (#4938) 2018-12-12 12:46:59 -08:00
myd7349
a60120cbad [sajson] Add new port (#4818)
* [sajson] Add new port

* [sajson] Fix package namespace
2018-12-12 12:32:45 -08:00
Phil Christensen
af2a3b54aa Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4958 2018-12-12 11:28:42 -08:00
Robert Schumacher
1d5e22919f [docs] Add config-environment.md 2018-12-12 09:22:16 -08:00
Robert Schumacher
e6ee17a951 [libiconv] Modernize 2018-12-12 09:19:37 -08:00
Robert Schumacher
828cedb755 [vcpkg] Add support for muslc, static crt linkage, and forcing the system binaries for cmake and ninja 2018-12-12 09:19:37 -08:00
Albert Fong
666cc9cee2 [antlr4] Upgrade to antlr 4.7.1 2018-12-12 02:59:01 -08:00
Carlos O'Ryan
2455140d99
Upgrade gRPC to 1.16.1. 2018-12-11 22:34:47 -05:00
Carlos O'Ryan
f8ce85feef
Upgrade crc32c to 1.0.6.
This version supports both static and shared libraries, yay!
2018-12-11 22:28:05 -05:00
Carlos O'Ryan
aace39dc14
Upgrade google-cloud-cpp to v0.4.0
Just a periodic release.
2018-12-11 22:22:53 -05:00
Billy O'Neal
cf7e2f3906 Allow redirection of the downloads folder with an environment variable. (#4883)
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp.

* Pass the downloads directory from VcpkgPaths to cmake.

* Also fixup bootstrap on *nix.

* Make error message a little prettier.

* Make that bash script actually work :)

* [vcpkg] Alter Optional<> usage style

* [vcpkg-docs] Add section on Environment Variables to the docs
2018-12-11 11:48:41 -08:00
Marco Magdy
9e773bd912 Target the v0.1.0 release 2018-12-11 10:07:26 -08:00
James Chang
9b8cc80953 [gdcm2] fix improper cmake file setup (#4880)
* move cmake files to proper location, and modify path in contents accordingly

* workaround cmake script to find openjpeg package, and include openjpeg in Build-Depends list

* [gdcm2] Use vcpkg_fixup_cmake_targets()
2018-12-11 10:01:05 -08:00
rfric
5295c8fdeb [mpir] Embed debug info into static lib (#4905) 2018-12-11 09:38:44 -08:00
Stefano Sinigardi
cd7eb41290 [OpenCV3] fix protobuf linking (#4861) 2018-12-11 09:34:00 -08:00
Łukasz Mendakiewicz
905f04da3d Upgrade to Git 2.20.0 2018-12-11 08:47:16 -08:00
Michael Hofmann
42fd0c982a Fix unterminated quoted string in bootstrapping script. (#4946) 2018-12-11 02:12:21 -08:00
Berrysoft
13d1231ad4 Adapt bootstrap to VS 2019 Preview (#4922) 2018-12-11 00:31:44 -08:00
Andrew Sayman
3fb47a376f Include instructions for CentOS bootstrapping (#4892)
Currently only includes Ubuntu or apt oriented system. CentOS provides similarly working compilers through devtoolsets.
2018-12-10 23:30:37 -08:00
Łukasz Mendakiewicz
221b65afc5 Replace MinGit with PortableGit
MinGit does not provide gzip.exe required by git archive required by vcpkg_from_git
2018-12-10 20:21:32 -08:00
Billy O'Neal
5ff5ab7ae2 Remove constructor for type that was using aggregate initialization; in C++20 any user declared constructor means a type is no longer an aggregate. (#4906) 2018-12-07 17:34:13 -08:00
Phil Christensen
4a4aa09483
Merge pull request #4881 from DaanDeMeyer/fix-llvm-port-with-vcpkg-build-type
[LLVM] Fix error when using VCPKG_BUILD_TYPE
2018-12-07 10:43:00 -08:00
Marco Magdy
8dc28516f6 [aws-lambda-cpp] add new port 2018-12-06 17:47:30 -08:00
Phil Christensen
da53f7c8d6 [vtk] bump version in control file 2018-12-06 17:32:05 -08:00
Phil Christensen
a1bb1bdebe [proj4] undo proj4 portfile changes 2018-12-06 17:29:29 -08:00
Phil Christensen
d13e42b000
Merge pull request #4898 from bluekyu/master
[openvr] update to 1.1.3b
2018-12-06 17:25:17 -08:00
Phil Christensen
11aba6ea37
Merge pull request #4900 from zhouqime/master
[rxqt] add port
2018-12-06 17:23:06 -08:00