| Age | Commit message (Collapse) | Author |
|
* [entt] Update to version 2.7.3
[entt] Support cmake targets
* [entt] Fix non-windows cmake targets
|
|
* + added support for dascandy/pixel
* [pixel] Cleanup comments
* [SDL2] Add SDL2::SDL2{,-static} wrapper
* [pixel] update to v0.2
- fixes linking problem against SDL2
* [pixel] Bump control version
|
|
* [portaudio] Add pa_win_waveformat.h to public includes.
pa_win_wasapi.h includes pa_win_waveformat.h, so it has to be
distributed for pa_win_wasapi.h to be usable.
* [portaudio] Bump control version
|
|
* Add initial support for RapidCheck
Create a portfile for the C++ property-based testing library RapidCheck.
This port is relatively straight forward but there are a couple of caveats:
* The current port uses a branch from a fork that I modified as the CMake installation logic had some problems.
The library was almost exclusively used by being added as a subfolder so the CMake export machinery was probably not well tested.
* The changes are going to get merged into the main repository eventually and then it would be possible to change where the source
code is downloaded.
I am unaware when the main RapidCheck library maintainer will accept my pull request, so it is better to have this library in VCPKG
sooner, rather than later.
* Update the RapidCheck portfile to download the library sources for the main repository
* Since the maintainer of RapidCheck very quickly merged the required CMake modifications
to enable the proper installation of the library, it is better to now use the official
repository's master branch.
* Change the versioning of the library to be based on the date of the git reference chosen
since rapid check does not have an explicit versioning scheme.
* Update rapidcheck and modify configuration step
* [rapidcheck] Tidy
|
|
* add igloo port
* [igloo] Use vcpkg_from_github
* add snowhouse
|
|
|
|
* Qt 5.11.2 version bump
* removed unecessary qt patch
* fix wrong hash for qt5-networkauth
|
|
|
|
Dev/alkarata/rangev3
|
|
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
|
|
|
|
* Fixes #4464 GLFW3 dynamic build failure on Linux
* [glfw3] Use vcpkg_from_github and remove outdated patch
* [glfw3] Note dependency on xcursor
|
|
|
|
* [Sqlite3] update to 3.25.2
* [sqlite3] Use vcpkg_extract_source_archive_ex
|
|
|
|
|
|
* fdlibm init
* fix links
* Fix different hashes creation with google host
* Move functions to script
* Fix documentation
* [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows.
* [fdlibm] Trigger rebuild
* [vcpkg_from_git] Use FETCH_HEAD reference to support tags
|
|
* [nghttp2] update 1.34.0
* [ports] update nghttp2 to 1.34.0
|
|
|
|
|
|
|
|
* ace 6.5.2
* [ace] Retrieve source package from github which has much more bandwidth as download.dre
* [ace] Use previous filename
|
|
Update opencv port to OpenCV 3.4.3.
|
|
* [nanodbc] add support for use of --head
* single line copyright handler
* support cmake targets for v2.13
|
|
* [rocksdb] Update to v5.15.10
* [rocksdb] Cleanup
* [rocksdb] Fix cmake targets name.
* [toolchains] Set NDEBUG in release
* [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64
* [tiff] Use lzma on linux
|
|
|
|
|
|
|
|
* [libgeotiff] Install doc files in the correct place
The original portfile put documentation (authors, readme, etc.) inside
of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such
that the files are installed to
vcpkg/installed/<triplet>/share/libgeotiff/doc instead.
* [libgeotiff] Bump version
* [libgeotiff] Avoid file(INSTALL)
|
|
* Upgrade Celero to v2.2.0
* [celero] Fix installed cmake targets
* Updated to Celero v2.4.0
|
|
|
|
|
|
|
|
|
|
* [websocketpp] update to 0.8.1
* [websocketpp] Fix config file
|
|
|
|
|
|
* [double-conversion] Remove unnecessary patch
* [double-conversion] Small portfile improvement
* [double-conversion] Provoke rebuild
|
|
* [dimcli] update to 3.1.1
* [dimcli] Update to 4.0.1
* [dimcli] Remove quotes around project name
|
|
Signed-off-by: Squareys <squareys@googlemail.com>
|
|
|
|
* Add SKIP_CLEAN option to vcpkg_install_msbuild
Also add vcpkg_clean_msbuild function to factor out clean
logic and allow re-use in portfiles.
* xalan-c: Correct header globbing
* vcpkg_install_msbuild: SKIP_CLEAN documentation correction
* [xalan-c] Add explicit check for localmsgindex header.
[docs] Regenerate
|
|
* fix da qt5
* fix qt config duplication
* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA
* define SCI_NAMESPACE for qscintilla port
* [qscintilla] Bump control version
* [qscintilla] Fix spacing. Slightly modernize.
|
|
* [ecsutil] Initial commit of 1.0.1.2
* [ecsutil] Simplify and use vcpkg_install_msbuild
* [ecsutil] Commit missing patch
* [ecsutil] Remove empty bin directories
|
|
* [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8
* Version 1.2 is still required for building DOSbox
* [sdl1][sdl1-net] Revise to install to expected paths
* Headers go in include\ instead of include\SDL1
* Use updated .sln and .vcxproj files
* [sdl1] Modernize
|
|
|
|
* Enable Windows ARM32 build of OpenSSL
* [openssl-windows] Bump control version
* [vtk] Fix hardcoded install paths
* [osgearth] Backport VS2017u8 fix
|
|
* libbson installation issue on Linux fixed
* [libbson] Modernize
|
|
* Include libpq-events header file
Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces.
* [libpq] Bump control version
|
|
|