forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
462 changed files
with
8,901 additions
and
6,391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
*.patch text eol=lf | ||
*.vcxproj text eol=crlf | ||
*.vcxproj.filters text eol=crlf | ||
*.sln text eol=crlf | ||
* -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,59 @@ | ||
vcpkg (0.0.105) | ||
-------------- | ||
* Add ports: | ||
- breakpad 2018-2-19 | ||
- cartographer 0.3.0-3 | ||
- chipmunk 7.0.2 | ||
- ebml 1.3.5-1 | ||
- intel-mkl 2018.0.1 | ||
- jbig2dec 0.13 | ||
- libgeotiff 1.4.2-2 | ||
- liblo 0.29-1 | ||
- libpng-apng 1.6.34-2 | ||
- magnum-extras 2018.02-1 | ||
- magnum-integration 2018.02-1 | ||
- matroska 1.4.8 | ||
- mman git-f5ff813 | ||
- qt5-graphicaleffects 5.9.2-0 | ||
- qt5-quickcontrols 5.9.2-0 | ||
- qt5-quickcontrols2 5.9.2-0 | ||
- recast 1.5.1 | ||
- tinydir 1.2.3 | ||
- tinytoml 20180219-1 | ||
* Update ports: | ||
- aubio 0.4.6 -> 0.4.6-1 | ||
- aws-sdk-cpp 1.3.15 -> 1.3.58 | ||
- blaze 3.2-3 -> 3.3 | ||
- boost-build 1.66.0-4 -> 1.66.0-5 | ||
- boost-mpi 1.66.0 -> 1.66.0-1 | ||
- catch2 2.1.1 -> 2.1.2 | ||
- ceres 1.13.0-2 -> 1.13.0-4 | ||
- corrade jan2018-1 -> 2018.02-1 | ||
- cuda 8.0-1 -> 9.0 | ||
- draco 0.10.0-1 -> 1.2.5 | ||
- ffmpeg 3.3.3-1 -> 3.3.3-2 | ||
- folly 2017.11.27.00-2 -> 2017.11.27.00-3 | ||
- hpx 1.0.0-7 -> 1.0.0-8 | ||
- jansson 2.10-1 -> 2.11 | ||
- libdisasm 0.23 -> 0.23-1 | ||
- libmupdf 1.11-1 -> 1.12.0 | ||
- magnum jan2018-1 -> 2018.02-1 | ||
- magnum-plugins jan2018-1 -> 2018.02-1 | ||
- opencv 3.4.0-2 -> 3.4.0-3 | ||
- openvr 1.0.12 -> 1.0.13 | ||
- pcre2 10.30-1 -> 10.30-2 | ||
- qt5-base 5.9.2-4 -> 5.9.2-5 | ||
- realsense2 2.9.1 -> 2.10.0 | ||
- sciter 4.1.2 -> 4.1.3 | ||
- suitesparse 4.5.5-3 -> 4.5.5-4 | ||
- szip 2.1.1 -> 2.1.1-1 | ||
- uriparser 0.8.4-1 -> 0.8.5 | ||
* Better handling of `feature packages`. | ||
* Bump required version & auto-downloaded version of `git` to 2.6.2 | ||
|
||
-- vcpkg team <[email protected]> TUE, 20 Feb 2018 18:30:00 -0800 | ||
|
||
|
||
vcpkg (0.0.104) | ||
-------------- | ||
* Add ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: args | ||
Version: d8905de | ||
Version: 2018-02-23 | ||
Description: A simple header-only C++ argument parser library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
#header-only library | ||
include(vcpkg_common_functions) | ||
SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/args-master) | ||
vcpkg_download_distfile(ARCHIVE | ||
URLS "https://github.com/Taywee/args/archive/master.zip" | ||
FILENAME "args.zip" | ||
SHA512 81751bfc86e15db1e5f245baa7df0464027b22b577c9de359e22dc4fe1dd550acfb116801b47d88b56d61b69a640c55757206f6f84977ace2fb02742b60ff216 | ||
|
||
vcpkg_from_github( | ||
OUT_SOURCE_PATH SOURCE_PATH | ||
REPO Taywee/args | ||
REF 7bf17000aa0969b8ca3178c72ec834b105944a41 | ||
SHA512 38f038f2ea3cdbf62678112a28f6b9a2b46b7b291ec9a7c78393c28b1169dc393a086393f24534804188d434583896d9eaedca964c00a2db032fb337ebc9c214 | ||
HEAD_REF master | ||
) | ||
vcpkg_extract_source_archive(${ARCHIVE}) | ||
|
||
# Put the licence file where vcpkg expects it | ||
file(COPY ${SOURCE_PATH}/license DESTINATION ${CURRENT_PACKAGES_DIR}/share/args) | ||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/args/license ${CURRENT_PACKAGES_DIR}/share/args/copyright) | ||
|
||
# Copy the args header files | ||
file(INSTALL ${SOURCE_PATH} DESTINATION ${CURRENT_PACKAGES_DIR}/include FILES_MATCHING PATTERN "*.hxx") | ||
file(INSTALL ${SOURCE_PATH}/ DESTINATION ${CURRENT_PACKAGES_DIR}/include FILES_MATCHING PATTERN "*.hxx") | ||
|
||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/examples ${CURRENT_PACKAGES_DIR}/include/test) | ||
|
||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/args-master/examples ${CURRENT_PACKAGES_DIR}/include/args-master/test) | ||
vcpkg_copy_pdbs() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: atk | ||
Version: 2.24.0-1 | ||
Version: 2.24.0-2 | ||
Description: GNOME Accessibility Toolkit | ||
Build-Depends: glib, gettext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: aubio | ||
Version: 0.4.6 | ||
Version: 0.4.6-1 | ||
Description: Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. | ||
Build-Depends: ffmpeg, libsndfile, libogg, libflac, libvorbis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: aws-sdk-cpp | ||
Version: 1.3.15 | ||
Version: 1.3.58 | ||
Description: AWS SDK for C++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Source: azure-storage-cpp | ||
Version: 3.0.0-4 | ||
Version: 3.1.0 | ||
Build-Depends: cpprestsdk, atlmfc | ||
Description: Microsoft Azure Storage Client SDK for C++ | ||
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: boost-build | ||
Version: 1.66.0-4 | ||
Version: 1.66.0-5 | ||
Description: Boost.Build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 | ||
Source: boost-graph-parallel | ||
Version: 1.66.0 | ||
Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-detail, boost-dynamic-bitset, boost-function, boost-functional, boost-graph, boost-iterator, boost-lexical-cast, boost-math, boost-mpi, boost-mpl, boost-optional, boost-property-map, boost-random, boost-serialization, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers | ||
Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-detail, boost-dynamic-bitset, boost-function, boost-functional, boost-graph, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-property-map, boost-random, boost-serialization, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers | ||
Description: Boost graph_parallel module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 | ||
Source: boost-mpi | ||
Version: 1.66.0 | ||
Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-function, boost-graph, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-property-map, boost-python (windows), boost-serialization, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers | ||
Version: 1.66.0-1 | ||
Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-function, boost-graph, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-property-map, boost-python (windows), boost-serialization, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, msmpi | ||
Description: Boost mpi module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 | ||
Source: boost-odeint | ||
Version: 1.66.0 | ||
Build-Depends: boost-array, boost-assert, boost-bind, boost-compute, boost-config, boost-core, boost-function, boost-fusion, boost-iterator, boost-math, boost-mpi, boost-mpl, boost-multi-array, boost-preprocessor, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-units, boost-utility, boost-vcpkg-helpers | ||
Build-Depends: boost-array, boost-assert, boost-bind, boost-compute, boost-config, boost-core, boost-function, boost-fusion, boost-iterator, boost-math, boost-mpl, boost-multi-array, boost-preprocessor, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-units, boost-utility, boost-vcpkg-helpers | ||
Description: Boost odeint module |
Oops, something went wrong.