Alexander Karatarakis
833fbb2ef1
[libvorbis] Add version
2017-01-06 15:40:37 -08:00
Alexander Karatarakis
c5dad5306e
[vcpkg_apply_pathces] Fix typo (also trailing whitespace)
2017-01-06 14:57:45 -08:00
Patrick Bader
2bb72e6637
[sdl2-image] added dependencies to CONTROL so they will always be statically linked
...
Replaced FindWEBP.cmake with version from freeimage port
2017-01-06 23:20:57 +01:00
Silvio Traversaro
fc8228a79b
[qt5] Fix tabs/spaces mismatch
2017-01-06 23:04:20 +01:00
Silvio Traversaro
95ff552b85
[qt5] Avoid printing warnings for problems in applying"confguration patches"
...
The `QUIET` option for `vcpkg_apply_patches` was added in f4c34bb42d
.
Fixes https://github.com/Microsoft/vcpkg/issues/411 .
2017-01-06 23:02:19 +01:00
Alexander Karatarakis
d4d3133afc
Merge pull request #494 from traversaro/add-qwt
...
Add qwt port
2017-01-06 13:41:01 -08:00
Alexander Karatarakis
4be24efa52
Merge pull request #493 from codicodi/add-archive
...
add libarchive
2017-01-06 13:16:48 -08:00
Patrick Bader
937c4e26b0
fixed findWEBP.cmake to select debug version of webp for debug builds.
2017-01-06 22:05:22 +01:00
Alexander Karatarakis
7f66995a9a
Merge pull request #490 from sdcb/dx
...
Add dx port.
2017-01-06 11:52:54 -08:00
Alexander Karatarakis
3ae0f0c50e
Merge pull request #491 from codicodi/fix-ft-deps
...
[freetype] specify dependencies
2017-01-06 11:51:54 -08:00
Patrick Bader
30a1f0bff0
Merge branch 'sdl2_image'
2017-01-06 19:13:03 +01:00
Patrick Bader
04f8da985c
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2017-01-06 19:09:17 +01:00
Patrick Bader
37a5504855
finished port of sdl2_image
...
- optional dependencies which are installed in vcpkg are automatically linked
- unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used
2017-01-06 19:08:31 +01:00
Alexander Karatarakis
ff10939203
Refactor pre-install check
2017-01-05 15:23:08 -08:00
Silvio
3cad0111fb
Add qwt port
2017-01-05 23:46:43 +01:00
Silvio
1decb1b52c
cmake: add qmake-related helpers function
2017-01-05 23:46:43 +01:00
Silvio
f4c34bb42d
vcpkg_apply_patches: add QUIET option
2017-01-05 23:46:43 +01:00
Alexander Karatarakis
e5f60816cb
Introduce ImmutableSortedVector
2017-01-05 14:30:52 -08:00
Alexander Karatarakis
64e1bf8de7
Use Nested Namespace Definition
2017-01-05 14:27:36 -08:00
Alexander Karatarakis
708e93d82a
Use Nested Namespace Definition
2017-01-05 14:25:50 -08:00
Alexander Karatarakis
6e29b7b8d4
Pass by reference
2017-01-05 14:21:09 -08:00
Alexander Karatarakis
88b5791b0b
Use Nested Namespace Definition
2017-01-05 14:14:11 -08:00
Alexander Karatarakis
1565cafb83
Use nullptr
2017-01-05 14:09:48 -08:00
Alexander Karatarakis
0b5e2e9e76
Use nested namespace definition
2017-01-05 12:55:28 -08:00
codicodi
f99d143dc3
add libarchive
2017-01-05 21:22:32 +01:00
Patrick Bader
44c86f56db
Revert "forces CMake use zlib version which is installed by vcpkg."
...
This reverts commit d62dda3b03
.
2017-01-05 19:39:14 +01:00
Patrick Bader
5a59fd7ec6
Merge branch 'master' of https://github.com/patrigg/vcpkg
2017-01-05 17:09:47 +01:00
Patrick Bader
795ac00e6e
Merge branch 'sdl2_image' of https://github.com/patrigg/vcpkg
2017-01-05 17:00:31 +01:00
Patrick Bader
51942b6d7a
Merge branch 'master' of https://github.com/patrigg/vcpkg
2017-01-05 16:55:18 +01:00
Patrick Bader
d62dda3b03
forces CMake use zlib version which is installed by vcpkg.
2017-01-05 16:48:04 +01:00
Patrick Bader
29aedfad6c
added first version of SDL2_image library which currently does not link to any external libraries.
2017-01-05 16:42:52 +01:00
Patrick Bader
f73bc68642
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2017-01-05 16:39:08 +01:00
codicodi
cff21e04f5
[freetype] specify dependencies
2017-01-05 15:34:06 +01:00
sdcb
41a68f712a
Add dx port.
2017-01-05 15:09:40 +08:00
Alexander Karatarakis
b280f57002
Merge branch 'patrigg-master'
2017-01-04 10:33:50 -08:00
Patrick Bader
6a220edfb8
[zlib] fixed wrong FILENAME
2017-01-04 10:33:16 -08:00
Patrick Bader
f8210aa32b
[zlib] fixed wrong FILENAME
2017-01-04 15:17:22 +01:00
Patrick Bader
6ed6616aaa
Merge remote-tracking branch 'upstream/master'
2017-01-04 15:14:16 +01:00
Patrick Bader
0db465cec2
updated zlib port to version 1.2.10
2017-01-04 14:30:23 +01:00
Alexander Karatarakis
25a2bf7994
[zlib] Update LICENSE
2017-01-03 16:35:02 -08:00
Alexander Karatarakis
6f1f665416
[zlib] Update to 1.2.10
2017-01-03 13:29:17 -08:00
Christian Ullrich
59c34be252
Disable Boost auto-link.
...
Fixes #483 . vcpkg always links all installed libraries for the target
triplet; Boost's own auto-link feature is therefore redundant.
2017-01-03 14:06:49 +01:00
Alexander Karatarakis
7f4682b20d
Merge pull request #481 from sdcb/chakracore140
...
[chakracore] upgrade to 1.4.0
2017-01-02 08:49:41 -08:00
Alexander Karatarakis
261bfb6d86
Merge pull request #480 from codicodi/add-bzip2
...
add bzip2
2017-01-02 08:48:47 -08:00
flysha
cab893dd20
[chakracore] upgrade to 1.4.0
2017-01-02 23:58:26 +08:00
codicodi
73164f5881
[bzip2] fix indentation
2017-01-02 01:35:12 +01:00
codicodi
044c07ece1
add bzip2
2017-01-02 01:31:42 +01:00
Adam Martin
2a8d1510b4
[glew] Renames the glew debug output files
...
The FindGlew.cmake that is official as well as several found in a quick search
don't look for the debug post-fix variant of the library. This was causing vcpkg
to not copy the DLL over on build as it was looking for glew32.dll not glew32d.dll.
2017-01-01 10:08:03 -06:00
Alexander Karatarakis
bc8cca82a2
Merge pull request #477 from codicodi/add-lz4
...
add lz4
2016-12-30 21:03:45 -08:00
Alexander Karatarakis
e69104b761
Merge pull request #476 from codicodi/fix-icu-dt
...
[icu] force rebuild of database
2016-12-30 20:59:29 -08:00