Skip to content

Commit bd0c4c6

Browse files
[slick-object-pool] update to v0.1.3 (#49380)
Co-authored-by: kzhdev <kzhdev@gmail.com>
1 parent 67c73ce commit bd0c4c6

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

ports/slick-object-pool/portfile.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
3-
REPO SlickQuant/slick_object_pool
3+
REPO SlickQuant/slick-object-pool
44
REF "v${VERSION}"
5-
SHA512 fa1aac51f829b92ae297f0e4bc469af374e80c464d1e644139482782fa95ada99fd4e5b77b2fab6741c851afa612364a1d908eeb27a611c043720a3c47e1a986
5+
SHA512 932eb5fe590c624b5dca477d874a1eb7822b2528bdb684f151d325b6808866baafa3010a3925ab0e2f4c7374f09163ac205065959a445dd5ef6f15546c433fb4
66
HEAD_REF main
77
)
88

@@ -14,7 +14,7 @@ vcpkg_cmake_configure(
1414

1515
vcpkg_cmake_install()
1616

17-
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/slick_object_pool)
17+
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/slick-object-pool)
1818

1919
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
2020
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")

ports/slick-object-pool/usage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slick-object-pool is header-only and can be used from CMake via:
22

3-
find_package(slick_object_pool CONFIG REQUIRED)
4-
target_link_libraries(main PRIVATE slick::slick_object_pool)
3+
find_package(slick-object-pool CONFIG REQUIRED)
4+
target_link_libraries(main PRIVATE slick::object-pool)

ports/slick-object-pool/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "slick-object-pool",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "A high-performance, lock-free object pool for C++20 with multi-threading support",
6-
"homepage": "https://github.com/SlickQuant/slick_object_pool",
6+
"homepage": "https://github.com/SlickQuant/slick-object-pool",
77
"license": "MIT",
88
"supports": "!uwp",
99
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9129,7 +9129,7 @@
91299129
"port-version": 0
91309130
},
91319131
"slick-object-pool": {
9132-
"baseline": "0.1.2",
9132+
"baseline": "0.1.3",
91339133
"port-version": 0
91349134
},
91359135
"slick-queue": {

versions/s-/slick-object-pool.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "9daeba909b593f52c51a393b53ad95174c4a93f1",
5+
"version": "0.1.3",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f04d9b77888512324e08d6380a9e9d6a58741c9d",
510
"version": "0.1.2",

0 commit comments

Comments
 (0)