aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-09clang-formattingAlexander Karatarakis
2018-10-09[vcpkg ci] Remove src as wellAlexander Karatarakis
2018-10-09Remove status_known()Alexander Karatarakis
2018-10-09Fix harfbuzz targets (#4345)Simon Hausmann
Since commit 6a97d0f3d377a35ea691d15ac142ce043f953e71 upstream, the target is in the harfbuzz:: namespace.
2018-10-09Add qt5-script package (#4389)Maxime GIMENO
2018-10-09[tinyfiledialogs] initial release (#4416)kiwixz
* tinyfiledialogs * [tinyfiledialogs] Download loose files instead of tarball
2018-10-09[live555] fix linux build : invalid conversion socklen_t (#4403)Erwan BERNARD
2018-10-09[morton-nd] Add port (#4420)Kevin Hartman
* [morton-nd] Add port * [morton-md] Remove 'v' from CONTROL version
2018-10-09spirv-cross port (#4426)Christophe Delacourt
* spirv-cross port * disable exceptions to assertion compilation flag * [spirv-cross] Fixup cmake targets
2018-10-09Fix build of OpenSSL on Android (#4427)Simon Hausmann
When passing on CMAKE_<LANG>_COMPILER_TARGET and CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is with clang a simple --target= and so the selected target must follow without a space, so that we get --target=foo-bar instead of --target= foo bar, which the compiler does not parse as intended.
2018-10-09Build static libgit2 with dynamic CRT on Windows (#4432)kjpus
* Build static libgit2 with dynamic CRT on Windows * [vcpkg-triplets] Revert changes to built-in triplets * [libgit2] Simplify computation of STATIC_CRT
2018-10-09[yara] Remove Windows-only assumptions in CMakeLists.txt (#4431)Jaime Soto
* [yara] Remove Windows-only assumptions in CMakeLists.txt Fixes x64-linux build. Addresses GitHub vcpkg issue #4411. Defines `libyara_dependencies` and `libyara_definitions` CMake variables to simplify calls to `target_link_libraries` and `target_compile_definitions`, respectively. Replaces `USE_WINDOWS_PROC` definition with platform-specific definition (e.g., `USE_LINUX_PROC`) based on how `proc_interface` is defined in configure.ac. Currently supports only Windows, Linux, and Darwin. Replaces libyara/proc/windows.c source file with platform-specific source file from libyara/proc. Adds missing libyara/endian.c and libyara/stopwatch.c source files to `libyara_sources` variable. Addresses missing byte-swap symbols (`_yr_bswap16`, `_yr_bswap32`, and `_yr_bswap64`). Adds `find_package` call for `Threads`, setting pthread as preferred threads library in Linux. Adds `Threads::Threads` as a libyara dependency. Addresses missing thread and semaphore symbols. Adds `m` (math library) as a dependency if building with GCC to address missing `log2` symbol. * [yara] Bump control version
2018-10-08[dlib] update to 19.16 (#4379)Jason Juang
2018-10-08[cgal] Update to 4.13. (#4390)Maxime GIMENO
* Update to 4.13 and minimize the qt5 dependency. * [cgal] Fix license installation for new git repo layout * [cgal] Remove vcpkg_test_cmake until x64 can be fixed
2018-10-08[libarchive] Update to version 3.3.3, add feature support (#4407)Oleg Shparber
* [libarchive] Update to version 3.3.3, add feature support * [libarchive] Mark features as default to mimic previous behavior. To not install them, use `libarchive[core]`.
2018-10-08[nlohmann-json] Update to 3.3.0 (#4412)Mark Ian Holland
2018-10-05[apr] Update to 1.6.5Alexander Karatarakis
2018-10-05Merge pull request #4408 from Cyan101/masterAlexander Karatarakis
Changed so "optional:" is in italics rather than all of "optional: CMake 3.10.2"
2018-10-05only "optional:" is in italics rather than "optional: CMake 3.10.2"Cyan/Jos
2018-10-04[bootstrap.ps1] Prefer 64bit toolsetAlexander Karatarakis
2018-10-04`vcpkg edit` now checks the default user-installer location for VSCodeAlexander Karatarakis
2018-10-03Handle VCPKG_BUILD_TYPE (#4287)hlysunnaram
* [curl] fix build failure when VCPKG_BUILD_TYPE is set * [libmysql] fix build failure when VCPKG_BUILD_TYPE is set * [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only * [icu] use VCPKG_BUILD_TYPE to build release or debug only * [gdal] use VCPKG_BUILD_TYPE to build release or debug only * bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-10-03[libflac] Apply patch for flac_max and flac_minAlexander Karatarakis
2018-10-03[tinyutf8] Initial port for tinyutf8. (#4388)つむぎん
* Add tinyutf8 port. * [tinyutf8] Use vcpkg_from_github(). Simplify patch.
2018-10-03Add toolsrc build dir to gitignore (#4394)Michael Vetter
This directory gets generated by `bootstrap-vcpkg.sh` on Linux, but should not be in version control.
2018-10-03[tl-expected] Add new port (#4399)Simon Brand
* [tl-expected] Add new port * [tl-expected] Simplification since CMake doesn't currently install targets
2018-10-02[kde frameworks 5] Added karchive, kholidays, updated kplotting from KDE ↵Mattias Cibien
Frameworks 5 (#4302) * [kf5] Added karchive, updated kplotting * [kf5] Added KHolidays * [ecm] Bump CONTROL version
2018-10-02Update to StrTk package (#4380)Arash Partow
2018-10-02Rename 'Ubuntu' with 'Linux' in README.md (#4393)Michael Vetter
Let's not be biased or propagate a certain Linux distribution over others.
2018-10-01Force ChakraCore to statically link the CRT (#4371)Kyle Farnung
ChakraCore can only dynamically link against MSVCRT currently. To work around this it's best just to statically link the CRT like official builds do. Refs: https://github.com/Microsoft/ChakraCore/issues/5725
2018-09-26Merge pull request #4347 from MarkIanHolland/imgui-1.65Alexander Karatarakis
[ImGui] Update Imgui to 1.65
2018-09-25[aws-sdk-cpp] Change default services based on recommendations from the aws teamRobert Schumacher
2018-09-25Merge pull request #4286 from guest512/masterAlexander Karatarakis
[leptonica] Update to 1.76.0
2018-09-25Update Imgui to 1.65Mark Ian Holland
2018-09-25Updated leptonica patch in order to fix Linux buildsDenis Legashov
2018-09-24Merge pull request #4241 from DavidLudwig/io2d-2Alexander Karatarakis
[io2d] add new library to ports
2018-09-24Merge pull request #4280 from SuperWig/masterAlexander Karatarakis
[fmt] update to 5.2.0
2018-09-24Merge pull request #4283 from jasjuang/glmAlexander Karatarakis
[glm] update to 0.9.9.2
2018-09-24Merge pull request #4293 from hanseuljun/hanseuljun/x264Alexander Karatarakis
[x264] Update to 157
2018-09-24[cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add ↵Robert Schumacher
unofficial targets and usage information
2018-09-24[io2d] adjusted description and version (in vcpkg CONTROL file)David Ludwig
2018-09-24[io2d] point at io2d's main Github repoDavid Ludwig
2018-09-24[io2d] work-in-progress on new package (for vcpkg)David Ludwig
(via http://io2d.org) Currently points to a branch outside of Github.com/cpp-io2d/, pending changes to either io2d, or this vcpkg integration
2018-09-23[glm] update to 0.9.9.2jasjuang
2018-09-20[qt5-base] Fix hardcoded absolute paths in DLLs (#3280)Claudio Fantacci
* Fix Qt5 hardcoded absolute paths within DLLs * Increase patch version number in qt5-base
2018-09-19Merge branch 'dev/roschuma/upgrades'Robert Schumacher
2018-09-19Merge remote-tracking branch 'origin/master' into dev/roschuma/upgradesRobert Schumacher
2018-09-19ace 6.5.2 (#4309)Johnny Willemsen
2018-09-19[vcpkg] Hotfix build break on non-windows platforms in commands.xvsinstances.cppRobert Schumacher
2018-09-19Upgrades 2018.09.18Robert Schumacher