aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-04[arrow] Update Arrow to v0.13 (#5950)Phil Felton
* Update arrow to 0.13.0 * dynamic build working * Both builds now work * modifications to work on Linux * Turn of jemalloc
2019-04-04[qca] don't use port dir for temp (#5954)Phil Christensen
* [qca] don't use port dir for temp * [qca] bump control version
2019-04-04Fix installation failure when system Boost present (#5939)Damian Jarek
Boost 1.70 introduces "native" cmake config scripts which are accidentally used when installing a vcpkg package. This only occurs when Boost 1.70 is installed in the system when the user uses `vcpkg install`. Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-04-03[date] Fix failures in UWP with latest commit (#5932)LarryIII
2019-04-03[RocksDB] Updates 2019.03.29 (#5933)Phoebe
2019-04-03[milerius-sfml-imgui] Fix find_package issue (#5930)Cheney Wang
2019-04-03update muParser to v.2.2.6.1 (#5931)angelmixu
2019-04-03[Thrift] Updates 2019.03.29 (#5924)Phoebe
2019-04-03[openmesh]Update version to 8.0 (#5923)wangli28
2019-04-03[live555] Update the download path (#5919)Cheney Wang
2019-04-02[vcpkg-fetch] Set git subpath to mingw32\bin\git.exe to fix execution within ↵Robert Schumacher
containers (#5878)
2019-04-02Fix double-conversion issue in ITK (#5115)Dženan Zukić
* Using newer version of ITK which fixes double-conversion problem * Minor style update of ITK portfile * Using newer version of ITK which fixes double-conversion problem * [itk] Improve version string * [itk][hdf5] Update ITK commit. Depend on eigen3. Bump hdf5 control version. * [hdf5] Update CONTROL * [netcdf-c] Disable parallel configure due to writes to source directory * [hdf5] Disable parallel configure due to writes to source directory. Switch to tar.gz to prevent CRLF line endings.
2019-04-02Fix vcpkg_find_acquire_program(NUGET) (#5871)David Lechner
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-02Update CGAL to version 4.14 (#5734)Laurent Rineau
* CGAL now depends also on Boost Multiprecision * Update to release 4.14
2019-04-02[osg] static build (#5913)Shelley Lake
2019-04-02[libwebp] do not include all feature by default (#5886)kiwixz
* [libwebp] do not include all feature by default * [libwep] bump control version
2019-04-02sdl1: static build (#5903)MistGebaut
* sdl1: static build * Update CONTROL file
2019-04-02[effolkronium-random] Update to 1.3.0 (#5900)Daniel Marshall
2019-04-02gdal: fixed typo (#5904)Asozial
* gdal: fixed typo * Update CONTROL file
2019-04-01[octomap] fix linux build (#5583)markdegreef
* [octomap] fix linux build Copy entire bin folder for linux, as it only contains the executables * [octomap] remove debug binaries
2019-04-01[fcl] fix linux build (#5582)markdegreef
* [fcl] fix linux build Set correct path of cmake config files
2019-04-01[libuv/uvw] Update to 1.27.0 (#5895)Helco
* Update libuv to 1.27.0 * Update uvw to 1.15.0
2019-04-01[parallel hashmap] increment release version (#5898)Gregory Popovitch
* update version of package
2019-04-01add parallel-hashmap package (#5893)Gregory Popovitch
2019-03-31Fix for shared build broken due to #5839 (#5882)JuttaAnders
2019-03-31[brunocodutra-metal] Add new port (#5817)myd7349
* [brunocodutra-metal] Add new port * [brunocodutra-metal] Rename
2019-03-30[libharu]fix build failure. (#5628)JackBoosY
* [libharu]fix build failure. * [libharu]Comment more code
2019-03-30[xerces-c] Add libraries required on osx to target using wrapper (#5858)Sean Warren
* [xerces-c] Add libraries required on osx to target using wrapper * [xerces-c] Bump version number
2019-03-30[opencv] Make opencv build exportable (#5857)Sean Warren
* [opencv] Make opencv build exportable * [opencv] bump version number
2019-03-30[glew] Do not build utilities (#5859)Sean Warren
* [glew] Do not build utilities
2019-03-29[pdal]fix missing vendor headers (#5846)JackBoosY
* [pdal]1.fix missing vendor headers. 2.modify the patch name and add the serial number.
2019-03-29Removes string replacement on Abseil headers (#5850)Phil Christensen
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 [abseil]Fix link error when using abseil library. (#5860)JackBoosY
* [jemalloc]Fix dll generated when generating static library * Revert "[jemalloc]Fix dll generated when generating static library" This reverts commit a833bf5593be181e065af097732c78cb810888fd. * [abseil]Fix link error when using abseil library.
2019-03-29[luajit]move luajit headers to the directory "include/luajit/" to avoid file ↵JackBoosY
conflicts. (#5863) [luajit]move luajit headers to the directory "include/luajit/" to avoid file conflicts.
2019-03-29[jsonnet] Fix white-space-path issue. (#5862)NancyLi1013
2019-03-29 [signalrclient]Fix build error (#5868)JackBoosY
* [signalrclient]Fix build error: LNK2019 with openssl
2019-03-29[ampl-mp] Limit the scope of ICE workaround (#5870)zhihaoy
2019-03-28[freetype] fix issue #5774 (#5853)Phil Christensen
* load 0005-Fix-DLL-EXPORTS.patch * Create 0005-Fix-DLL-EXPORTS.patch * [freetype] cleanup whitespace
2019-03-28[exiv2] Update exiv2 to 0.27 release, optionally support unicode on windows ↵Sean Warren
(#5454)
2019-03-28[protobuf] Update to 3.7.1 (#5502)myd7349
* [protobuf] Update to 3.7.1
2019-03-28[giflib]fix compile error in x64-uwp (#5578)JackBoosY
* [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[liblzma] Fix for UWP build (#5607)myd7349
2019-03-28[libhungarian] add port (#5849)Stefano Sinigardi
* [libhungarian] add port * [hungarian] fix cmake targets
2019-03-28[decimal-for-cpp] update to 1.16 (#5852)Phil Christensen
2019-03-28Allow additional environment variables to be set in a clean environment (#5650)Don
* Allow additional environment variables to be set in a clean environment * Add documentation for VCPKG_KEEP_ENV_VARS
2019-03-28Removes string replacement on Abseil headersCJ Johnson
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-27[pcre2/caffe2] Fix space issue (#5827)LarryIII
* [pcre2/caffe2] Fix space issue
2019-03-27[jemalloc]Fix dll generated when generating static library (#5829)JackBoosY
* [jemalloc]Fix dll generated when generating static library
2019-03-27[gdal] fix for building static library (#5839)JuttaAnders
2019-03-27Update Casablanca to v2.10.12. (#5830)Billy O'Neal