[bshoshany-thread-pool] Updated to v5.0.0 (#42803)

This commit is contained in:
Barak Shoshany 2024-12-20 15:32:18 -05:00 committed by GitHub
parent 6eab0a7b21
commit 5c425b4df6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -2,12 +2,12 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO bshoshany/thread-pool REPO bshoshany/thread-pool
REF "v${VERSION}" REF "v${VERSION}"
SHA512 4908f00def23082e7ddc0b24a710e53b3fde51b02188e79cfcd9dabb22627ebd1b6e5b3c4bf1b366eae79660c26878cc034c171747c3d0b7ef8a98c85a77033b SHA512 ba118decce074a3bbd004dcd3d2ee233b629c6f7b452e6e81700107f22c1b426931121b03e6497c1e3035dfdc6631080ebb539201fcbe1c3a8e919210d3ebf91
HEAD_REF master HEAD_REF master
) )
file(GLOB HEADER_FILES LIST_DIRECTORIES false "${SOURCE_PATH}/include/*.hpp") file(INSTALL "${SOURCE_PATH}/include/BS_thread_pool.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include") file(INSTALL "${SOURCE_PATH}/modules/BS.thread_pool.cppm" DESTINATION "${CURRENT_PACKAGES_DIR}/modules")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,8 +1,8 @@
{ {
"name": "bshoshany-thread-pool", "name": "bshoshany-thread-pool",
"version": "4.1.0", "version": "5.0.0",
"maintainers": "Barak Shoshany <baraksh@gmail.com>", "maintainers": "Barak Shoshany <baraksh@gmail.com>",
"description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library", "description": "BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library",
"homepage": "https://github.com/bshoshany/thread-pool", "homepage": "https://github.com/bshoshany/thread-pool",
"documentation": "https://github.com/bshoshany/thread-pool/blob/master/README.md", "documentation": "https://github.com/bshoshany/thread-pool/blob/master/README.md",
"license": "MIT" "license": "MIT"

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c510dba5b5989297225afde0848cb82ab8ccb1ad",
"version": "5.0.0",
"port-version": 0
},
{ {
"git-tree": "7abe89f1cf1c33f953c027825b6861abccc4beb7", "git-tree": "7abe89f1cf1c33f953c027825b6861abccc4beb7",
"version": "4.1.0", "version": "4.1.0",

View File

@ -1413,7 +1413,7 @@
"port-version": 0 "port-version": 0
}, },
"bshoshany-thread-pool": { "bshoshany-thread-pool": {
"baseline": "4.1.0", "baseline": "5.0.0",
"port-version": 0 "port-version": 0
}, },
"bsio": { "bsio": {