Commit Graph

9512 Commits

Author SHA1 Message Date
Victor Romero
77ba2ebf39
Merge pull request #8513 from ewertons/master
[azure] Update azure-iot-sdk-c for release of 2019-10-07
2019-10-09 12:29:54 -07:00
Victor Romero
9d80a9226e
Merge pull request #8505 from karjonas/irrlicht_reorder
[irrlicht] Reorder link libraries
2019-10-09 12:27:49 -07:00
Victor Romero
15fc811e6d
Merge pull request #8501 from JackBoosY/dev/jack/8450
[itk]Fix use 64 bit ids.
2019-10-09 12:26:05 -07:00
Victor Romero
aa08e7098f
Merge pull request #8485 from karjonas/ode
[ode] Upgrade to 0.16
2019-10-09 12:25:15 -07:00
Victor Romero
a595ff6322
Merge pull request #8488 from JackBoosY/dev/jack/update_template
update templates.
2019-10-09 11:27:21 -07:00
Victor Romero
eac3164d51
Merge pull request #8493 from eao197/restinio-0.6.0.1
[restinio] updated to v.0.6.0.1
2019-10-09 11:14:09 -07:00
Victor Romero
65fd4502ae
Merge pull request #8494 from JackBoosY/dev/jack/8480
[armadillo]Fix cmake path.
2019-10-09 11:13:45 -07:00
Victor Romero
31458d8ff6
Merge pull request #8496 from JackBoosY/dev/jack/8429
[sdl2-mixer]Fix usage issue.
2019-10-09 10:47:33 -07:00
Victor Romero
72b3aa83af
update magic_enum to v0.6.2 (#8500) 2019-10-09 10:42:48 -07:00
JinmingHu
aba829d929 [azure-storage-cpp]Upgrade to 7.0.0 (#8499) 2019-10-09 10:41:51 -07:00
Ewerton Scaboro da Silva
3a619c1af8 [azure] Update azure-iot-sdk-c for release of 2019-10-07 2019-10-09 09:01:16 -07:00
JackBoosY
37be706f56 Fix option -j (#8489)
* Remove unusable parameters -j

* trigger CI system.

* Add option -j to make.

* Re-trigger CI system.

* Fix -j in make, fix NO_DEBUG in nmake.

* Re-trigger CI system.
2019-10-09 05:54:19 -07:00
JackBoosY
0de501a3f4 [liblas]Fix ${_IMPORT_PREFIX} in liblas-depends-*.cmake. (#7920)
* [liblas]Fix ${_IMPORT_PREFIX} in liblas-depends-debug.cmake/liblas-depends-release.cmake.

* [liblas]Fix depends.cmake.

* [liblas]Use vcpkg_fixup_cmake_targets to handle liblas-depends-*.cmake.
2019-10-08 11:33:55 -07:00
Wanderley Caloni
7a33372afd Including config file openssl.cnf in installation. (#8224)
* Including config file openssl.cnf in installation.

The original cmake script after the build delete the openssl.cnf files,
but if there is no config file in the environment the openssl.exe
warnings and fails in some commands.

This commit instead of deleting one of the openssl.cnf file it renames
(moves) to the installation dir tools/openssl, the same openssl.exe
final destination.

* Changing version from CONTROL file to help the vcpkg update command know to rebuild.
2019-10-08 10:25:43 -07:00
Jonas Karlsson
66cfb24adf [irrlicht] Reorder link libraries
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
2019-10-08 14:34:30 +02:00
JackBoosY
f3e317b16f Add project declaration and fix linux installation. (#8495) 2019-10-08 04:43:23 -07:00
neargye
9a0a30c51d update magic_enum to v0.6.2 2019-10-08 15:37:35 +05:00
JackBoosY
3de3c82039 [itk]Fix use 64 bit ids. 2019-10-08 02:16:03 -07:00
JackBoosY
df484b0e5a [sdl2-mixer]Use dynamic library suffix when building dynamic library. 2019-10-08 01:53:53 -07:00
Jonas Karlsson
f75fdd0050 [ode] Upgrade to 0.16 2019-10-08 10:44:14 +02:00
JackBoosY
df09093358 [sdl2-mixer]Delete the absolute path of the dependent libraries. 2019-10-08 00:27:23 -07:00
JackBoosY
df3e90fd27 [armadillo]Fix cmake path. 2019-10-07 23:59:54 -07:00
eao197
217aab7a11 RESTinio updated to v.0.6.0.1 2019-10-08 09:54:40 +03:00
Chris-SG
9f26ae8bf0 Find default for text/plain on Linux and Windows (#567) (#8435)
* Find default for text/plain on machines with xdg (#567)

* Add unicode aware detection of text/plain on windows
2019-10-07 21:00:59 -07:00
JackBoosY
bc80d3c00e use macros VCPKG_TARGET_IS_ instead of VCPKG_CMAKE_SYSTEM_NAME 2019-10-07 20:11:35 -07:00
JackBoosY
c784f08ee0 update templates. 2019-10-07 20:07:43 -07:00
myd7349
b2f2d89607 [kcp] Add new port (#8278)
* [kcp] Add new port

* [kcp] Remove patch
2019-10-07 19:15:32 -07:00
JackBoosY
bb578e90af [mathgl]Fix feature glut/hdf5/qt5. (#8369)
* [mathgl]Fix feature glut and hdf5.

* [mathgl]Fix feature qt5 glut.

* [mathgl]Use find_library instead of find_package for feature glut.

* revert changes about opengl.

* [mathgl]Revert feature opengl dependency.
2019-10-07 12:25:09 -07:00
Sutou Kouhei
513ebc2275 [libffi] Add support for CMake config (#8162)
* [libffi] Add support for CMake config

* [libffi] Use vcpkg_fixup_cmake_targets()
2019-10-07 11:13:05 -07:00
Henrik Gaßmann
3c074b6cb0 [gsl-lite] Update to v0.34.0 (#8465) 2019-10-07 11:03:34 -07:00
Daniil Goncharov
c15d39454f update nameof to v0.9.1 (#8464) 2019-10-07 11:02:53 -07:00
JackBoosY
2547ca8137 Add Chinese readme. (#8476)
* add chinese readme.

* fix format.
2019-10-07 10:40:57 -07:00
Stefano Sinigardi
726c111481 [vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-07 10:35:13 -07:00
Vinny
e86ff2cc54 Update vcpkg create template (#8427)
* Began updating

* Added 'Homepage:' to CONTROL, added vcpkg_check_features to vcpkg_create template

* Update portfile.in.cmake

Added documentation link for vcpkg_check_features
2019-10-07 10:31:38 -07:00
janholt
ea79220f9d [metis][suitesparse] add metisConfig.cmake (#8376)
* [metis] install metisConfig.cmake

* [suitesparse] add find_package(metis)
2019-10-05 08:02:12 -07:00
Lennart Trunk
4b9ccaa844 [qt5-tools] change control file so activeqt isn't a dependency on non windows (#8373)
* change control file so activeqt isn't a dependency on non windows systems

* Update CONTROL
2019-10-05 08:00:42 -07:00
Phoebe
81e1774f87 [mmx] add new port (#8384) 2019-10-05 07:58:20 -07:00
JackBoosY
ad493fd860 Add function vcpkg_configure_make/vcpkg_build_make/vcpkg_install_make/vcpkg_build_nmake/vcpkg_install_nmake (#8267)
* Add function vcpkg_configure_make/vcpkg_build_make.

* Fix autoreconf command and add log.

* Add vcpkg_install_make.

* Fix call function name.

* support non-debug mode.

* Add nmake support.

* [tcl]Add new port for testing.

* [vcpkg_configure_make]Fix prefix in linux.

* restart CI systen.

* Separate vcpkg_build_nmake/vcpkg_install_nmake. Add arg PROJECT_NAME.

* fix copy source file. add samples.

* Remove uncommon options.
Add force install para to autoreconf.

* fix build error.

* fix options judgment.

* enable nmake in windows.

* fix some envs and macros. Disable NMAKE in vcpkg_configure_make currently.

* update docs.

* fix environments.

* Modify libosip2 to use vcpkg_configure_make/vcpkg_install_make.

* [tcl]Tcl separates PR.

* trigger PR-EAGER.

* [freexl]Fix options name and remove option NMAKE.

* use tool-chain instead of set environments manually.

* fix autoreconf para.

* use vcpkg_execute_build_process instead.
2019-10-05 07:51:07 -07:00
zi-m
47c6b3f557 fix find_package(wxWidgets) issue in release build (#8405) 2019-10-04 15:53:43 -07:00
Alexej Harm
da233c38ec Add go to vcpkg_find_acquire_program (#8440) 2019-10-04 11:14:35 -07:00
woxigeh
e02f2b2e32 [phnt] Add new port (#8434) 2019-10-03 16:20:50 -07:00
Ken A. Redergård
a9ba330cc0 [nrf-ble-driver] Fix version number (#8437)
* Fix version number

* Bump version
2019-10-03 16:16:12 -07:00
Carlos O'Ryan
e1686e1a83 [google-cloud-cpp] Update to v0.14.0 (#8441) 2019-10-03 16:03:51 -07:00
Jozef Izso
a528ee4b85 [protobuf] Update protobuf to 3.10.0 (#8439) 2019-10-03 09:42:01 -07:00
Jozef Izso
cd8f320b8d [grpc] Update grpc to 1.23.1 (#8438) 2019-10-03 09:41:24 -07:00
hannamagdalena
02dd1ccd62 [thrift]fix-paths (#8410)
* Fix false generated paths

* Change thrift version number
2019-10-03 00:08:59 -07:00
Genos
f89462c8c2 [mgnlibs] Add new port (#8390) 2019-10-02 19:17:31 -07:00
Ehsan
fcd1e4d21f [libfabric] Update library to 1.8.1 (#8415) 2019-10-02 16:03:51 -07:00
Daan De Meyer
1ac57d42ac Update reproc to 9.0.0. (#8411)
- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
2019-10-02 16:02:55 -07:00
zi-m
16a2ec4e99 fix find_package(json5-parser ...) issue (#8401) 2019-10-02 15:51:40 -07:00