| Age | Commit message (Collapse) | Author |
|
On newer CMake's, the following errors are reported:
```
CMake Warning (dev) at .... /vcpkg/installed/x64-osx/share/c-ares/c-ares-config.cmake:32 (if):
if given arguments:
"ON"
An argument named "ON" appears in a conditional statement. Policy CMP0012
is not set: if() recognizes numbers and boolean constants. Run "cmake
--help-policy CMP0012" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
Which corresponds to the following configured code:
```
if(ON)
set(c-ares_STATIC_LIBRARY c-ares::cares_static)
endif()
```
|
|
* 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
|
|
|
|
The Tencent Blade Team has discovered a remote code execution
vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
|
|
[crc32c] Upgrade crc32c to 1.0.6.
|
|
to force the test system to pick it up
|
|
|
|
[ffmpeg] Update to 4.1.
|
|
[osgEarth] Update to osgEarth release version 2.10
|
|
|
|
|
|
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest
* [sfml] Add find_dependency(Freetype)
|
|
|
|
|
|
* [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
|
|
* 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.
|
|
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
|
|
* [libuv] fix for cmake target
* [libuv] rename target to unofficial-libuv
|
|
[vtk][itk] Update ITK, and VTK portfiles.
|
|
* get_versions should return all versions so the best match can be found
* [vcpkg] Consider more than one path when searching for system binaries
|
|
address build failures in pangolin that are related to updating
the ffmpeg library by pulling in pangolin fix from upstream.
|
|
|
|
|
|
Upgrade google-cloud-cpp to v0.4.0
|
|
* [rapidstring] Add new port
* [rapidstring] Rename package to be unofficial-rapidstring
|
|
* [geogram] update to 1.6.9
* [geogram] Cleanup. Enable ninja. Modernize.
* [geogram] Disable PREFER_NINJA with comment
|
|
|
|
* 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
|
|
Replace MinGit with PortableGit
|
|
[aws-lambda-cpp] add new port
|
|
|
|
compatibility (#4575)
* xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility
* [xerces-c] Improve port stability by adding control over ICU dependency
|
|
|
|
* [sajson] Add new port
* [sajson] Fix package namespace
|
|
|
|
|
|
binaries for cmake and ninja
|
|
This version supports both static and shared libraries, yay!
|
|
Just a periodic release.
|
|
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp.
* Pass the downloads directory from VcpkgPaths to cmake.
* Also fixup bootstrap on *nix.
* Make error message a little prettier.
* Make that bash script actually work :)
* [vcpkg] Alter Optional<> usage style
* [vcpkg-docs] Add section on Environment Variables to the docs
|
|
|
|
* move cmake files to proper location, and modify path in contents accordingly
* workaround cmake script to find openjpeg package, and include openjpeg in Build-Depends list
* [gdcm2] Use vcpkg_fixup_cmake_targets()
|
|
|
|
|
|
|
|
|
|
|
|
Currently only includes Ubuntu or apt oriented system. CentOS provides similarly working compilers through devtoolsets.
|
|
MinGit does not provide gzip.exe required by git archive required by vcpkg_from_git
|
|
C++20 any user declared constructor means a type is no longer an aggregate. (#4906)
|