1140 Commits

Author SHA1 Message Date
codeandroid
2307fa6274 [boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime. 2016-12-08 17:03:45 +01:00
Robert Schumacher
ebe2ce7281 Merge pull request #403 from codicodi/add-sfml
[sfml] intial commit
2016-12-07 22:00:07 -08:00
Robert Schumacher
0d81422f34 Merge pull request #399 from cguebert/CharLS
Add CharLS.
2016-12-07 21:44:19 -08:00
Robert Schumacher
451c1abcd7 Merge pull request #396 from JasonYang-MSFT/azurestorage
Add Microsoft Azure Storage Client Library for C++ 2.5.0
2016-12-07 21:43:08 -08:00
Robert Schumacher
31b713ca1f [vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead. 2016-12-07 21:40:36 -08:00
Robert Schumacher
97b0479db0 Merge pull request #395 from stammen/uwp-sqlite
UWP: use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
2016-12-07 21:34:44 -08:00
Robert Schumacher
f2a8323be2 Merge pull request #393 from cguebert/uWS
Add uWebSockets.
2016-12-07 21:30:06 -08:00
Alexander Karatarakis
a73feb7c99 [ragel] Use SOURCE_PATH when copying license 2016-12-07 15:38:17 -08:00
Alexander Karatarakis
dea170b469 [harfbuzz] Use SOURCE_PATH for copying license 2016-12-07 15:35:23 -08:00
Alexander Karatarakis
91a6913493 [globjects] Use SOURCE_PATH variable 2016-12-07 15:26:30 -08:00
Alexander Karatarakis
220a8597c2 [glbinding] Extract SOURCE_PATH variable 2016-12-07 15:25:33 -08:00
Alexander Karatarakis
7555e6576b [geos] Extract SOURCE_PATH variable 2016-12-07 15:23:50 -08:00
Alexander Karatarakis
e6ebc03699 [freeglut] Extract SOURCE_PATH variable 2016-12-07 15:21:30 -08:00
Alexander Karatarakis
e8b46b89d0 [assimp] Extract variable SOURCE_PATH 2016-12-07 15:19:16 -08:00
Alexander Karatarakis
ade896e4bf [asio] Use SOURCE_PATH 2016-12-07 15:18:07 -08:00
Alexander Karatarakis
b9114298af Merge branch 'willyd-gflags-fix-license' 2016-12-07 15:16:34 -08:00
codicodi
040555ee81 [sfml] this shouldn't be here... 2016-12-07 23:33:00 +01:00
Guillaume Dumont
f8c119d7fe Fixed wrong location of gflags license file 2016-12-07 17:22:38 -05:00
codicodi
f047bd733e [sfml] initial commit 2016-12-07 23:02:23 +01:00
Alexander Karatarakis
31c4de315a Add "vcpkg /?" which is equivalent to "vcpkg help" 2016-12-07 13:14:10 -08:00
Alexander Karatarakis
3aa906c592 Merge pull request #401 from codicodi/fix-flac
[libflac] link to correct version of ogg
2016-12-07 13:02:46 -08:00
codicodi
abc8c37520 [libflac] bump version 2016-12-07 17:50:56 +01:00
codicodi
764563457f [libflac] remove unused flags 2016-12-07 17:49:28 +01:00
codicodi
7927112acb [libflac] link to correct version of ogg 2016-12-07 17:48:01 +01:00
Christophe Guébert
b65005b241 Add CharLS. 2016-12-07 12:30:12 +01:00
Robert Schumacher
ed2994a5e9 [openssl] Fix source path for new archive. 2016-12-06 16:17:58 -08:00
Robert Schumacher
db4dc6d1ce [openssl] Do not use branches; these will update and constantly break the hash. 2016-12-06 16:15:50 -08:00
Alexander Karatarakis
3b1a2543dd Merge pull request #394 from stammen/uwp-openssl
fixed openssl hash for uwp builds
2016-12-06 15:05:38 -08:00
Alexander Karatarakis
2c115f9670 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2016-12-06 14:43:43 -08:00
Alexander Karatarakis
5a7f86efd4 Merge branch 'codicodi-add-flac' 2016-12-06 14:43:37 -08:00
Alexander Karatarakis
59587d94c7 [libflac] Fix typo 2016-12-06 14:39:17 -08:00
Robert Schumacher
dd7c39f0e3 [gflags] Lowercase install directories. Bump version to account for this and c0c2135. 2016-12-06 14:22:24 -08:00
Alexander Karatarakis
023647c36a Merge branch 'add-flac' of https://github.com/codicodi/vcpkg into codicodi-add-flac 2016-12-06 14:20:41 -08:00
Robert Schumacher
632b8c3cd0 Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-12-06 14:18:45 -08:00
Robert Schumacher
c0c2135a60 [gflags] Add quotes to avoid stripping semicolons from the config module. 2016-12-06 14:18:37 -08:00
Alexander Karatarakis
52a8c21feb Merge pull request #390 from cguebert/master
Add libssh2.
2016-12-06 14:17:22 -08:00
Robert Schumacher
a05a033d74 [aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. Rename archive to avoid collisions with other libraries. 2016-12-06 13:58:04 -08:00
Alexander Karatarakis
a545be80b4 [boost] Fix dynamic build lib renaming 2016-12-06 13:48:37 -08:00
Alexander Karatarakis
50a85c3159 Merge pull request #383 from codicodi/add-lua-tools
[lua] install compiler and interpreter
2016-12-06 13:46:15 -08:00
codicodi
f1a3424c77 [libflac] update config in static builds
Now static libs can be used without defining FLAC__NO_DLL by user.
2016-12-06 22:38:25 +01:00
Dale Stammen
c128d007df use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME 2016-12-06 10:08:15 -08:00
Dale Stammen
8bb60f70ef fixed openssl hash for uwp builds 2016-12-06 09:05:27 -08:00
Christophe Guébert
7a061e8d90 Add uWebSockets. 2016-12-06 16:42:26 +01:00
Christophe Guébert
05fdf3a01f Add libssh2. 2016-12-06 14:33:43 +01:00
codicodi
175bb41f82 [libflac] initial commit 2016-12-06 12:14:31 +01:00
Robert Schumacher
af9d82ceb3 Merge pull request #388 from mattiascibien/anax_shared
Anax shared lib support
2016-12-06 02:41:30 -08:00
Mattias Cibien
34f103d420 [anax] Bump Version 2016-12-06 11:29:22 +01:00
Mattias Cibien
134993109b Anax support for shared libs 2016-12-06 11:17:25 +01:00
Jason Yang
1473e56729 fix some comments 2016-12-06 17:26:46 +08:00
Robert Schumacher
5359a542a5 [vcpkg] Disable all interactions with CMake registry -- we are effectively implementing our own registry and they don't nest very well at all.
Fixes #334.
2016-12-06 01:26:46 -08:00
Robert Schumacher
d661c174c7 Merge pull request #358 from vlj/shaderc
Add shaderc.
2016-12-06 01:05:13 -08:00
Robert Schumacher
6993803b05 [shaderc] Enable dynamic CRT. Explicitly search for python3. Add Build-Depends on glslang. 2016-12-06 01:04:32 -08:00
Robert Schumacher
901b597840 [gslang] Version bump to account for layout changes 2016-12-06 01:00:20 -08:00
Robert Schumacher
76896df8de Merge pull request #364 from mmassing/add_gdal_port
GDAL 1.11.3 port
2016-12-06 00:58:38 -08:00
Robert Schumacher
55605c73e0 [gdal] Use CURRENT_INSTALLED_DIR instead of calculating it out. Use VCPKG_TARGET_ARCHITECTURE instead of parsing the triplet. 2016-12-06 00:57:58 -08:00
Robert Schumacher
2f4a598970 Merge branch 'add_gdal_port' of https://github.com/mmassing/vcpkg into mmassing-add_gdal_port 2016-12-06 00:38:12 -08:00
Robert Schumacher
d40d1adc96 Merge pull request #386 from willyd/gflags-2.2.0
Updated glfags to v2.2.0
2016-12-05 22:49:02 -08:00
Robert Schumacher
33d5ff4e08 [gflags] Switch to using zip files -- this makes the download faster and easier to upgrade. Remove gflags_nothreads to avoid choices at link time. 2016-12-05 22:47:24 -08:00
Robert Schumacher
92f8015716 Merge branch 'gflags-2.2.0' of https://github.com/willyd/vcpkg into willyd-gflags-2.2.0 2016-12-05 22:26:08 -08:00
Robert Schumacher
c391a1fcb0 Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-12-05 22:25:50 -08:00
Robert Schumacher
082bf79f29 Merge pull request #341 from gnome71/qca
initial commit qca port
2016-12-05 22:22:16 -08:00
Robert Schumacher
83960ecc18 Merge branch 'qca' of https://github.com/gnome71/vcpkg 2016-12-05 22:13:38 -08:00
Robert Schumacher
98b0bc95cb Merge pull request #221 from ebraminio/master
Update harfbuzz to 1.3.4
2016-12-05 22:13:08 -08:00
Alexander Kaspar
bd2a8becde Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-06 07:12:38 +01:00
Ebrahim Byagowi
242a3b2a80 Update harfbuzz to 1.3.4
The needed local patches are now upstreamed thus no longer needed.

Also Uniscribe backend is no longer default enabled so almost no lib
is needed to be linked.
2016-12-06 09:08:33 +03:30
Alexander Karatarakis
ff4d33b156 [boost] Don't use --layout=system. Resolves #369 2016-12-05 16:42:30 -08:00
Robert Schumacher
aba7637a36 Merge pull request #370 from sdcb/aws-sdk
Add aws-sdk-cpp
2016-12-05 12:29:36 -08:00
Alexander Kaspar
587552aa0e Merge branch 'qca' of github.com:gnome71/vcpkg into qca 2016-12-05 17:44:15 +01:00
Alexander Kaspar
dba8ebd9fc Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-05 17:43:13 +01:00
codicodi
d8db19a2c4 [lua] bump version 2016-12-05 14:40:10 +01:00
Robert Schumacher
e83e532181 Merge pull request #382 from codicodi/add-nana
[nana] initial commit
2016-12-05 04:35:01 -08:00
codicodi
58c6c686a6 [nana] fix harmless but still ugly mix-up 2016-12-05 13:32:11 +01:00
Alexander Kaspar
a985fc2de8 Merge branch 'master' into qca 2016-12-05 09:13:22 +01:00
codicodi
fffc1dc71e [lua] no debug tools 2016-12-04 19:12:21 +01:00
codicodi
fd74c49a5f [lua] add interpreter and compiler 2016-12-04 19:11:01 +01:00
vlj
b78fdc6994 Add shaderc. 2016-12-04 19:02:32 +01:00
vlj
49e760390e Expose some glslang internal includes and enforce static build. 2016-12-04 19:02:18 +01:00
codicodi
6e3b500a82 [nana] initial commit 2016-12-04 15:03:47 +01:00
Alexander Kaspar
4a3cbbe5ef Merge branch 'qca' of github.com:gnome71/vcpkg into qca 2016-12-03 19:29:03 +01:00
Alexander Kaspar
c5b6f019bd Merge branch 'qca' of ssh://github.com/gnome71/vcpkg into qca 2016-12-03 13:27:41 +01:00
Alexander Kaspar
bf187f318a [qca] Added mk-ca-bundle.pl to generate certstore at build time. 2016-12-03 13:10:15 +01:00
Alexander Kaspar
26793bd449 [qca] Added mk-ca-bundle.pl to generate certstore at build time. 2016-12-03 12:46:56 +01:00
Robert Schumacher
a710f67e52 [vcpkg] Remove automatic include paths and link paths from CMake toolchain. It is customary to use find_X() in CMake, so automatic paths are not needed. 2016-12-03 02:54:37 -08:00
Alexander Karatarakis
f620725842 Merge pull request #381 from barcharcraz/fix_alias
fixed vcpkg trying to set properties on INTERFACE and ALIAS targets
2016-12-02 11:56:22 -08:00
Alexander Karatarakis
3b9e77a477 Merge pull request #380 from barcharcraz/qt5-libpq
Added libpq support to qt5
2016-12-02 11:55:46 -08:00
Alexander Karatarakis
68a3cad1b8 Merge branch 'phsucharee-master' 2016-12-02 11:48:09 -08:00
Alexander Karatarakis
bdbf98a730 [jxrlib] Bump version 2016-12-02 11:47:52 -08:00
Charlie Barto
f874d15eca fixed vcpkg trying to set properties on INTERFACE and ALIAS targets 2016-12-02 12:24:14 -05:00
charlie barto
67303f1569 Added libpq support to qt5
qt5 changes

more qt5 changes

added libpq to qt5

fix merge

fixed left over git thing
2016-12-02 12:19:18 -05:00
phsucharee
8762c2a626 [jxrlib] Remove __ANSI__ preprocessor definition 2016-12-02 16:35:36 +01:00
Alexander Kaspar
095a2ce317 Merge branch 'qca' of github.com:gnome71/vcpkg into qca 2016-12-02 16:18:49 +01:00
Alexander Kaspar
813e421490 Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-02 16:15:33 +01:00
Jason Yang
31b4236f09 rename dll to wastorage to keep consistency 2016-12-02 17:17:53 +08:00
Alexander Kaspar
13b0c034ec [qca] downloading cacerts from curl homepage, because used version is very outdated. 2016-12-02 10:12:57 +01:00
Alexander Kaspar
279f6d5830 Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca 2016-12-02 09:00:27 +01:00
Jason Yang
5849d36d48 [azure-storage-cpp] add link to v2.5.0 2016-12-02 14:54:03 +08:00
Alexander Karatarakis
25b6ef7a9d Merge pull request #354 from codicodi/add-icu
[ICU] Initial commit
2016-12-01 20:42:35 -08:00
Alexander Karatarakis
a195dedf52 get_installed_files() now filters out the directories 2016-12-01 20:39:28 -08:00
Alexander Karatarakis
a8c189c3f2 [pre-install checks] Greatly improve the check for already isntalled
files
2016-12-01 17:22:20 -08:00
Alexander Karatarakis
4d298be260 [owns command] Use get_installed_files() 2016-12-01 15:37:08 -08:00