2953 Commits

Author SHA1 Message Date
sigman78
4167807f09 [magnum] Emit plugin binary path to the header
Drop-in solution for the msbuild users.
2017-06-13 15:20:29 +03:00
sigman78
61dbead6fc [magnum] Patch SDL2 includes, msbuild compatibility
Concerning SDL2 includes and how do they work. It is seems what the common practice is to append 'SDL2' include path to the compiler options and then do plain #include "SDL.h". While it works in cmake based projects it won't pass in msbuild ones. This patch changes #include to 'global' style <SDL2/SDL.h> and solves the problem.
2017-06-13 12:35:54 +03:00
sigman
27db5c14bb [magnum-plugins] Patch for missing include
vs2017 regression
2017-06-10 17:48:40 +03:00
Robert Schumacher
8cbadbffdc [corrade][magnum-plugins][magnum] Use vcpkg_from_github() 2017-06-09 20:38:25 -07:00
sigman
1b76105200 [Magnum-plugins] Import plugins for the magnum opengl library
Added magnum-plugins library with the reasonable defaults and minimal dependencies .
2017-06-09 15:17:01 +03:00
sigman
741caef3fb [Magnum][Corrade] Cleanup and Audio support
Enabled audio support in magnum by default via openal-soft dependency.
2017-06-09 15:09:05 +03:00
sigman
f0605ca60a [Magnum] Fix static library build
Fixes cmake scripts to build a static version of the libraries.
2017-06-08 02:48:04 +03:00
sigman
1831ce4bcc Magnum OpengGL 3d library port
Added ports to support Magnum C++ OpenGL engine http://mosra.cz/blog/magnum.php and its direct dependencies
2017-06-07 22:10:27 +03:00
Alexander Karatarakis
9a698d7088 Convert BuildType/Configuration Type into simple enum classes 2017-06-06 16:37:58 -07:00
Robert Schumacher
831f0631f7 [vcpkg] Added parser support for 'Supports' field 2017-06-06 16:08:36 -07:00
Alexander Karatarakis
a8edf0710c Add missing #include 2017-06-06 15:50:44 -07:00
Alexander Karatarakis
69d5f50ce4 Install continue 2017-06-06 15:48:26 -07:00
Robert Schumacher
576044e612 Merge pull request #1218 from bagong/qt5-private-headers
Qt5: Add private header paths in cmake config files via patch
2017-06-06 15:01:39 -07:00
Robert Schumacher
8167b0682c Merge pull request #1227 from codicodi/add-jasper
[jasper] new port
2017-06-06 14:36:35 -07:00
Alexander Karatarakis
3a9e4d4844 Merge pull request #1226 from codicodi/libepoxy-1.4.3
[libepoxy] update to 1.4.3
2017-06-06 14:15:45 -07:00
Daniel Shaw
cc443d1c6b minor changes 2017-06-06 14:02:59 -07:00
Daniel Shaw
6c09b1dd24 PackageSpecParseResult const ref bug 2017-06-06 14:02:59 -07:00
Daniel Shaw
fcf0f331c6 error message vector check 2017-06-06 14:02:59 -07:00
Daniel Shaw
264cd050e6 ExpectedT factory class 2017-06-06 14:02:59 -07:00
Robert Schumacher
7b4d83c444 [qt5] Add check for long path. 2017-06-06 11:39:00 -07:00
Robert Schumacher
79fcaafd0c [harfbuzz] Change glib dependency back to platform-dependent 2017-06-06 11:12:25 -07:00
codicodi
7be0c32a19 [jasper] initial commit 2017-06-06 17:20:26 +02:00
codicodi
ca3d9f41b6 [libepoxy] update to 1.4.3 2017-06-06 16:36:34 +02:00
Robert Schumacher
4c33195759 Merge pull request #1213 from albertziegenhagel/request-toolset-version
Specify toolset version
2017-06-05 22:02:51 -07:00
Robert Schumacher
60825eed0e [vcpkg] Formatting and simplification of VcpkgPaths::get_toolset() 2017-06-05 22:01:41 -07:00
Robert Schumacher
77e556a186 Merge pull request #1210 from atkawa7/mqtt
Mqtt Portfile
2017-06-05 17:37:03 -07:00
Robert Schumacher
40d0fe7f27 Merge pull request #1208 from zabulus/harfbuzz
Fix harbuzz build for arm
2017-06-05 17:35:52 -07:00
Daniel Shaw
0c70ca2194 Merge pull request #1195 from danielshaw42/compiler_flags
Add support for compiler flags
2017-06-05 17:20:12 -07:00
Daniel Shaw
566172b3b6 remove debug statements 2017-06-05 17:01:20 -07:00
Robert Schumacher
dff3a8908c [harfbuzz] Bump version for arm fix. Change restriction to cover architecture instead of platform. 2017-06-05 16:58:06 -07:00
Alexander Karatarakis
eb8819dbf4 Merge pull request #1212 from daef/patch-1
replace empty-include-dir-hack with new policy
2017-06-05 13:49:46 -07:00
Bagong
3f2f920a96 Add private header paths in cmake config files via patch 2017-06-05 11:34:31 +02:00
Daniel Shaw
e573ed00a1 Merge pull request #1215 from codicodi/gtk-3.22.15
[gtk] update to 3.22.15
2017-06-02 14:21:43 -07:00
Daniel Shaw
a422a53cf6 Merge pull request #1214 from codicodi/pango-1.40.6
[pango] update to 1.40.6
2017-06-02 14:15:45 -07:00
Albert Ziegenhagel
1253b87519 Implement support to request a specific toolset version via the variable VCPKG_PLATFORM_TOOLSET in the triplet file 2017-06-02 18:13:12 +02:00
atkawa7
1b0094fd57 Merge https://github.com/Microsoft/vcpkg into mqtt 2017-06-02 06:51:13 -07:00
atkawa7
75cf4be8d4 removed parquet-cpp control 2017-06-02 06:46:29 -07:00
mnml_
40e9cca003 replace empty-include-dir-hack with new policy
As https://github.com/Microsoft/vcpkg/blob/master/CHANGELOG.md states 0.0.78 introduced a policy to allow an empty include directory

