Alexander Karatarakis
55a05684f5
Merge pull request #474 from traversaro/patch-2
...
[qt5] Turn -no-pcre in -qt-pcre
2016-12-30 20:56:35 -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
Alexander Karatarakis
b4c87e7a9b
Merge pull request #468 from codicodi/bump-icu
...
[icu] update to 58.2
2016-12-28 12:48:35 -08: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
08f08ab120
Merge branch 'codicodi-add-liblzma'
2016-12-27 14:46:22 -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
e1e4596ec9
Merge pull request #461 from OlafvdSpek/patch-1
...
Typo in README.md
2016-12-27 14:40:57 -08:00
Alexander Karatarakis
e353b066f5
Merge branch 'sdcb-antlr'
2016-12-27 14:40:30 -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
6f0eafe422
Merge branch 'traversaro-patch-1'
2016-12-27 14:23:44 -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
1eb02ad9a4
Merge branch 'vlj-master'
2016-12-27 14:19:02 -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
Robert Schumacher
37b199a926
Merge pull request #464 from JasonYang-MSFT/master
...
[azure-storage-cpp] Upgrade to v2.6.0
2016-12-27 09:04:43 -07: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
Olaf van der Spek
e67cbc48be
Typo in README.md
2016-12-25 12:22:46 +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
b3a13e2055
Merge pull request #436 from chrullrich/faq-integrate
...
Mention blank-property trap in FAQ.
2016-12-24 17:11:12 -07:00
Robert Schumacher
208148e929
Merge pull request #449 from chrullrich/targetpath
...
Improve copying dependent DLLs.
2016-12-24 11:49:15 -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
Robert Schumacher
c457714009
Merge pull request #453 from sdcb/mongo-version
...
[libbson, mongo-c-driver] bump version to 1.5.1
2016-12-24 08:32:42 -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
Robert Schumacher
d3f477b351
Merge pull request #450 from nekko1119/patch-1
...
Fix signed/unsigned mismatch warning
2016-12-23 17:35:14 -07:00
nekko1119
31d5994dd5
Fix signed/unsigned mismatch warning
2016-12-24 05:27:22 +09:00
vlj
daeab46090
Add gli.
2016-12-23 19:50:34 +01:00
Christian Ullrich
335c15a9d0
Copy DLLs before attempting to regsvr32.
2016-12-23 14:47:38 +01:00
Christian Ullrich
c0cb3ca009
Copy DLLs for all project types.
...
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
2016-12-23 14:47:26 +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
Alexander Karatarakis
2cd17a5cec
Merge pull request #441 from barcharcraz/qt571
...
Qt571
2016-12-21 12:13:42 -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
Alexander Karatarakis
8b9e624d0d
Improve trim implementation
2016-12-20 14:45:35 -08:00