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

[dp-thread-pool]: update to 0.7.0 #43046

Merged
merged 2 commits into from
Jan 2, 2025
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
2 changes: 1 addition & 1 deletion ports/dp-thread-pool/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DeveloperPaul123/thread-pool
REF ${VERSION}
SHA512 fccd39616f7961fbd4ff6c2f845b4d1494e50a85e44d1799c30308bdee0b2e13f55011c5a535a555857a91157a7dddf4ec38e1020f693ae33bf0977d8fb97451
SHA512 c2a75117f7def0dacc2679f8eb70835acfba58d1aba7beec9bf0a29cdb23883222294dc4b04b77e323f8ecb8623b70d728bee46bf2c5a4fd6711a749c9709981
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/dp-thread-pool/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "dp-thread-pool",
"version": "0.6.2",
"port-version": 1,
"version": "0.7.0",
"maintainers": "Paul Tsouchlos <[email protected]>",
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2393,8 +2393,8 @@
"port-version": 0
},
"dp-thread-pool": {
"baseline": "0.6.2",
"port-version": 1
"baseline": "0.7.0",
"port-version": 0
},
"dpdk": {
"baseline": "24.07",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dp-thread-pool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9016b440875e13fa99e727ed07d87eb06c6ccee6",
"version": "0.7.0",
"port-version": 0
},
{
"git-tree": "b1d9e561e042312a0001dfbcb150bec1f4a40e98",
"version": "0.6.2",
Expand Down