So the workaround mentioned in https://github.com/Microsoft/vcpkg/pull/117 isn't needed anymore.

I just replaced it with the line(+comment) from https://github.com/Microsoft/vcpkg/blob/master/ports/ecm/portfile.cmake#L28
2017-06-02 12:37:46 +02:00
atkawa7
cf39b0b8e3 created portfile 2017-06-01 14:26:42 -07:00
atkawa7
370868235b Created portfile #863 2017-06-01 14:25:40 -07:00
Hennadii Zabula
33dd3ee38d Fix harbuzz build for arm 2017-06-01 11:18:55 +03:00
Robert Schumacher
3ebcdd384b Merge pull request #1191 from STEllAR-GROUP/master
Fixing static builds for HPX
2017-05-31 23:46:45 -07:00
Robert Schumacher
14e1886d6a Merge pull request #1199 from muemart/gsl-cblas
Fix GSL port so that CMake can find it
2017-05-31 23:43:54 -07:00
Robert Schumacher
e733211c60 [hpx] Bump version to include patches 2017-05-31 18:01:47 -07:00
Robert Schumacher
18f9d17a6b Merge pull request #1188 from bagong/acquire_add
Correct path bison/flex add ruby 2.4.1 and gperf 3.0.1
2017-05-31 17:58:46 -07:00
Robert Schumacher
b8a2aa7382 Merge pull request #1186 from zabulus/gettext
Fix gettext arm build
2017-05-31 17:57:29 -07:00
Alexander Karatarakis
b89507f770 Merge pull request #1202 from codicodi/libuv-1.12.0
[libuv] update to 1.12.0
2017-05-31 16:36:11 -07:00
Robert Schumacher
39666bbcd9 [gettext] Bump version to include uwp change 2017-05-31 15:14:31 -07:00
Robert Schumacher
410c31a129 Merge pull request #1154 from KindDragon/openssl-asm
[openssl] Support using asm code
2017-05-31 15:11:18 -07:00
Alexander Karatarakis
60d987e923 Merge pull request #1203 from codicodi/fontconfig-2.12.3
[fontconfig] update to 2.12.3
2017-05-31 15:02:12 -07:00
Alexander Karatarakis
32bb686246 Merge pull request #1204 from codicodi/nana-1.5.1
[nana] update to 1.5.1
2017-05-31 14:59:47 -07:00
codicodi
9acdaa7722 [pango] update to 1.40.6 2017-05-31 22:54:47 +02:00
codicodi
4570ac743c [gtk] update to 3.22.15 2017-05-31 22:54:06 +02:00
codicodi
2f26b5733a [nana] update to 1.5.1 2017-05-31 18:59:08 +02:00
codicodi
9970ef4414 [fontconfig] update to 2.12.3 2017-05-31 17:43:19 +02:00
codicodi
985a70f4ef [libuv] update to 1.12.0 2017-05-31 13:19:04 +02:00
Martin Müller
f53871c169 Bump GSL version and don't define DLL_EXPORT for gslcblas 2017-05-31 12:13:48 +02:00
Martin Müller
ed826d8412 Fix GSL port so that CMake can find it
- Remove lib prefix from library
- Generate separate library for the cblas part
2017-05-31 10:50:33 +02:00
Robert Schumacher
b1f3f75429 Merge pull request #1177 from zieckey/port-evpp
Add evpp port file
2017-05-30 19:30:20 -07:00
Robert Schumacher
42450bfdff Merge pull request #1190 from codicodi/boost-dyn-link-fix
[boost] forcibly undefine BOOST_ALL_DYN_LINK in static builds
2017-05-30 19:27:16 -07:00
Robert Schumacher
93048a3832 [openssl] Bump version to include asm changes 2017-05-30 19:23:15 -07:00
Robert Schumacher
2b26822d61 Merge pull request #1197 from Microsoft/rv3_update
[range-v3] update version
2017-05-30 18:11:52 -07:00
Casey Carter
eac9ab7fab [range-v3] update version
...and don't bother with the "get upstream and then patch" dance.
2017-05-30 18:10:37 -07:00
Robert Schumacher
ce8b2eaa75 Merge pull request #1194 from Voskrese/patch-1
File does not have expected hash
2017-05-30 16:21:27 -07:00
Daniel Shaw
eb3b2accbc Add support for compiler flags 2017-05-30 12:27:03 -07:00
atkawa7
b81c419c60 created parquet-cpp control 2017-05-30 08:18:01 -07:00
Voskrese
506f396a84 File does not have expected hash
File path: [ E:/tools/vcpkg/downloads/range-v3-fork_base_to_00ed689bac7a9dcd8601dbde382758675516799d.diff ]
      Expected hash: [ 615a53ebac22df03e865bdcc86580914c4505ec5fc691b6a2f864f7bf63690b99d0da0db2d5b1026e34b0a3f7557f30dfa0cad65643bae0b53c0ec066af9eb8e ]
        Actual hash: [ 6158cd9ee1f5957294a26dc780c881839e0bae8610688a618cd11d47df34d5e543fa09ac9a3b33d4a65af8eceae0a6a3055621206c291ef75f982e7915daf91a ]

  Please delete the file and retry if this file should be downloaded again.
