aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-18[rapidxml-ns] Add new port. (#5703)Connor Fitzgerald
* [rapidxml-ns] Add new port * [rapidxml] Move headers out of include to prevent conflicts and clutter. * [rapidxml-ns] Update SHA512 * [rapidxml-ns] Fix header installation * [3fd] Fix header issue with rapidxml
2019-03-18Update version stringsgrdowns
2019-03-18[qcustomplot] Add new port (#5036)myd7349
* [qcustomplot] Add new port * [qt5-base] Trigger a rebuild for qcustomplot * Revert "[qt5-base] Trigger a rebuild for qcustomplot" This reverts commit 1082892d12958a207435310098587306d0f3114b. * [qcustomplot] Trigger rebuild on CI
2019-03-18Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵Griffin Downs
dev/grdowns/5692
2019-03-18Merge pull request #5699 from cwfitzgerald/glslang-fixupGriffin Downs
[glslang] Properly fixup cmake targets
2019-03-18Update version stringgrdowns
2019-03-18Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵Griffin Downs
dev/grdowns/5699
2019-03-18[WIP][vtk] add the option -DModule_vtkGUISupportMFC=ON (#4661)MouhammadEV
* Update portfile.cmake * [vtk] Only enable Module_vtkGUISupportMFC for Windows. Require atlmfc on Windows.
2019-03-18[orc] update to 1.5.5 (#4786)Erwan BERNARD
* [orc] update to 1.5.3 * [orc] update usage with zstd * [orc] update to 1.5.4 * [orc] update to orc 1.5.5rc1 * [orc] fix static build * [orc] bump to 1.5.5
2019-03-18[mapbox-variant] Fix include install location due to hard-coded paths (#5706)Connor Fitzgerald
* [mapbox-variant] Fix include install location due to hard-coded paths
2019-03-18Add URL for targeting Github Enterprise instancesDon
Allow setting of a URL so vcpkg can download repositories hosted on GitHub Enterprise instances. Additionally provides a way to set the authorization token when downloading private repositories.
2019-03-17[cppfs] Fix debug exports (#5708)Connor Fitzgerald
2019-03-16fix vs2019 arch specificationkiwixz
2019-03-16update to cmake 3.14 (allow VS2019RC)kiwixz
2019-03-16[fmt] Changed library linkage to static. (#5688)Alexej Harm
* [fmt] Changed library linkage to static. * [fmt] Re-enabled shared build without breaking LTCG toolchains.
2019-03-15[harfbuzz] Restore patches removed by #5359 (#5696)Robert Schumacher
2019-03-16[glslang] Properly fixup cmake targetsConnor Fitzgerald
2019-03-15[gsoap] update to 2.8.82 (#5695)Sönke Schau
2019-03-15Merge pull request #5577 from cwfitzgerald/spirv-tools-targetGriffin Downs
[spirv-tools] Add cmake targets
2019-03-15[libxml2] Update to 2.9.9 (#5193)myd7349
* [libxml2] Update to 2.9.9 Fix #5177 * [libxml2] Fix static build * [libxml2] Modernize * [libxml2] Use vcpkg_from_github * [libxml2] Get version info from configure.ac * [libxml2] Install xmlversion.h * [libxml2] Improve port file * [libxml2] Move version.h generation into CMakeLists.txt * [libxml2] Fix misspelled version header * [libxml2] Add UWP support
2019-03-15[upstream] Update toversion 2.8.81 and added missing folder (#5668)Sönke Schau
* Update to upstream version 2.8.81 Copy import directory to the share folder, so it can be used by clients.
2019-03-15[sqlpp11-connector-sqlite3] Removed the include files in the debug/include ↵Sébastien Matte
directory which was preventing compilation of this package.
2019-03-15[sqlpp11-connector-mysql] Removed the include files in the debug/include ↵Sébastien Matte
directory which was preventing compilation of this package.
2019-03-15[sqlpp11] Moved the python scripts located in the bin folder to a separate ↵Sébastien Matte
folder. This removes the warning when compiling in static.
2019-03-15[cairo] Update version to 1.16.0 (#5646)NancyLi1013
2019-03-15[fontconfig] use __attribute__((visibility("default"))) for exporting ↵angelmixu
symbols on macOS (#5689) * use __attribute__((visibility("default"))) for exporting symbols on macOS * [fontconfig] Bump CONTROL version
2019-03-15Merge pull request #5679 from ras0219-msft/dev/roschuma/fix-recursive-find-upPhil Christensen
[vcpkg] Fix infinite loop bug on certain filesystem implementations when searching up
2019-03-15[portaudio]: fix Linux build (#5678)Todd
* [portaudio]: fix Linux build Wrap some Win specific stuff in an if (WIN32) Fixes #4526 * [portaudio] Bump CONTROL version
2019-03-14[capstone] Update Capstone to v4.0.1-49-ge3d5a594 (#5546)ceeac
* Update Capstone to v4.0.1-49-ge3d5a594 * Use full SHA hash for ref * Build Capstone with dynamic runtime * Update Capstone to 4.0.1-57-g120373dc * Fix wrong description for osxkernel feature
2019-03-14Merge pull request #5574 from Neumann-A/VTK_8.2.0Phil Christensen
[VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5
2019-03-14[openexr] Fix IlmImf.dll installed to the wrong location (#5677)Toby Chen
2019-03-14[curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 ↵JackBoosY
error. (#5682)
2019-03-14[vcpkg] Fix infinite loop bug on certain filesystem implementations when ↵Robert Schumacher
searching up
2019-03-14* [libcds] Update to v2.3.3 (#5274) (#5278)Max Khizhinsky
* * [libcds] Update to v2.3.3 (#5274) * Minimum CMake version is 3.0.2 * Changed software license from BSD to Boost * Removed '#pragma lib' for Windows build * Bugfix and minor improvements * [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()` * [libcds] Fix static builds
2019-03-14fix find_package for fftw3 and add arch features (#4783)Alexander Neumann
* fix find_package for fftw3 * the patch took care of moving the files * Additional Patch to add Suffix to LibraryDepends * fixed minsizerel and relwithdebinfo for vs cmake configs * remove fix for minsizerel and relwithdeb info. Use global cmake mappings of these targets instead! * added feature packages. unfortunally avx and avx2 create an ICE with Visual Studio 2017 (maybe fixed with 2019?) * removed sse2 as default (forgot about arm...)
2019-03-14vtk update to 8.2.0Alexander Neumann
2019-03-14workaround for qhull regression in static build see #5574Alexander Neumann
2019-03-14correct hdf5 usage in netcdf-cxx4Alexander Neumann
2019-03-14fixes #5562Alexander Neumann
2019-03-14fix highfive in static builds.Alexander Neumann
HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries
2019-03-14fixed flann for linuxAlexander Neumann
2019-03-14update netcdf-c tp 4.6.2 and fixed curl linkageAlexander Neumann
2019-03-14kealib update to 1.4.11 and correctly include hdf5Alexander Neumann
2019-03-14updated hdf5 to 1.10.5.Alexander Neumann
Also now builds dynamic and static libs in dynamic build due to the targets exported by hdf5. (Revert to default hdf5 build behavior)
2019-03-14update szip controlAlexander Neumann
2019-03-14default szip to also build static libraries in shared buildsAlexander Neumann
2019-03-14cmake sometimes requires a generator if it is not defined beforehand.Alexander Neumann
extra code comments. Maybe the test should actually try to link targets from the package instead of just testing find_package
2019-03-14fix missing debug references in cmake generated (release) target files.Alexander Neumann
2019-03-14[darknet/yolo] new port (#5648)Stefano Sinigardi
* [darknet/yolo] add draft implementation * [darknet] use official repo * [darknet] use stb from vcpkg * [darknet] Explicit failure on ARM and UWP
2019-03-14Add headers to vcpkg_download_distfile (#5640)Don
* Add headers to vcpkg_download_distfile Allows headers to be appended when downloading a distribution. This allows for setting authentication headers to download from a private repository. * [scripts,docs] Regenerate docs for portfile functions * [docs,scripts] Fix typo regressions * [docs,scripts] Fix broken link