aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-12[cli11] Initial portcrackedmind
2018-11-08[sdl2] Update to SDL2 2.0.9 (#4648)jdellar
* [sdl2] Update to SDL2 2.0.9 * [sdl2] Fix x86-windows and fix uwp patch
2018-11-08Temp fix for #4359 (#4573)Alexander Neumann
* make user wide integration not burn everything if LLVM is used as a toolset. (e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues) fixes #4359 but might have side effects for that toolset. (e.g. not automatically adding dependencies) * remove whitespaces * [vcpkg-integrate] Conform to MSBuild conventions for comparisons
2018-11-08[openimageio] update to 1.8.16 (#4679)Yann Lanthony
2018-11-08[bzip2] Fix tools install directory (#4682)Tsukasa Sugiura
* [bzip2] Fix tools install directory Change to install tools in port name directory. (vcpkg/installed/<triplet>/tools/bzip2) * [bzip2] Modernize and bump control version
2018-11-08[vcpkg_from_git] Use tar.gz because .zip has different hash in different ↵Alexander Karatarakis
timezones
2018-11-08[pixel] v0.3 (#4685)Jayesh Badwaik
* [pixel] v0.3 - installs debug library as `libpixeld.a` * [pixel] bump CONTROL version
2018-11-08add nanovg port (#4667)Oscar Morante
2018-11-08[vtk] Fix FindLZ4 (#4676)Tsukasa Sugiura
Fix find lz4 library of debug configuration.
2018-11-08[pcl] Update to PCL 1.9.0 (#4677)Tsukasa Sugiura
Update PCL port to PCL 1.9.0.
2018-11-08Updates 2018.11.01Robert Schumacher
2018-11-07Update libpng cmake wrapper for dynamic libraries (#4590)LRFLEW
* Update libpng cmake wrapper for dynamic libraries * [libpng] Bump control version * [libgd] Fix parallel source directory writes
2018-11-07add missing dependency for openvdb[tools] (#4271)Markus Leuthold
2018-11-07[portaudio] Enable debug output (#4592)Etienne Dechamps
* [portaudio] Enable debug output. This is enabled by default in the original MSVC project in the PortAudio distribution, but not in their CMake build. This commit fixes the regression. I don't think there are any performance concerns with this, as PortAudio (AFAICT) does not log from performance-critical code. Note that this change might still be somewhat controversial, because PortAudio will by default dump its debug output directly to stderr, which is not particularly nice. However, the alternative is not having any way for end users to troubleshoot PortAudio issues at all, which IMHO is worse. Applications can always call `PaUtil_SetDebugPrintFunction()` to redirect the output away from stderr, and I encourage them to do so. * [portaudio] Bump control version
2018-11-07CGAL: Fix CMakeConfig.cmake (#4655)Maxime GIMENO
* Fix CMakeConfig * [cgal] Bump control version
2018-11-07[entt] Update to version 2.7.3 (#4649)Stanislav Ershov
* [entt] Update to version 2.7.3 [entt] Support cmake targets * [entt] Fix non-windows cmake targets
2018-11-07[pixel] added support for dascandy/pixel (#4637)Jayesh Badwaik
* + 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
2018-11-07[portaudio] Add pa_win_waveformat.h to public includes (#4582)Etienne Dechamps
* [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
2018-11-07[rapidcheck] Add initial support for RapidCheck (#4605)Stefan Ivanov
* 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
2018-11-07add igloo port (#4657)MilesYang
* add igloo port * [igloo] Use vcpkg_from_github * add snowhouse
2018-11-07sobjectizer updated to v.5.5.23 (#4668)eao197
2018-11-07[vcpkg-fetch] Switch back to 18.1.0; add hack in vcpkg.exe to map the hashes ↵Robert Schumacher
together.
2018-11-07Qt version bump 5.11.2 (#4629)Alexander Neumann
* Qt 5.11.2 version bump * removed unecessary qt patch * fix wrong hash for qt5-networkauth
2018-11-07[opus] Update to 1.3. (#4580)Joseph Davies
2018-11-07[vcpkg-fetch] Downgrade version of 7zip to hotfix NuGet.org changing the ↵Robert Schumacher
file hashes.
2018-11-07Merge pull request #4669 from Microsoft/dev/alkarata/rangev3Casey Carter
Dev/alkarata/rangev3
2018-11-06[portaudio] Copy PDB files. (#4583)Etienne Dechamps
This helps with debugging. According to docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
2018-11-06[SDL2 TTF] Fix package name in find_package (#4596)Tobias Markus
2018-11-06Fixes #4464 GLFW3 dynamic build failure on Linux (#4467)Lyle Tafoya
* Fixes #4464 GLFW3 dynamic build failure on Linux * [glfw3] Use vcpkg_from_github and remove outdated patch * [glfw3] Note dependency on xcursor
2018-11-06added vscode autodetection in macOS (#4589)Agustín Rodríguez
2018-11-06[fftw] Update to 3.3.8 (#4269)Sergey Sychugin
2018-11-06[Sqlite3] update to 3.25.2 (#4600)Andy Li
* [Sqlite3] update to 3.25.2 * [sqlite3] Use vcpkg_extract_source_archive_ex
2018-11-06add fmi4cpp port (#4650)Lars Ivar Hatledal
2018-11-06win_flex 2.5.9 is no longer downloadable, use 2.5.16 (#4658)Christian Meurin
* win_flex 2.5.9 is no longer downloadable, use 2.5.16 * [vcpkg_find_acquire_program] Fix links to flex and bison. Use subdir to avoid conflict with previous version.
2018-11-06[docs] Regenerate docs for vcpkg_from_gitRobert Schumacher
2018-11-06aixlog port (#4660)Tom Henoch
2018-11-06fdlibm init (#4165)atkawa7
* 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
2018-11-04[nghttp2] update 1.34.0 (#4621)Force.Charlie-I
* [nghttp2] update 1.34.0 * [ports] update nghttp2 to 1.34.0
2018-11-04[nlohmann-json] Update to 3.4.0 (#4619)Stanislav Ershov
2018-11-04[linalg] inital port (#4625)Mark Ian Holland
2018-11-04[fribidi] new port (#4627)Tobias Markus
2018-11-04 [ace] Retrieve source package from github which has much more bandwidth (#4628)Johnny Willemsen
* ace 6.5.2 * [ace] Retrieve source package from github which has much more bandwidth as download.dre * [ace] Use previous filename
2018-11-04[opencv] Update to OpenCV 3.4.3 (#4636)Tsukasa Sugiura
Update opencv port to OpenCV 3.4.3.
2018-11-03Merge pull request #4647 from crackedmind/fix_autocompleteAlexander Karatarakis
[autocomplete] Add autocompletion for `vcpkg upgrade`
2018-11-04[autocomplete] Add autocompletion for `vcpkg upgrade`crackedmind
2018-11-02When downloading a tool, print URL and filepath (#4640)Mark Salisbury
I'm seeing the error below: Building package zlib[core]:x86-windows... A suitable version of git was not found (required v2.17.1). Downloading portable git v2.17.1... Downloading git... WinHttpSendRequest() failed: 12002 I suspect the WinHttpSendRequest error is due to being behind a proxy - most download issues seem to be this. Or perhaps because a sys admin somewhere has disabled WinInet, somehow. I don't know. I don't know how to debug WinHttpSendRequest(); a quick google search didn't help. By printing the URL that vcpkg is trying to download, and where it's trying to download to, I can pop the URL in my browser, save it at the location specified, and move on with my life.
2018-11-02[nanodbc] add support for install --head (#4641)Farwaykorse
* [nanodbc] add support for use of --head * single line copyright handler * support cmake targets for v2.13
2018-11-01[rocksdb] update to v5.15.10 (#4342)Koby Kahane
* [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
2018-11-01[xerces-c] Avoid building executables (#4576)Robert Schumacher
2018-11-01[bootstrap.ps1] Remove unneeded Out-NullAlexander Karatarakis