aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-20[spdlog] add comment about patchPhil Christensen
2018-12-20Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4994Phil Christensen
2018-12-20Merge pull request #4988 from FranciscoPDNeto/masterPhil Christensen
[TinyXml] Linkage error fixed.
2018-12-20Merge pull request #4973 from JuhaSointusalo/ftgl-new-portPhil Christensen
[ftgl] add new port
2018-12-20Merge pull request #4974 from alexkaratarakis/dev/alkarata/bashcompletionPhil Christensen
[autocomplete] Add tab-completion support for bash
2018-12-20Merge pull request #4964 from studiofuga/dev/studiofuga/mpfr-varargs-fixPhil Christensen
[mpfr] Update mpfr to 4.0.1 and fix compilation under gcc 7
2018-12-20Merge pull request #4958 from albertfong/antlr4.7.1Phil Christensen
[antlr4] Upgrade to antlr4 to 4.7.1
2018-12-19[antlr4] fix copyright download namePhil Christensen
2018-12-19[mpfr] update CMakeLists for new versionPhil Christensen
2018-12-19[mpfr] fix version in CONTROL filePhil Christensen
2018-12-19Merge pull request #4963 from cenit/dev/cenit/fix_protobuf_ocv3_againPhil Christensen
[OpenCV3] fix protobuf patch, again
2018-12-19[antlr4] change portfile to trigger testingPhil Christensen
2018-12-19Merge pull request #4952 from coryan/upgrade-grpc-to-1.16.1Phil Christensen
[grpc] Upgrade gRPC to 1.17.1.
2018-12-19[grpc] update patch for uwpPhil Christensen
2018-12-18[grpc] Change portfile to trigger buildPhil Christensen
2018-12-18[zxing] ZXing library port added. (#4854)Pavel Mach
* ZXing library port added. * ZXing dependency to opencv[webp] added. * [zxing-cpp] Rename from zxing. Use full ref. Only require opencv[core]. * [tiff] Disable zstd dependency. Todo: add feature. * [zxing-cpp] Disable optional iconv reference
2018-12-18Upgrade RESTinio v.0.4.8.4. (#4992)Nicolai Grodzitski
2018-12-18[sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)Patrick Geltinger
The Tencent Blade Team has discovered a remote code execution vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-12-18[antlr4] move to vcpkg_extract_source_archive_exPhil Christensen
2018-12-18Merge pull request #4951 from coryan/upgrade-crc32c-to-1.0.6Phil Christensen
[crc32c] Upgrade crc32c to 1.0.6.
2018-12-18Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952Phil Christensen
2018-12-18[crc32c] bump dash number in control filePhil Christensen
to force the test system to pick it up
2018-12-18Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951Phil Christensen
2018-12-18Merge pull request #4831 from peters/masterPhil Christensen
[ffmpeg] Update to 4.1.
2018-12-18Merge pull request #4912 from plevy/patch-2Phil Christensen
[osgEarth] Update to osgEarth release version 2.10
2018-12-18[aubio] get latest aubio to resolve ffmpeg build issuePhil Christensen
2018-12-18[tinyxml] Modernize and bump control versionRobert Schumacher
2018-12-18Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵Robert Schumacher
dev/roschuma/4988
2018-12-17Support custom Android NDK, better ABI specification (#4986)Bradley Austin Davis
2018-12-17Update release version or commit to latest for below ports (#4957)Cheney Wang
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest * [sfml] Add find_dependency(Freetype)
2018-12-17[docs] Fix #4932 (#4982)myd7349
2018-12-17[alembic] update to 1.7.10 (#4916)Jason Juang
2018-12-17Wt Linux fixes (#4927)Todor Prokopov
* [harfbuzz] Fix build on Linux * [cairo] Fix build on Linux * [pango] Fix build on Linux * [wt] Fix build on Linux * [wt] Fix linking with -lcrypto
2018-12-17add libcopp (#4918)OWenT
* add libcopp * [libcopp] Disable ninja due to asm issue. Tweak/install usage file. Prefer static linking over CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. Use vcpkg_fixup_cmake_targets.
2018-12-17[graphqlparser] Use default library type for the platform instead of ↵Bill Avery
specifying SHARED (#4794) * Use default library type for the platform instead of specifying SHARED * [graphqlparser] Bump control version and slight cleanup * [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17[libuv] fix for cmake target (#4803)ivysnow
* [libuv] fix for cmake target * [libuv] rename target to unofficial-libuv
2018-12-17Merge pull request #3425 from fbudin69500/ITK_use_HDF5_testPhil Christensen
[vtk][itk] Update ITK, and VTK portfiles.
2018-12-17get_versions should return all versions so the best match can be found (#4945)Łukasz Mendakiewicz
* get_versions should return all versions so the best match can be found * [vcpkg] Consider more than one path when searching for system binaries
2018-12-17[ffmpeg] Add patch for upstream fixesPhil Christensen
address build failures in pangolin that are related to updating the ffmpeg library by pulling in pangolin fix from upstream.
2018-12-17[vtk] add warning for libx11_xt_lib on linuxPhil Christensen
2018-12-17Fix spdlog handling of external fmt libCarsten Neumann
Using an external fmt lib should cause the spdlog::spdlog target to have a dependency on fmt lib - so that a consuming project does not need to call find_package(fmt) and target_link_libraries(... fmt::fmt). To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is also stored in the installed spdlogConfig.cmake and if it is ON find_dependency() is used to ensure the fmt::fmt target is imported.
2018-12-17TinyXml Linkage error fixedFrancisco Dias
2018-12-14Apply patch to export all symbols.Carlos O'Ryan
2018-12-13Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0Phil Christensen
Upgrade google-cloud-cpp to v0.4.0
2018-12-13[rapidstring] Add new port (#4814)myd7349
* [rapidstring] Add new port * [rapidstring] Rename package to be unofficial-rapidstring
2018-12-13[geogram] update to 1.6.9 (#4680)Yann Lanthony
* [geogram] update to 1.6.9 * [geogram] Cleanup. Enable ninja. Modernize. * [geogram] Disable PREFER_NINJA with comment
2018-12-13[imgui] Update to 1.66b (#4941)Stanislav Ershov
2018-12-13Update libpng-apng to match libpng ports changes + update to 1.6.36 (#4944)Albert Huang
* Update libpng-apng to match libpng ports changes + update to 1.6.36 * Delete CONTROL.bak * Delete portfile.cmake.bak * Delete use-abort-on-all-platforms.patch.bak
2018-12-13Update to v1.17.1Carlos O'Ryan
2018-12-13[mpfr] bump control version numberPhil Christensen