aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-22Merge pull request #6546 from JackBoosY/dev/jack/3308Phil Christensen
[geographiclib]Fix install files path.
2019-05-22Merge pull request #6557 from wangli28/dev/Lily/issue6548Phil Christensen
[OpenEXR] Fix copyright install path
2019-05-22Merge pull request #6567 from Neumann-A/fix_openvdbPhil Christensen
[openvdb] Fix blosc linkage in openvdb. issue #6561
2019-05-22Merge pull request #6568 from Neumann-A/fix_pthreadsPhil Christensen
[pthreads] remove debug/release libs from release/debug folder
2019-05-22Merge pull request #6505 from cenit/dev/cenit/openmvsPhil Christensen
[openmvs] add new port
2019-05-23[z3]Replace the file command with vcpkg_fixup_cmake_targets.JackBoosY
2019-05-23[geographiclib]Re-fix install files path without patch.JackBoosY
2019-05-22[qt-base] Use opengl dynamic configuration (#6503)Andreas Mack
* Use dynmaic * Rename flex and bison so qt angle finds them * Update CONTROL file * Remove debugging * Tempdir for flex and bison * Remove debug output * Windows only
2019-05-22whitespace changesAlexander Neumann
2019-05-22[pthreads] remove debug/release libs from release/debug folderAlexander Neumann
2019-05-22Fix blosc linkage in openvdb. issue #6561Alexander Neumann
2019-05-22[boost-modular-build-helper] Dynamic build supportAndrei Lebedev
Use stage directory instead of intermediate build directory to provide all the required symlinks generated by boost build Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-21[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. (#6540)Robert Schumacher
* [fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. * [fftw3] Use combined threads to enable DLLs on Windows.
2019-05-21[boost] Fixup DLL names and fix v142 build issues (#6508)Robert Schumacher
* [boost-modular-build-helper] Update to 1.70. Fixes #6493. * [boost-build] Fix boost-build toolset selection for v142
2019-05-21[many ports] Updates 2019.05.19 (#6524)Robert Schumacher
2019-05-22[OpenEXR]Fix copyright install pathwangli28
2019-05-21[openblas] Ensure we build without lapack on all platforms (#6542)Sean Warren
* [openblas] Ensure we build without lapack on all platforms * [openblas] Bump version number
2019-05-21[nrf-ble-driver] Initial version of nrf-ble-driver (#5938)Ken A. RedergÄrd
* Initial version of nrf-ble-driver * Add system dependencies message * Try to find git and add to path * Add status message to debug CI build * Remove status message; Add comments * Append instead of prepend to PATH * Enable x64-windows-static * Only show system dependencies message on mac and linux * Add arm64-windows support
2019-05-21[arrow] Extract uriparser dependency (#6541)Robert Schumacher
2019-05-21Enable to compile to a single opencv_world library file (#3914)Chuong Nguyen
* Enable to compile to a single opencv_world library file
2019-05-21[paho-mqtt]Fix static build: dynamic libraries should not be built.JackBoosY
2019-05-21[geographiclib]Fix install files path.JackBoosY
2019-05-21[paho-mqtt]Fix install path.JackBoosY
2019-05-21[z3]Fix install files path and add tools.JackBoosY
2019-05-20[xproperty] Add new port (#6316)myd7349
2019-05-20[cppitertools] Add new port (#6518)myd7349
* [cppitertools] Add new port * [cppitertools] Use globs to make updates easier * [cppitertools] Rerun CI
2019-05-20Bootstrap: Refining PreferredToolArchitecture (#6398)ccorn
* Patch to enable bootstrap on Win32 * [bootstrap-vcpkg] Test OS version to set PreferredToolArchitecture
2019-05-20Merge pull request #6533 from LarryIII/AddNewPortPhil Christensen
[sentencepiece] Add new port
2019-05-20[azure] Update vcpkgs (add new port dependencies) (#6511)ewertons
* [azure] Update vcpkgs (add new port dependencies) * [azure-iot-sdk-c] Bump CONTROL versions and normalize tabs/spaces * [azure] ACR of Update vcpkgs (add new port dependencies)
2019-05-20[argagg] Add new port (#6535)Phil Christensen
2019-05-20[grpc,fmt,zstd] Add Windows-specific conditionals (#6509)Andrei Lebedev
Check VCPKG_CMAKE_SYSTEM_NAME prior to performing Windows-specific actions in portfiles Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-20sobjectizer-5.5.24.4 and so_5_extra-1.2.3 (#6538)eao197
2019-05-20[vcpkg] Avoid duplication of targets in the CMake message (#6536)myd7349
2019-05-20Handle moving files across partitions on macOS (#6506)Curtis J Bezault
2019-05-20[argagg] Add new portmyd7349
2019-05-20[sentencepiece]Add new portLarry-Hu
2019-05-20[sentencepiece]Add new portLarry-Hu
2019-05-20[cccapstone]Fix include file <capstone.h> path.JackBoosY
2019-05-19[duilib] Windows arm/arm64 support (#6527)driver1998
* duilib: windows arm/arm64 support * bump the version number of duilib
2019-05-19[raylib] Add new port (fix #4500) (#5946)myd7349
* [raylib] Add new port (fix #4500) * [raylib] Update to 2019-04-27 * [raylib] Bump version number * [raylib] Minor fixes * [raylib] Fix Threads_FOUND not defined error on Ubuntu * [raylib] Bump version number * Add system dependencies message * [raylib] Display dependencies message on UNIX * Modify message to appear based on build target, not build host
2019-05-19[numactl] new port only linux (#6080)almikhayl
* [numactl] new port only linux * Add system dependency message * Update dependencies to include libtool * Make whitespace change to retrigger CI
2019-05-19[blend2d] add port (#6110)Maxim Kulyk
- port version `beta_2019-04-30` - same versioning as in asmjit pakage with addition of `beta_` prefix
2019-05-19Merge branch 'master' into openssl-unix-dynamicAndrei Lebedev
2019-05-19[openblas] Enable static build on windows (#6519)Sean Warren
The latest version of openblas supports static builds on windows
2019-05-18[vcpkg.cmake] Remove use of IN_LIST (#6521)Sean Warren
Fixes regression introduced by #5681 in CMake projects with minimum version <3.3 where CMP0057 is not set to NEW Fixes #6484
2019-05-18[lz4, flann] port patches from #5169 (#6294)Stefano Sinigardi
* [lz4, flann] port patches from #5169 * [lz4] use vcpkg_fixup_cmake_targets * [flann] improve target handling * [lz4] remove unnecessary debug message * [openmvg] many many fixes to build it on windows * [pcl] use official FLANN cmake config file instead of custom module * [pcl] fix patch for flann targets * [pcl] Bump CONTROL version
2019-05-18[vcpkg] Fix regression in `--debug`. Remove old `features` featureflag. (#6507)Robert Schumacher
2019-05-18[aliyun-oss-c-sdk] Add new port (#6441)NancyLi1013
* [aliyun-oss-c-sdk] Add new port * [aliyun-oss-c-sdk] Update the CONTROL file and add the dependency.
2019-05-18[lua] Upgrade to 5.3.5 and add support for Linux and macOS (#6515)TitanSnow
* upgrade lua to 5.3.5 * support POSIX systems * bump version in CONTROL file * -lm * fix copyright check * don't use c89 on windows vs2015 already supports c99 * correct vcpkg_extract_source_archive_ex usage and platform detection * fix FreeBSD
2019-05-18[pfultz2-linq] Update to 2019-05-14 (#6517)myd7349