Commit Graph

756 Commits

Author SHA1 Message Date
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
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
f8210aa32b [zlib] fixed wrong FILENAME 2017-01-04 15:17:22 +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
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
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
codicodi
aab12428e5 [icu] fix typo 2016-12-30 15:27:25 +01:00
codicodi
bf559d51ec add lz4 2016-12-30 13:31:33 +01:00
codicodi
2d746d8913 [icu] force rebuild of database 2016-12-30 13:11:58 +01:00
Silvio Traversaro
614320e007 [qt5] Bump version 2016-12-29 10:59:48 +01:00
Silvio Traversaro
6741f959bb [qt5] Turn -no-pcre -qt-pcre
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
2016-12-29 10:59:02 +01:00
Robert Schumacher
31daeeb7f5 Merge pull request #470 from codicodi/fix-sdl
[sdl2] link to CRT libraries
2016-12-28 19:36:07 -07:00
codicodi
da63f33531 [sdl2] link to CRT libraries 2016-12-29 01:00:43 +01:00
codicodi
9a2825a0a4 [icu] update to 58.2 2016-12-28 12:20:11 +01:00
Alexander Karatarakis
57252f982a Merge pull request #427 from traversaro/add-ogre
Add ogre port
2016-12-27 14:50:26 -08:00
Alexander Karatarakis
a06fa64182 Merge branch 'add-liblzma' of https://github.com/codicodi/vcpkg into codicodi-add-liblzma 2016-12-27 14:41:39 -08:00
Alexander Karatarakis
0b243a5432 Merge branch 'antlr' of https://github.com/sdcb/vcpkg into sdcb-antlr 2016-12-27 14:24:42 -08:00
Alexander Karatarakis
2d9f8ff115 [qt5] Bump version 2016-12-27 14:23:20 -08:00
Alexander Karatarakis
bca354ea7a Merge branch 'patch-1' of https://github.com/traversaro/vcpkg into traversaro-patch-1 2016-12-27 14:22:42 -08:00
Alexander Karatarakis
04b62c7be9 [gli] Make "header-only" comment same as other ports 2016-12-27 14:18:23 -08:00
Alexander Karatarakis
08572a1c60 Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-master 2016-12-27 14:15:12 -08:00
Alexander Karatarakis
dad9c645ac Merge pull request #438 from codicodi/add-smpeg
[smpeg2] initial commit
2016-12-27 14:13:39 -08:00
Alexander Karatarakis
806dec7564 Merge pull request #423 from vlj/spirv
Add spirv-tools and use it to build shaderc.
2016-12-27 13:41:46 -08:00
Jason Yang
f70486314e [azure-storage-cpp] Upgrade to v2.6.0 2016-12-27 18:07:53 +08:00
codicodi
7ecf688cca add liblzma 2016-12-25 14:34:01 +01:00
flysha
91f51a084f [antlr4] initial commit 2016-12-25 18:44:20 +08:00
Robert Schumacher
fc9b42489c Merge pull request #452 from codicodi/fix-lua
[lua] Don't export from executables
2016-12-24 17:12:01 -07:00
Robert Schumacher
692a363701 Merge pull request #454 from sdcb/aws-sdk-1.0.47
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24 08:34:07 -07:00
Silvio Traversaro
1cc6a9c4ce [qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg
To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . 
If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-24 15:26:58 +01:00
flysha
efb81070ce [aws-sdk-cpp] upgrade to 1.0.47 2016-12-24 21:36:21 +08:00
flysha
8bcf57f68a [libbson, mongo-c-driver] bump version to 1.5.1
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24 20:16:31 +08:00
codicodi
90d814f3e2 [lua] bump version 2016-12-24 02:03:25 +01:00
codicodi
3d58393ad2 [lua] don't export from executables 2016-12-24 02:02:55 +01:00
vlj
daeab46090 Add gli. 2016-12-23 19:50:34 +01:00
Alexander Karatarakis
63d3c237c1 Merge pull request #437 from codicodi/fix-sdl2
[sdl2] make SDL use libc
2016-12-22 14:09:48 -08:00
Charlie Barto
e88b9c9160 bump qt5 version 2016-12-21 14:56:51 -05:00
vlj
8d9c8a6269 Modify shaderc so that it uses spirv-tools lib. 2016-12-21 20:47:53 +01:00
Charlie Barto
a82d7a4405 work on qt5 5.7.1 2016-12-20 20:37:16 -05:00
codicodi
12f8636815 [sdl2] bump version 2016-12-20 15:37:45 +01:00
codicodi
a5bb368f24 [smpeg2] initial commit 2016-12-20 15:17:24 +01:00
codicodi
704e1ea85a [sdl2] make SDL2 use libc 2016-12-20 14:52:13 +01:00
Alexander Karatarakis
3b7b380798 Merge pull request #342 from mmassing/statically_linked_glew
[glew] Implement static build
2016-12-19 17:21:15 -08:00
Alexander Karatarakis
a1be45adc3 Merge pull request #425 from codicodi/add-modplug
[libmodplug] initial commit
2016-12-19 15:34:28 -08:00
Alexander Karatarakis
bcab7f3913 [mongo/libbson] Tabs to spaces 2016-12-19 15:16:38 -08:00