2017-05-30 17:57:00 +03:00
Hartmut Kaiser
c9c00bde39 Fixing static builds for HPX
- flyby: prefixing downloaded patch files with 'hpx-'
2017-05-29 16:10:19 -05:00
codicodi
72eb21a515 [boost] forcibly undefine BOOST_ALL_DYN_LINK in static builds 2017-05-29 21:36:10 +02:00
Bagong
dc43c4271b Add default path of 64-bit python as installed by MSVS2017 2017-05-29 20:32:06 +02:00
Arkady Shapkin
866dfad5ba [openssl] Support using asm code 2017-05-29 12:54:39 +03:00
Hennadii Zabula
867a1665f2 Add uwp fix patch 2017-05-29 11:42:27 +03:00
Hennadii Zabula
6161049f3c Fix gettext arm 2017-05-29 11:09:20 +03:00
Bagong
71726ac000 Correct path bison/flex add ruby 2.4.1 and gperf 3.0.1 2017-05-29 09:05:52 +02:00
Robert Schumacher
39b69e5b06 Merge pull request #1111 from Microsoft/docs
[vcpkg] Documentation revamp using MkDocs & readthedocs
2017-05-28 14:20:32 -07:00
Robert Schumacher
49cd399586 [vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs. 2017-05-28 14:15:13 -07:00
Robert Schumacher
e95a098696 Merge pull request #1178 from codicodi/shared-lzo
[lzo] enable dynamic build
2017-05-28 13:09:04 -07:00
Robert Schumacher
334a35e425 [vcpkg-toolchain] Compare CMAKE_SYSTEM_NAME, not WINDOWS_STORE. Fixes #1179. 2017-05-28 13:07:20 -07:00
Robert Schumacher
2f154a0580 Merge pull request #1168 from zabulus/pcre
Fix pcre arm uwp build
2017-05-28 12:58:16 -07:00
Robert Schumacher
e6b5e1d791 [pcre] Bump version and split fix-option.patch into two to preserve compat with previous port versions 2017-05-28 12:51:57 -07:00
Robert Schumacher
b01984a739 Merge pull request #1167 from zabulus/double-conversion
Fix double conversion build for arm-uwp
2017-05-28 05:29:26 -07:00
Robert Schumacher
b566676eff [double-conversion] Bump version, build arm static to avoid cmake bug 2017-05-28 05:28:34 -07:00
Robert Schumacher
88e4f79c77 Merge pull request #1163 from atkawa7/thrift
Thrift #16
2017-05-28 04:47:06 -07:00
Robert Schumacher
cad6321b8e [thrift] Small cleanup, added an unstable ref back in since the last stable doesn't build. 2017-05-28 04:46:21 -07:00
codicodi
6f5a606a51 [lzo] enable dynamic build 2017-05-28 13:44:08 +02:00
Robert Schumacher
292834ddf1 Merge pull request #1165 from atkawa7/arrow
Arrow #978
2017-05-28 04:37:16 -07:00
weizili
a934d1ff13 Add evpp port file 2017-05-28 14:11:57 +08:00
atkawa7
afcf47263e Change version to latest 2017-05-26 15:35:22 -07:00
atkawa7
ae06119765 Removed sha and ref 2017-05-26 15:34:54 -07:00
atkawa7
aa3e3c10e7 revert back to using sha 2017-05-26 15:31:55 -07:00
atkawa7
3ecfc53b1e Removed hash 2017-05-26 15:30:14 -07:00
atkawa7
139ed0bf5f force users to use --head as latest stable fails to build 2017-05-26 15:19:59 -07:00
Robert Schumacher
11d4a5c47e Merge pull request #1125 from STEllAR-GROUP/master
Adding support for HPX
2017-05-26 14:17:14 -07:00
Robert Schumacher
1913f6602f Merge pull request #1169 from codicodi/hwloc-from-source
[hwloc] build from source
2017-05-25 18:23:42 -07:00
Robert Schumacher
e288a87b9f [vcpkg-ci] Do not delete log files 2017-05-25 18:15:05 -07:00
atkawa7
9e65a5e24d Remove unnecessary Variables
-Added vcpkg_find_acquire_program for flex and bison 
-Removed unnecessary variables
2017-05-25 18:08:19 -07:00
atkawa7
9884310dbe Remove unintuitive naming in vcpkg_find_acquire_program 2017-05-25 18:04:02 -07:00
Robert Schumacher
d794a6287a Merge pull request #1148 from Innervate/redshell-port
Addition of a new port for the RedShell SDK
2017-05-25 16:12:46 -07:00
Robert Schumacher
341d606e60 [redshell] Add comment to control file indicating the prebuilt dependencies 2017-05-25 16:09:59 -07:00
Alexander Karatarakis
174a9a3464 Merge pull request #1171 from mcgoo/openssl-1.0.2l
use openssl 1.0.2l
2017-05-25 16:07:19 -07:00