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

[buck-yeh-bux] Update to 1.6.0 #20813

Merged
merged 42 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8205d5e
[bux] Add new port
buck-yeh Aug 17, 2021
e8b9264
Merge branch 'microsoft:master' into master
buck-yeh Aug 17, 2021
7138cbf
Merge branch 'microsoft:master' into master
buck-yeh Aug 18, 2021
b228bd5
Merge branch 'microsoft:master' into master
buck-yeh Aug 20, 2021
03acbda
Corrections according to Create Pull Request suggested questions
buck-yeh Aug 20, 2021
5bf7202
Merge branch 'master' of https://github.com/buck-yeh/vcpkg
buck-yeh Aug 20, 2021
f171d45
SHA512
buck-yeh Aug 20, 2021
527944f
Merge branch 'microsoft:master' into master
buck-yeh Aug 21, 2021
5d4b587
Mark fails into .\scripts\ci.baseline.txt
buck-yeh Aug 21, 2021
098b150
Mark fails into .\scripts\ci.baseline.txt
buck-yeh Aug 21, 2021
4c7c09f
No need of "port-version": 1 in vcpkg.json
buck-yeh Aug 22, 2021
6267df1
Update version database
buck-yeh Aug 22, 2021
09f1bbd
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
017d699
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
4eaae7b
Update ports/bux/portfile.cmake
buck-yeh Aug 23, 2021
58f1c0f
Update ports/bux/vcpkg.json
buck-yeh Aug 23, 2021
d589cb4
Update bux.json
buck-yeh Aug 23, 2021
bb20f98
Update ports/bux/vcpkg.json
JonLiu1993 Aug 24, 2021
76f7701
update version
JonLiu1993 Aug 24, 2021
d8affe8
Update scripts/ci.baseline.txt
buck-yeh Aug 24, 2021
645158d
Merge branch 'microsoft:master' into master
buck-yeh Aug 25, 2021
4154f4a
update bux support
JonLiu1993 Aug 25, 2021
8fd80f6
update version
JonLiu1993 Aug 25, 2021
0b25ea9
Merge branch 'master' of https://github.com/buck-yeh/vcpkg
JonLiu1993 Aug 25, 2021
2f55e23
update version
JonLiu1993 Aug 25, 2021
99ee4e9
Merge branch 'microsoft:master' into master
buck-yeh Aug 28, 2021
76c8779
Rename bux to buck-yeh-bux
buck-yeh Sep 4, 2021
4c0fc58
Update version database
buck-yeh Sep 4, 2021
0b48f1d
Merge branch 'microsoft:master' into master
buck-yeh Sep 12, 2021
11a622a
Merge branch 'microsoft:master' into master
buck-yeh Oct 1, 2021
84deabd
Merge branch 'microsoft:master' into master
buck-yeh Oct 2, 2021
a1dbd6b
[buck-yeh-bux] upgrade to v1.5.0
buck-yeh Oct 2, 2021
6947158
Merge branch 'master' of https://github.com/buck-yeh/vcpkg
buck-yeh Oct 2, 2021
fac626a
Missing comma in versions/b-/buck-yeh-bux.json
buck-yeh Oct 2, 2021
d842a3d
Merge branch 'microsoft:master' into master
buck-yeh Oct 5, 2021
331ecd5
Merge branch 'microsoft:master' into master
buck-yeh Oct 6, 2021
53bd4fa
Merge branch 'microsoft:master' into master
buck-yeh Oct 6, 2021
90b8404
Merge branch 'microsoft:master' into master
buck-yeh Oct 7, 2021
ea6947b
Merge branch 'microsoft:master' into master
buck-yeh Oct 17, 2021
c875e93
buck-yeh-bux 1.6.0
buck-yeh Oct 18, 2021
c617a85
Corrections made according to NancyLi1013's requests in PR #20813
buck-yeh Oct 18, 2021
8da5e02
Fix SHA key in versions/b-/buck-yeh-bux.json
buck-yeh Oct 18, 2021
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
4 changes: 2 additions & 2 deletions ports/buck-yeh-bux/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "linux" "uwp" "osx")
vcpkg_from_github(
buck-yeh marked this conversation as resolved.
Show resolved Hide resolved
OUT_SOURCE_PATH SOURCE_PATH
REPO buck-yeh/bux
REF 7cd3bb2b563dbc907d64ade6dc66f1fcae282067 # v1.5.0
SHA512 06ed00ce627a49dc9d36ac769e9b4a1851489248c57f24a4850ab28d0f2d63d2fc3e7b9712d954752e212476322b7a5f708838ed440364173b71a648dced2eb4
REF 9e971731ec8c50425754af030fbe16ec603c3d22 # v1.6.0
SHA512 2e689b4e1ffc2f5e472e0ee8c87857336b4e049969600c82c8f576e2c82939d65658bb6ef62fbe751c03b92f6f14d1b9bcf7a085d2848c0556e3039a5906261d
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/buck-yeh-bux/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buck-yeh-bux",
"version": "1.5.0",
"version": "1.6.0",
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux",
"supports": "!(arm | uwp | osx | linux)",
buck-yeh marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/buck-yeh-bux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2fabea2d22a8cc272def7ceb670ce9342b58f0f6",
"version": "1.6.0",
"port-version": 0
},
{
"git-tree": "b420b8fe7a8712cee4a2317433902c32d4b6634d",
"version": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@
"port-version": 0
},
"buck-yeh-bux": {
"baseline": "1.5.0",
"baseline": "1.6.0",
"port-version": 0
},
"bullet3": {
Expand Down