Victor Romero
44c2a66ff2
[libodb-sqlite] Find sqlite3 includes from vcpkg
2019-04-02 17:39:03 -07:00
Victor Romero
a0721f1bea
[sqlitecpp] Find sqlite3 includes from vcpkg
2019-04-02 17:30:53 -07:00
Victor Romero
9596fe7dd7
Merge branch 'master' of https://github.com/Microsoft/vcpkg into pr/cmake_3_14
2019-04-02 16:53:20 -07:00
David Lechner
0fffb47ed0
Fix vcpkg_find_acquire_program(NUGET) ( #5871 )
...
Set the ARCHIVE and NOEXTRACT variables so that downloading works. Also HASH is case-sensitive, so make it lower case.
vcpkg_find_acquire_program(NUGET) was failing with the following error message:
-- Downloading https://dist.nuget.org/win-x86-commandline/v4.8.1/nuget.exe ...
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:159 (file):
file DOWNLOAD error: cannot create directory
'C:/Users/david/Documents/GitHub/vcpkg/downloads/temp/C:/Users/david/Documents/GitHub/vcpkg/downloads'
- Specify file by full path name and verify that you have directory
creation and file write privileges.
Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:255 (vcpkg_download_distfile)
ports/gobject-introspection/portfile.cmake:20 (vcpkg_find_acquire_program)
scripts/ports.cmake:71 (include)
2019-04-02 13:49:03 -07:00
Laurent Rineau
961b2699b1
Update CGAL to version 4.14 ( #5734 )
...
* CGAL now depends also on Boost Multiprecision
* Update to release 4.14
2019-04-02 13:31:00 -07:00
Shelley Lake
280200a95d
[osg] static build ( #5913 )
2019-04-02 12:55:16 -07:00
kiwixz
a0415b38a9
[libwebp] do not include all feature by default ( #5886 )
...
* [libwebp] do not include all feature by default
* [libwep] bump control version
2019-04-02 10:50:07 -07:00
MistGebaut
228289f450
sdl1: static build ( #5903 )
...
* sdl1: static build
* Update CONTROL file
2019-04-02 10:48:36 -07:00
Daniel Marshall
8ab7c3fc03
[effolkronium-random] Update to 1.3.0 ( #5900 )
2019-04-02 10:46:52 -07:00
Asozial
4590b6a2ff
gdal: fixed typo ( #5904 )
...
* gdal: fixed typo
* Update CONTROL file
2019-04-02 10:44:46 -07:00
markdegreef
d1110ceb7f
[octomap] fix linux build ( #5583 )
...
* [octomap] fix linux build
Copy entire bin folder for linux, as it only contains the executables
* [octomap] remove debug binaries
2019-04-01 22:00:12 -07:00
markdegreef
575df0550c
[fcl] fix linux build ( #5582 )
...
* [fcl] fix linux build
Set correct path of cmake config files
2019-04-01 13:35:22 -07:00
Helco
a1c6edd6ed
[libuv/uvw] Update to 1.27.0 ( #5895 )
...
* Update libuv to 1.27.0
* Update uvw to 1.15.0
2019-04-01 11:40:20 -07:00
Gregory Popovitch
81448a3035
[parallel hashmap] increment release version ( #5898 )
...
* update version of package
2019-04-01 11:01:59 -07:00
Gregory Popovitch
b33e51ab07
add parallel-hashmap package ( #5893 )
2019-04-01 09:55:14 -07:00
JuttaAnders
6f0923ae93
Fix for shared build broken due to #5839 ( #5882 )
2019-03-31 09:32:29 -07:00
myd7349
8757c643f5
[brunocodutra-metal] Add new port ( #5817 )
...
* [brunocodutra-metal] Add new port
* [brunocodutra-metal] Rename
2019-03-31 09:30:13 -07:00
JackBoosY
3cc4de62c1
[libharu]fix build failure. ( #5628 )
...
* [libharu]fix build failure.
* [libharu]Comment more code
2019-03-30 23:38:36 -07:00
Sean Warren
125df93c5e
[xerces-c] Add libraries required on osx to target using wrapper ( #5858 )
...
* [xerces-c] Add libraries required on osx to target using wrapper
* [xerces-c] Bump version number
2019-03-30 22:35:47 -07:00
Sean Warren
52870c7595
[opencv] Make opencv build exportable ( #5857 )
...
* [opencv] Make opencv build exportable
* [opencv] bump version number
2019-03-30 22:35:10 -07:00
Sean Warren
55eeb17c66
[glew] Do not build utilities ( #5859 )
...
* [glew] Do not build utilities
2019-03-30 22:18:23 -07:00
JackBoosY
5a9b14c978
[pdal]fix missing vendor headers ( #5846 )
...
* [pdal]1.fix missing vendor headers. 2.modify the patch name and add the serial number.
2019-03-29 23:28:53 -07:00
Phil Christensen
f5c04ea6b4
Removes string replacement on Abseil headers ( #5850 )
...
Abseil now has all uses of min and max wrapped in parens to prevent macro expansion. This will continue to be the case going forward, so these replacements are no longer needed.
Also, the Github web UI is forcing an extra change that updates the return character to the proper Windows CR+LF
2019-03-29 23:28:03 -07:00
JackBoosY
1c05aa9770
[abseil]Fix link error when using abseil library. ( #5860 )
...
* [jemalloc]Fix dll generated when generating static library
* Revert "[jemalloc]Fix dll generated when generating static library"
This reverts commit a833bf5593
.
* [abseil]Fix link error when using abseil library.
2019-03-29 23:03:56 -07:00
JackBoosY
db13360a50
[luajit]move luajit headers to the directory "include/luajit/" to avoid file conflicts. ( #5863 )
...
[luajit]move luajit headers to the directory "include/luajit/" to avoid file conflicts.
2019-03-29 22:51:58 -07:00
NancyLi1013
89fd63fb4b
[jsonnet] Fix white-space-path issue. ( #5862 )
2019-03-29 22:49:05 -07:00
JackBoosY
9e8db15b96
[signalrclient]Fix build error ( #5868 )
...
* [signalrclient]Fix build error: LNK2019 with openssl
2019-03-29 22:21:40 -07:00
zhihaoy
f2ae7bf937
[ampl-mp] Limit the scope of ICE workaround ( #5870 )
2019-03-29 22:06:55 -07:00
Phil Christensen
4ce30f90ae
[freetype] fix issue #5774 ( #5853 )
...
* load 0005-Fix-DLL-EXPORTS.patch
* Create 0005-Fix-DLL-EXPORTS.patch
* [freetype] cleanup whitespace
2019-03-28 16:27:35 -07:00
Sean Warren
2601164fa9
[exiv2] Update exiv2 to 0.27 release, optionally support unicode on windows ( #5454 )
2019-03-28 15:46:03 -07:00
myd7349
9f39409a34
[protobuf] Update to 3.7.1 ( #5502 )
...
* [protobuf] Update to 3.7.1
2019-03-28 15:44:02 -07:00
JackBoosY
6e25f7e02a
[giflib]fix compile error in x64-uwp ( #5578 )
...
* [giflib]fix compile error in x64-uwp
* [giflib]Modify the location of the CMakelists.txt changes in the patch to avoid patching failures.
* [giflib]Modify cmakelists.txt directly and delete the corresponding changes in the patch
* [giflib] Modernize. Avoid use of WINDOWS_EXPORT_ALL_SYMBOLS.
2019-03-28 14:46:21 -07:00
myd7349
2665f91cd9
[liblzma] Fix for UWP build ( #5607 )
2019-03-28 14:38:44 -07:00
Stefano Sinigardi
f59ebe9102
[libhungarian] add port ( #5849 )
...
* [libhungarian] add port
* [hungarian] fix cmake targets
2019-03-28 14:36:44 -07:00
Phil Christensen
3c4411b846
[decimal-for-cpp] update to 1.16 ( #5852 )
2019-03-28 14:36:08 -07:00
Don
d71ad4800b
Allow additional environment variables to be set in a clean environment ( #5650 )
...
* Allow additional environment variables to be set in a clean environment
* Add documentation for VCPKG_KEEP_ENV_VARS
2019-03-28 14:34:26 -07:00
CJ Johnson
8d8cea2be0
Removes string replacement on Abseil headers
...
Abseil now has all uses of min and max wrapped in parens to prevent macro expansion. This will continue to be the case going forward, so these replacements are no longer needed.
Also, the Github web UI is forcing an extra change that updates the return character to the proper Windows CR+LF
2019-03-28 11:11:30 -04:00
LarryIII
78a8de6cf4
[pcre2/caffe2] Fix space issue ( #5827 )
...
* [pcre2/caffe2] Fix space issue
2019-03-27 22:02:31 -07:00
JackBoosY
493b76284d
[jemalloc]Fix dll generated when generating static library ( #5829 )
...
* [jemalloc]Fix dll generated when generating static library
2019-03-27 22:01:56 -07:00
JuttaAnders
c88974a223
[gdal] fix for building static library ( #5839 )
2019-03-27 11:47:15 -07:00
Billy O'Neal
2e04d02e9d
Update Casablanca to v2.10.12. ( #5830 )
2019-03-27 09:52:20 -07:00
JackBoosY
7f13cec4e3
[mozjpeg]Fix installation files to the wrong directory ( #5833 )
...
* [jemalloc]Fix dll generated when generating static library
* Revert "[jemalloc]Fix dll generated when generating static library"
This reverts commit a833bf5593
.
* [mozjpeg]1.Fix installation files to the wrong directory. 2.Change how dynamic and static library built macros are used
2019-03-27 09:52:02 -07:00
Phil Christensen
72c574d9be
Merge pull request #5835 from wangli28/dev/Lily/LongPathWarning
...
[many ports]Add long path warnings
2019-03-27 09:51:04 -07:00
Vitaliy Didik
bab450fab5
[libmspack] update to 0.10.1. ( #5834 )
2019-03-27 09:16:03 -07:00
eao197
8129b11ea6
[json-dto] updated to v.0.2.8 ( #5836 )
...
* sobjectizer updated to v.5.5.24.3
* json-dto updated to v.0.2.8
2019-03-27 09:14:18 -07:00
wangli28
e3ae651d53
[many ports]Add long path warnings
2019-03-27 09:41:14 +00:00
ewertons
195e4aa18a
[azure-iot] vcpkg update for master/public-preview release ( #5789 )
...
* [azure-iot] vcpkg update for master/public-preview release
* [azure] Fix download hash strings
* [azure] Bump CONTROL versions
2019-03-26 23:21:51 -07:00
Phil Christensen
d41a499be3
Merge pull request #5784 from qis/dev/qis/giflib
...
[giflib] Changed library linkage to static.
2019-03-26 22:07:09 -07:00
Phil Christensen
23932c3944
Merge pull request #5811 from colatkinson/libnice-0.1.15
...
Update libnice to 0.1.15
2019-03-26 22:02:37 -07:00
Colin Atkinson
7d10dd1940
Remove unnecessary patch to libnice
2019-03-26 20:59:23 -04:00