[vlpp] update to 1.2.10.1 (#41881)

This commit is contained in:
jim wang 2024-11-01 05:42:25 +00:00 committed by GitHub
parent 93fcd03887
commit 6020d4118c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/Import/CMakeLists.txt b/Import/CMakeLists.txt
index 3547dae..23d6c39 100644
--- a/Import/CMakeLists.txt
+++ b/Import/CMakeLists.txt
@@ -184,7 +184,6 @@ if (GACUI_CORE)
if (GACUI_REFLECTION)
install(FILES GacUIReflection.h DESTINATION include)
- install(FILES GacUIR.UnitTest.UIReflection.h DESTINATION include)
install(FILES Skins/DarkSkin/DarkSkinReflection.h DESTINATION include/Skins/DarkSkin)
endif()

View File

@ -1,11 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vczh-libraries/Release
REF "${VERSION}"
SHA512 5ea442a506fc71d79f5061adaf0eda70776c6bad66d2871399a29c15a58899fd32aeeb32cfb492ca34bc759e328682aecaf595101a066cda53c7a36ae45f5fd7
REF "1.12.10.1"
SHA512 8884709c919e7536b89da2cc9905a2d71260668f9ce63fa3d4f13c5cc58dd2fade481e738d756fde4c0bc3c5eb9c79db5609b03953838dfb3b964d3463b75432
HEAD_REF master
PATCHES
fix-tool-build.patch
fix-install.patch
)
vcpkg_from_github(

View File

@ -1,6 +1,6 @@
{
"name": "vlpp",
"version": "1.2.9.0",
"version": "1.2.10.1",
"maintainers": "vczh",
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
"homepage": "https://github.com/vczh-libraries/Release",

View File

@ -9425,7 +9425,7 @@
"port-version": 4
},
"vlpp": {
"baseline": "1.2.9.0",
"baseline": "1.2.10.1",
"port-version": 0
},
"volk": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e1b6401de0adad14cac063543dc34e7eb048beb7",
"version": "1.2.10.1",
"port-version": 0
},
{
"git-tree": "da71459de0fa6efcd3f4a57f79ff605cc6d60d9e",
"version": "1.2.9.0",