kjpus
8bb061a20c
Build static libgit2 with dynamic CRT on Windows ( #4432 )
...
* 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 00:27:45 -07:00
Jaime Soto
c5f77be5c5
[yara] Remove Windows-only assumptions in CMakeLists.txt ( #4431 )
...
* [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-09 00:22:07 -07:00
Jason Juang
3240aad313
[dlib] update to 19.16 ( #4379 )
2018-10-08 20:41:25 -07:00
Maxime GIMENO
aa7a584767
[cgal] Update to 4.13. ( #4390 )
...
* 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 20:35:15 -07:00
Oleg Shparber
b0137ff288
[libarchive] Update to version 3.3.3, add feature support ( #4407 )
...
* [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 20:30:12 -07:00
Mark Ian Holland
790cf8d31d
[nlohmann-json] Update to 3.3.0 ( #4412 )
2018-10-08 20:18:55 -07:00
Alexander Karatarakis
9122643930
[apr] Update to 1.6.5
2018-10-05 16:03:15 -07:00
Alexander Karatarakis
adfb151426
Merge pull request #4408 from Cyan101/master
...
Changed so "optional:" is in italics rather than all of "optional: CMake 3.10.2"
2018-10-05 15:42:25 -07:00
Cyan/Jos
7bc26c173b
only "optional:" is in italics rather than "optional: CMake 3.10.2"
2018-10-05 12:41:22 +08:00
Alexander Karatarakis
e8371c179d
[bootstrap.ps1] Prefer 64bit toolset
2018-10-04 16:39:57 -07:00
Alexander Karatarakis
e8e8c14998
vcpkg edit
now checks the default user-installer location for VSCode
2018-10-04 14:39:48 -07:00
hlysunnaram
008c5d8668
Handle VCPKG_BUILD_TYPE ( #4287 )
...
* [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 23:09:42 -07:00
Alexander Karatarakis
0fe2068a56
[libflac] Apply patch for flac_max and flac_min
2018-10-03 22:54:39 -07:00
つむぎん
dabfd4e022
[tinyutf8] Initial port for tinyutf8. ( #4388 )
...
* Add tinyutf8 port.
* [tinyutf8] Use vcpkg_from_github(). Simplify patch.
2018-10-03 21:32:36 -07:00
Michael Vetter
37b1778053
Add toolsrc build dir to gitignore ( #4394 )
...
This directory gets generated by `bootstrap-vcpkg.sh` on Linux, but
should not be in version control.
2018-10-03 17:27:53 -07:00
Simon Brand
7e714a2c93
[tl-expected] Add new port ( #4399 )
...
* [tl-expected] Add new port
* [tl-expected] Simplification since CMake doesn't currently install targets
2018-10-03 17:15:06 -07:00
Mattias Cibien
0cbb8a1626
[kde frameworks 5] Added karchive, kholidays, updated kplotting from KDE Frameworks 5 ( #4302 )
...
* [kf5] Added karchive, updated kplotting
* [kf5] Added KHolidays
* [ecm] Bump CONTROL version
2018-10-02 18:22:21 -07:00
Arash Partow
851474a2f8
Update to StrTk package ( #4380 )
2018-10-02 18:20:07 -07:00
Michael Vetter
c63b563752
Rename 'Ubuntu' with 'Linux' in README.md ( #4393 )
...
Let's not be biased or propagate a certain Linux distribution over
others.
2018-10-02 14:46:42 -07:00
Kyle Farnung
f9122d3aa2
Force ChakraCore to statically link the CRT ( #4371 )
...
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-10-01 09:57:56 -07:00
Alexander Karatarakis
d31c063fb9
Merge pull request #4347 from MarkIanHolland/imgui-1.65
...
[ImGui] Update Imgui to 1.65
2018-09-26 15:09:11 -07:00
Robert Schumacher
7b82b38896
[aws-sdk-cpp] Change default services based on recommendations from the aws team
2018-09-25 20:50:37 -07:00
Alexander Karatarakis
619b6fc435
Merge pull request #4286 from guest512/master
...
[leptonica] Update to 1.76.0
2018-09-25 15:38:04 -07:00
Mark Ian Holland
e4fddb8dba
Update Imgui to 1.65
2018-09-25 15:26:09 +01:00
Denis Legashov
8f0f1aa85f
Updated leptonica patch in order to fix Linux builds
2018-09-25 13:48:07 +03:00
Alexander Karatarakis
7881abfc29
Merge pull request #4241 from DavidLudwig/io2d-2
...
[io2d] add new library to ports
2018-09-24 19:14:57 -07:00
Alexander Karatarakis
62297fda2a
Merge pull request #4280 from SuperWig/master
...
[fmt] update to 5.2.0
2018-09-24 18:49:50 -07:00
Alexander Karatarakis
61be650835
Merge pull request #4283 from jasjuang/glm
...
[glm] update to 0.9.9.2
2018-09-24 18:48:31 -07:00
Alexander Karatarakis
41c0982833
Merge pull request #4293 from hanseuljun/hanseuljun/x264
...
[x264] Update to 157
2018-09-24 18:44:46 -07:00
Robert Schumacher
b35f75d646
[cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add unofficial targets and usage information
2018-09-24 18:08:52 -07:00
David Ludwig
fd5fe4132c
[io2d] adjusted description and version (in vcpkg CONTROL file)
2018-09-24 18:08:10 -07:00
David Ludwig
f223e147f4
[io2d] point at io2d's main Github repo
2018-09-24 18:08:10 -07:00
David Ludwig
50bffdbdaa
[io2d] work-in-progress on new package (for vcpkg)
...
(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-24 18:08:10 -07:00
jasjuang
d23c403e2d
[glm] update to 0.9.9.2
2018-09-23 15:02:05 -07:00
Claudio Fantacci
90e627c7e6
[qt5-base] Fix hardcoded absolute paths in DLLs ( #3280 )
...
* Fix Qt5 hardcoded absolute paths within DLLs
* Increase patch version number in qt5-base
2018-09-20 14:01:15 -07:00
Robert Schumacher
765a9f06e6
Merge branch 'dev/roschuma/upgrades'
2018-09-19 18:41:54 -07:00
Robert Schumacher
48ec8f2950
Merge remote-tracking branch 'origin/master' into dev/roschuma/upgrades
2018-09-19 18:41:28 -07:00
Johnny Willemsen
1c90216f2e
ace 6.5.2 ( #4309 )
2018-09-19 18:20:57 -07:00
Robert Schumacher
1faf5c7d28
[vcpkg] Hotfix build break on non-windows platforms in commands.xvsinstances.cpp
2018-09-19 17:09:27 -07:00
Robert Schumacher
64a7483a4a
Upgrades 2018.09.18
2018-09-19 14:13:12 -07:00
Alexander Karatarakis
a1a18eada1
Add -all flag to vswhere.exe call
2018-09-18 21:03:00 -07:00
Alexander Karatarakis
1f79c92eb0
Add command x-vsinstances
2018-09-18 20:55:35 -07:00
Kan Tang
f89341566c
[azure-storage-cpp] Upgrade to 5.1.1 ( #4300 )
2018-09-18 02:33:32 -07:00
Robert Schumacher
7e5bb652fb
Upgrades 2018.08.03
2018-09-18 02:11:05 -07:00
Rich Randall
798f9cae6c
Add Google Fruit to ports ( #4291 )
...
* Add Google Fruit to ports
* [fruit] Use vcpkg_from_github() and configure_file()
2018-09-18 02:07:27 -07:00
quickiwiki
add489dd75
Added tinyspline library to ports ( #4298 )
...
* Added tinyspline library to ports
* Removed commented code
* [tinyspline] Simplify patching, remove extra comments and unused directives
2018-09-18 01:35:50 -07:00
Simon Hausmann
c7f99a77a8
Fix up double-conversion and harfbuzz ( #4285 )
...
* [double-conversion] Bump to 3.1.0
This release also allows removing the workarounds for calling
vcpkg_fixup_cmake_targets twice after renaming *LibraryDepends.cmake
because upstream didn't install *Targets.cmake files. That in turn fixes
using double-conversion on Linux.
* [harfbuzz] Fix cmake configs
When building cmake with autotools, a harfbuzz-config.cmake file gets
installed that makes find_package work. However when building with
cmake, that is omitted. Therefore include a patch from upstream pull
request
https://github.com/harfbuzz/harfbuzz/pull/1161
to fix that.
* [harfbuzz] Rename targets to unofficial-harfbuzz because they are not provided by upstream
2018-09-17 23:48:30 -07:00
hanseuljun
8740f850a1
[x264] Update to 157
2018-09-15 20:00:54 -07:00
Guillaume Racicot
ea08dc33c3
New package: gracicot/kangaru, a library for dependency injection in C++11, C++14 and later ( #4288 )
...
* New package: gracicot/kangaru, a library for dependency injection in C++11, c++14 and later
* Updated description
2018-09-14 11:54:54 -07:00
Denis Legashov
68a5eba2d1
[leptonica] Update to 1.76.0
2018-09-14 15:51:54 +03:00
Daniel Marshall
db835b9ef4
[fmt] update to 5.2.0
2018-09-13 17:16:58 +01:00
Alexander Karatarakis
a9fd7c82dc
Merge pull request #3990 from qmfrederik/updates/liblzma
...
[liblzma] Update to 2.5.4
2018-09-10 15:50:16 -07:00
Alexander Karatarakis
c92e4953a0
Merge pull request #4116 from sanxiyn/uriparser-0.8.6
...
[uriparser] Update to 0.8.6
2018-09-10 15:48:06 -07:00
Alexander Karatarakis
2aa149e412
Merge pull request #4255 from jasjuang/alembic
...
[alembic] update to 1.7.9
2018-09-10 15:44:47 -07:00
jasjuang
8a3b731118
[alembic] update to 1.7.9
2018-09-09 23:01:27 -07:00
Alexander Karatarakis
4cdffc0656
Merge pull request #4244 from icedream2linxi/pr/freeglut-fix-static-link
...
[freeglut] Fix the internal default link name of freeglut. Fixed #4243 .
2018-09-07 16:54:08 -07:00
icedream2linxi
f138ef3747
[freeglut] Fix the internal default link name of freeglut. Fixed #4243 .
2018-09-07 20:24:27 +08:00
Alexander Karatarakis
40510c3aaf
Merge pull request #4238 from MarkIanHolland/imgui1.64
...
[Imgui] update imgui to v1.64
2018-09-06 16:25:44 -07:00
Alexander Karatarakis
e20e8d9b54
Merge pull request #4231 from fcharlie/update_curl
...
[curl] update curl to 7.61.1 nghttp2 to 1.33.0
2018-09-06 15:12:08 -07:00
Mark Ian Holland
eac4d7b157
Imgui updated to 1.64
2018-09-06 14:40:22 +01:00
Alexander Karatarakis
7a76607cbf
Merge pull request #4235 from SuperWig/catch24
...
[Catch2] Updated to 2.4.0
2018-09-05 17:54:17 -07:00
Alexander Karatarakis
919c5db075
Merge pull request #4229 from katmsft/master
...
[azure-storage-cpp] Upgrade to 5.1.0
2018-09-05 17:22:07 -07:00
Alexander Karatarakis
4dadc4387f
Merge pull request #4224 from ruurdadema/fix-poco-on-osx-and-linux
...
Fix poco on osx and linux
2018-09-05 15:35:16 -07:00
Daniel Marshall
7ec7a08ea6
Updated Catch2 to 2.4.0
2018-09-05 18:55:53 +01:00
Force Charlie
03204d0c70
[ports] fix curl 001 patch, update nghttp2 to 1.33.0
2018-09-05 22:13:31 +08:00
Force Charlie
a91bc989a1
[curl] update curl to 7.61.1
2018-09-05 18:00:43 +08:00
Tank Tang
398d9fe64e
[azure-storage-cpp] Upgrade to 5.1.0
2018-09-05 11:51:30 +08:00
Alexander Karatarakis
acb791b228
Merge pull request #4216 from tbeu/patch-1
...
Update zlib version
2018-09-04 19:04:49 -07:00
Alexander Karatarakis
abcb2e17f6
Merge pull request #4210 from atkawa7/usrsctp
...
usrsctp init
2018-09-04 19:00:49 -07:00
Alexander Karatarakis
14c76880b5
Merge pull request #4207 from atkawa7/linenoise-ng
...
linenoise init
2018-09-04 19:00:25 -07:00
Alexander Karatarakis
2fd8643d5f
Merge pull request #4203 from atkawa7/fastfeat
...
fastfeat init
2018-09-04 18:49:19 -07:00
Alexander Karatarakis
ec1739559d
Merge pull request #4202 from atkawa7/modp-base64
...
modp-base64 init
2018-09-04 18:48:49 -07:00
Alexander Karatarakis
90bc8a98bb
Merge pull request #4198 from myd7349/prs/nng-tls-feature
...
[nng] Add mbedtls feature
2018-09-04 18:47:24 -07:00
Robert Schumacher
c5d6967f5b
[poco] Use PATCHES argument. Avoid WIN32 because it is not defined in portfiles.
2018-09-04 18:21:12 -07:00
Robert Schumacher
a91d32f1cd
Merge remote-tracking branch 'origin/master' into dev/roschuma/4224
2018-09-04 18:20:50 -07:00
Robert Schumacher
06e85f063c
[vcpkg_extract_source_archive] Fix incorrect var usage in vcpkg_extract_source_archive
2018-09-04 16:51:01 -07:00
Robert Schumacher
5d0b0ec82f
[vcpkg_extract_source_archive] Fix incorrect var usage in vcpkg_extract_source_archive
2018-09-04 16:47:47 -07:00
Robert Schumacher
4eb219c9fd
[libpqxx] Fix non-Windows
2018-09-04 16:25:17 -07:00
Robert Schumacher
3d73e3fac3
[cpprestsdk] Update to 2.10.6
2018-09-04 16:21:24 -07:00
David Ludwig
d68cc287f9
[GraphicsMagick] bug-fix: image files won't load ( #4215 )
...
* [GraphicsMagick] bug-fix: image files won't load
GM (GraphicsMagick) was failing to load image files, notably PNG or JPEG
images, as it was being compiled with support for 'GraphicsMagick
Modules'. These are files with names specific to GM, and of the format,
'IM_*.dll'. vcpkg's install process was not setting these up. This
patch makes sure that when GM is built, it embed's GM's own
image-loading code into graphicsmagick.dll.
* [vcpkg_extract_source_archive_ex] Add PATCHES argument
* [openmesh] Use direct download instead of gitlab
* [blaze] Use PATCHES argument
* [graphicsmagick] Use vcpkg_extract_source_archive_ex
2018-09-04 16:20:46 -07:00
Robert Schumacher
6af7c99555
[tbb] Add support for Linux and OSX
...
[tbb] Fix installed cmake file. Add vcpkg_test_cmake()
[tbb] Fix static non-windows builds
[tbb] Fix find_package() on Windows
2018-09-04 09:04:18 -07:00
Ruurd Adema
522d8d1061
Change poco to Poco as linux seems to be case-sensitive in this case
2018-09-04 17:04:34 +02:00
Ruurd Adema
3a964dca81
Fix poco build on osx and linux
2018-09-04 15:49:13 +02:00
Cheney Wang
e3956a98d0
[nanodbc]Update to new URLS ( #4221 )
2018-09-04 01:51:58 -07:00
tbeu
60820a02eb
Update zlib version
2018-09-02 21:01:51 +02:00
the-j0k3r
88bc18918c
[openssl] bump to 1.0.2p CVE-2018-0732 ( #4130 )
...
* [openssl] bump to 1.0.2p CVE-2018-0732
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732
https://www.openssl.org/news/vulnerabilities.html
* [openssl-unix][openssl-windows] Update control files for 1.0.2p
* [openssl-windows][openssl-uwp] Update hashes
* [libusbmuxd][libplist] Disable LTCG to enable compiler upgrades
* [libirecovery] Add missing getopt dependency
2018-09-02 02:28:10 -07:00
Alexander Karatarakis
b4ca5e4b5e
Merge pull request #4194 from atkawa7/woff2
...
woff2 init
2018-08-31 19:42:56 -07:00
Alexander Karatarakis
ef7b1b506d
Merge pull request #4193 from atkawa7/esaxx
...
esaxx init
2018-08-31 19:41:55 -07:00
Alexander Karatarakis
5e71d6bc9f
Merge pull request #4192 from atkawa7/darts-clone
...
darts clone init
2018-08-31 17:47:56 -07:00
atkawa7
8e973d5698
usrsctp init
2018-08-31 23:34:58 +02:00
atkawa7
606d14359d
linenoise init
2018-08-31 19:49:21 +02:00
atkawa7
807e40d342
fastfeat init
2018-08-31 16:47:50 +02:00
atkawa7
d290e8a29f
modp-base64 init
2018-08-31 15:53:58 +02:00
myd7349
fce90776f9
[nng] Add mbedtls feature
2018-08-31 18:18:10 +08:00
Robert Schumacher
33286f9004
[brotli] Add unofficial targets
2018-08-31 00:47:31 -07:00
Alexander Karatarakis
4aa3aab426
Merge pull request #4191 from atkawa7/sais
...
sais init
2018-08-30 17:22:03 -07:00
Hiroshi Miura
ab54bfa0cc
[vcpkg] post-build cmake test ( #3431 )
...
* [vcpkg] post-build cmake test
- test for applications with cmake build system
- Add a test feature to vcpkg core, make progress for #72
- Tests for zlib, bzip2, libiconv and openssl for example
- Test for curl will be failed, because of a bug #3053
It can detect a this type of problems
* [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test.
* [bzip2] Fix casing of cmake module name
2018-08-30 17:07:14 -07:00
Robert Schumacher
cf1df56e0d
[vcpkg_download_distfile] Apply workaround from #3399
2018-08-30 15:57:37 -07:00
atkawa7
c4ed0f743b
woff2 init
2018-08-30 23:01:52 +02:00
atkawa7
e5da089bb9
esaxx init
2018-08-30 22:29:16 +02:00