Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[many ports] Updates 2019.07.09 #7217

Merged
merged 32 commits into from
Aug 24, 2019
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
178e396
[many ports] Upgrades 2019.07.11
ras0219-msft Jul 12, 2019
0657cdd
Re-generate patches and fix build errors.
Jul 15, 2019
70d43d5
[manyport]Fix build errors.
Jul 15, 2019
5b4e25b
Fix avro-c and console-bridge failures, revert curl and tesseract
Jul 15, 2019
b93ce83
fix botan failure
Jul 15, 2019
8001601
Fix build errors and undo some ports upgrades.
Jul 16, 2019
7825016
[aws-c-common,chipmunk,cxxopts,grpc]Fix build errors
Jul 16, 2019
d512c9a
Fix build errors.
Jul 17, 2019
dc70ca2
Merge branch 'master' into dev/roschuma/updates
JackBoosY Jul 17, 2019
c116468
[angle]Undo upgrade changes.
Jul 17, 2019
0d8f859
Merge branch 'dev/roschuma/updates' of https://github.com/ras0219-msf…
Jul 17, 2019
692f32b
Merge branch 'master' into dev/roschuma/updates
JackBoosY Jul 18, 2019
2284b62
Merge branch 'master' into dev/roschuma/updates
JackBoosY Jul 18, 2019
06654c3
Merge branch 'master' into dev/roschuma/updates
JackBoosY Jul 19, 2019
4791423
[directxtk]Fix UWP build error (#7233)
Jul 19, 2019
3587cb5
Revert leptonica since it cause tesseract failed
Jul 19, 2019
a0b24e2
Revert jsonnet
Jul 23, 2019
6480526
Merge remote-tracking branch 'origin/master' into HEAD
ras0219-msft Jul 26, 2019
5f6dca9
[google-cloud-cpp] Disable parallel configure due to source directory…
ras0219-msft Jul 26, 2019
458d547
Merge remote-tracking branch 'origin/master' into dev/roschuma/updates
ras0219-msft Aug 9, 2019
98e5e3f
[many ports] Undo undesired changes
ras0219-msft Aug 9, 2019
cdc51c3
[bitsery] Fix indentation
ras0219-msft Aug 9, 2019
9e43720
[avro-c][aws-c-common][graphite2] Convert line endings to minimize PR…
ras0219-msft Aug 9, 2019
d84e972
fix console-bridge and remove usockets unused patch
Aug 13, 2019
3bb00f3
Merge branch 'master' into dev/roschuma/updates
Aug 13, 2019
8a616c4
update ogre patch
Aug 14, 2019
71b518b
Merge branch 'master' into dev/roschuma/updates
Aug 14, 2019
5eed7d0
Merge remote-tracking branch 'origin/master' into dev/roschuma/updates
ras0219-msft Aug 23, 2019
be4d56a
[many ports] Revert unneeded changes w.r.t. master. Add missing write…
ras0219-msft Aug 23, 2019
9758528
[console-bridge] Fix export macro
ras0219-msft Aug 23, 2019
122538d
[avro-c] Revert upgrade; split to #7875
ras0219-msft Aug 24, 2019
0e16fcb
[avro-c] Complete previous revert
ras0219-msft Aug 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/angle/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: angle
Version: 2019-06-13
Version: 2019-06-13
Homepage: https://github.com/google/angle
Description: A conformant OpenGL ES implementation for Windows, Mac and Linux.
The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support.
Expand Down
2 changes: 1 addition & 1 deletion ports/args/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: args
Version: 2019-05-01
Version: 2019-07-11
Homepage: https://github.com/Taywee/args
Description: A simple header-only C++ argument parser library.
4 changes: 2 additions & 2 deletions ports/args/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Taywee/args
REF 623e52cb128cfc572ad4e79de8d5f8861d13d017
SHA512 b951caed125fd937549db6702de8615eac0f380026ea4de5937721143b0929f5aa47ecc8068b7d9689822d303b25d6350f00a8e6346a53d51a0ea40872488533
REF 401663c1d57006566db6d8e5b37a21018fbd0bc3
SHA512 2e0506f41ee8527e7fb67c0b926ff892fafe79db90920624c84eb603e374eb74c5640e4d0d0d88554db7a57424095b0da96238b4182ac515ae96dc202df95013
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/asmjit/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: asmjit
Version: 2019-03-29
Version: 2019-07-11
Homepage: https://github.com/asmjit/asmjit
Description: Complete x86/x64 JIT and Remote Assembler for C++
4 changes: 2 additions & 2 deletions ports/asmjit/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
REF fc251c914e77cd079e58982cdab00a47539d7fc5
SHA512 3db4ed97ded545994ab2e75df5bb027832c3b7adf44bdabfb89a98af4cc51f5e48d4a353b9e99f205702258dfcec70257d6d6c08db78cec941019b3f8a48232a
REF 761130b1d8f32b5d3d612d285664fcfef5258149
SHA512 a86fd58ba0c8bc81ec575e86a9acdf4a11f2acc9c2facd2a0a8512cffa9ee6fc0bd877a1f33fb52f8f510eff1de654b45cd4f5f5a18c5252ecae22a92db6e93e
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/avro-c/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: avro-c
Version: 1.8.2-2
Version: 1.9.0
Homepage: https://github.com/apache/avro
Description: Apache Avro is a data serialization system
Build-Depends: jansson, liblzma, zlib
Loading