[Outcome] update to v2.2.0 release. (#17362)

* Outcome v2.2.0 release.

* LLFIO matching updated Outcome and its dependencies at https://github.com/microsoft/vcpkg/pull/17362.

Also update usage docs, because a user complained about their incompleteness.
This commit is contained in:
Niall Douglas 2021-04-23 21:27:19 +01:00 committed by GitHub
parent 9cdfdb6041
commit 03d35b0303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Source: llfio
Version: 2.0-a74411ed
Version: 2.0-20210420
Homepage: https://github.com/ned14/llfio
Description: P1031 low level file i/o and filesystem library for the C++ standard
Build-Depends: outcome

View File

@ -6,8 +6,8 @@ LLFIO depends on Outcome which depends on QuickCppLib which uses the vcpkg versi
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ned14/llfio
REF a74411eddb6401ab884c5f92cccc24b9a64a9e6f
SHA512 e0f8b030ac995c24135aae89450f05ad75e5fed10caec254b327f1fc0d4c23eaeb53b7859e5e5b4731ffeace9fdfc75cd04a66025243e7f35c7dea37dc0d1b6c
REF 565f27555d13ce2a37346d838f32e03e1972aac1
SHA512 386007d03c3923e79bb1b80b1b750ae738bbc22aa5124c606cc5e7818f57a4b819bb920257c9aca39765a4a8b93d2528b4a956c53b96bd8db3b8d4a54a851e41
HEAD_REF develop
)

View File

@ -3,6 +3,7 @@ The package llfio provides two CMake targets:
find_package(llfio CONFIG REQUIRED)
- If you want the header-only form of LLFIO:
find_package(Threads REQUIRED)
target_link_libraries(main PUBLIC llfio::hl)
- If you want the shared library form of LLFIO with shared NT kernel error code category:

View File

@ -3,6 +3,7 @@ The package llfio provides two CMake targets:
find_package(llfio CONFIG REQUIRED)
- If you want the header-only form of LLFIO:
find_package(Threads REQUIRED)
target_link_libraries(main PUBLIC llfio::hl)
- If you want the static library form of LLFIO with static NT kernel error code category:

View File

@ -3,6 +3,7 @@ The package llfio provides two CMake targets:
find_package(llfio CONFIG REQUIRED)
- If you want the header-only form of LLFIO:
find_package(Threads REQUIRED)
target_link_libraries(main PUBLIC llfio::hl)
- If you want the shared library form of LLFIO:

View File

@ -3,6 +3,7 @@ The package llfio provides two CMake targets:
find_package(llfio CONFIG REQUIRED)
- If you want the header-only form of LLFIO:
find_package(Threads REQUIRED)
target_link_libraries(main PUBLIC llfio::hl)
- If you want the static library form of LLFIO:

View File

@ -1,5 +1,5 @@
Source: ned14-internal-quickcpplib
Version: 0.0.0-24d92c71
Version: 0.0.0-7cb75d4e
Homepage: https://github.com/ned14/quickcpplib
Description: NOT FOR EXTERNAL CONSUMPTION, a set of internal scripts used by ned14's libraries.
Build-Depends: byte-lite, gsl-lite

View File

@ -1,5 +1,5 @@
set(QUICKCPPLIB_REF 24d92c71ef5d2200f7e42bc47e6dd59ad6d99fe3)
set(QUICKCPPLIB_SHA512 9e39237833dea8288fbc5fda4189d971dff76284e3f352c7a0762e71a4bf311f4550fefd0f8926b6d971ca1c62acc3d055af233912de0adb0c6821995b6ce7e7)
set(QUICKCPPLIB_REF 7cb75d4e190fec886a655fd50d3fe80d933e0efb)
set(QUICKCPPLIB_SHA512 891b1620485119545f28528d3407d5d896e0da7530224a684cd7201581ea45871761bef8b9e3914fd2a104ecac3d35c50a049893ef32b1ef95d871e63371d6f3)
set(OPTIONAL_REF 2b43315458a99fc5de1da6e7bc0ddd364b26d643)
set(OPTIONAL_SHA512 1952386cd3c7b963861f9634055e1baa4181d398d6f1b068a8a3f411368432bdcd42e47aadfa856584ed9a7c724a1c83369243ccb653e650af5c9155b42a84f4)

View File

@ -1,5 +1,5 @@
Source: outcome
Version: 2.2.0-b9e664fb
Version: 2.2.0-release
Homepage: https://github.com/ned14/outcome
Description: Provides very lightweight outcome<T> and result<T> (non-Boost edition)
Build-Depends: ned14-internal-quickcpplib, status-code

View File

@ -22,8 +22,8 @@ Outcome depends on QuickCppLib which uses the vcpkg versions of gsl-lite and byt
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ned14/outcome
REF all_tests_passed_b9e664fbf87a4122731f7f19590abad24f1448b8
SHA512 50666de7c6fed8260780a3bbd97eb8c8a27cf02541f15a19c316ddef30eafce155817ea8d77efee0180dbd07ad5da06a888275c324a554e25d5ce6bb80666071
REF v2.2.0
SHA512 2391667304c0160b7c753df157c948fa7d7f362c9f7f238fc53b0dcbdabe23f6d481909bb8e267c749af8c5c1a1c5083e91c12365fe1beb9bc70e6287f526879
HEAD_REF develop
PATCHES
outcome-prune-sources.patch

View File

@ -3693,7 +3693,7 @@
"port-version": 0
},
"llfio": {
"baseline": "2.0-a74411ed",
"baseline": "2.0-20210420",
"port-version": 0
},
"llgl": {
@ -4201,7 +4201,7 @@
"port-version": 0
},
"ned14-internal-quickcpplib": {
"baseline": "0.0.0-24d92c71",
"baseline": "0.0.0-7cb75d4e",
"port-version": 0
},
"netcdf-c": {
@ -4605,7 +4605,7 @@
"port-version": 1
},
"outcome": {
"baseline": "2.2.0-b9e664fb",
"baseline": "2.2.0-release",
"port-version": 0
},
"p-ranav-csv": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ffb9aa3f751b213fd6bde4d06f1c694c489e08f0",
"version-string": "2.0-20210420",
"port-version": 0
},
{
"git-tree": "debab55b24a36f3615bd29f0fe3088032bd61e53",
"version-string": "2.0-a74411ed",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "22e381237aadb997367803430ddb3f4290acc88c",
"version-string": "0.0.0-7cb75d4e",
"port-version": 0
},
{
"git-tree": "d71cb92f85e0f089d1d2f4161be4f08be9de26d1",
"version-string": "0.0.0-24d92c71",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e520721d50cf29957f37e793d28abff7544138d2",
"version-string": "2.2.0-release",
"port-version": 0
},
{
"git-tree": "77cd889f0b2157b6ae77982c30c8e17355d95245",
"version-string": "2.2.0-b9e664fb",