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

[bshoshany-thread-pool] Updated to v3.4.0 #31418

Merged
merged 2 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/bshoshany-thread-pool/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool
REF v3.3.0
SHA512 980c8dfe90e04cbc622ee4ae2ce67444069311619f0dc5d7ac3b3a3ea59ead42d4c867e669e8ce9c71cdc2a4bae431402a8f5032ab29fdfc1ca507b0e7102d8f
REF v3.4.0
bshoshany marked this conversation as resolved.
Show resolved Hide resolved
SHA512 4eea216422ea7fd6df52589e84fefb34248fe56fd0bbdcc5c33ae21c0ba6b950ec74a31eeea144edfc22444f6777dc09f668fd3ed5236604e0c7de62e45381a7
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/bshoshany-thread-pool/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bshoshany-thread-pool",
"version": "3.3.0",
"version": "3.4.0",
"maintainers": "Barak Shoshany <[email protected]>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/bshoshany-thread-pool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7d60a5fc41c5f4aa283aeb1527a4bc8b55e934c",
"version": "3.4.0",
"port-version": 0
},
{
"git-tree": "dbe9095cfdb6128d117003b2495f84e50653c220",
"version": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@
"port-version": 0
},
"bshoshany-thread-pool": {
"baseline": "3.3.0",
"baseline": "3.4.0",
"port-version": 0
},
"bsio": {
Expand Down