Skip to content

[dp-thread-pool] Improve #include "..." #46845

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
13 changes: 13 additions & 0 deletions ports/dp-thread-pool/include.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/include/thread_pool/thread_pool.h b/include/thread_pool/thread_pool.h
index 4dbe54f..4b97ec5 100644
--- a/include/thread_pool/thread_pool.h
+++ b/include/thread_pool/thread_pool.h
@@ -15,7 +15,7 @@
# endif
#endif

-#include "thread_pool/thread_safe_queue.h"
+#include "thread_safe_queue.h"

namespace dp {
namespace details {
2 changes: 2 additions & 0 deletions ports/dp-thread-pool/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ vcpkg_from_github(
REF ${VERSION}
SHA512 c2a75117f7def0dacc2679f8eb70835acfba58d1aba7beec9bf0a29cdb23883222294dc4b04b77e323f8ecb8623b70d728bee46bf2c5a4fd6711a749c9709981
HEAD_REF master
PATCHES
include.diff
)

vcpkg_cmake_configure(
Expand Down
1 change: 1 addition & 0 deletions ports/dp-thread-pool/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "dp-thread-pool",
"version": "0.7.0",
"port-version": 1,
"maintainers": "Paul Tsouchlos <[email protected]>",
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@
},
"dp-thread-pool": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"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": "bc8e4a89a343d5cadc4838943f5668551543758b",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "9016b440875e13fa99e727ed07d87eb06c6ccee6",
"version": "0.7.0",
Expand Down