From 53fdc5a9129807e4dbc849801ae31cc863d7bcc5 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 25 Jan 2024 12:24:43 +0100 Subject: [PATCH] fix totato message ordering on message deletion --- external/solanaceae_message3 | 2 +- external/solanaceae_zox | 2 +- external/totato | 2 +- plugins/CMakeLists.txt | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/external/solanaceae_message3 b/external/solanaceae_message3 index d3cc992..ab28223 160000 --- a/external/solanaceae_message3 +++ b/external/solanaceae_message3 @@ -1 +1 @@ -Subproject commit d3cc992d3e9eb2bb14bbc094c04e5e36eb662bed +Subproject commit ab282235b5e84910f6661714b0883a57f45041dd diff --git a/external/solanaceae_zox b/external/solanaceae_zox index e6f0127..2b73d76 160000 --- a/external/solanaceae_zox +++ b/external/solanaceae_zox @@ -1 +1 @@ -Subproject commit e6f012735749061cfa400b68cd0130161cee6865 +Subproject commit 2b73d76f9308e12cd8eceec71cc22d38671f1ca0 diff --git a/external/totato b/external/totato index e459e1c..343c8e7 160000 --- a/external/totato +++ b/external/totato @@ -1 +1 @@ -Subproject commit e459e1c1660b1efe8b82673a2ed5c4a01ac545d4 +Subproject commit 343c8e7012308b9dc8a6ae4427b178e8936b711e diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 576441d..8b8ac01 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) add_library(plugin_ngcft1 SHARED ./plugin_ngcft1.cpp ) +set_property(TARGET plugin_ngcft1 PROPERTY C_VISIBILITY_PRESET hidden) +set_property(TARGET plugin_ngcft1 PROPERTY VISIBILITY_INLINES_HIDDEN ON) target_link_libraries(plugin_ngcft1 PUBLIC solanaceae_plugin @@ -16,6 +18,7 @@ target_link_libraries(plugin_ngcft1 PUBLIC add_library(plugin_zox_ngc SHARED ./plugin_zox_ngc.cpp ) +set_property(TARGET plugin_zox_ngc PROPERTY C_VISIBILITY_PRESET hidden) target_link_libraries(plugin_zox_ngc PUBLIC solanaceae_plugin @@ -27,6 +30,7 @@ target_link_libraries(plugin_zox_ngc PUBLIC add_library(plugin_zox_ngc_hs SHARED ./plugin_zox_ngc_hs.cpp ) +set_property(TARGET plugin_zox_ngc_hs PROPERTY C_VISIBILITY_PRESET hidden) target_link_libraries(plugin_zox_ngc_hs PUBLIC solanaceae_plugin @@ -40,6 +44,7 @@ add_library(plugin_transfer_auto_accept SHARED ./transfer_auto_accept.hpp ./transfer_auto_accept.cpp ) +set_property(TARGET plugin_transfer_auto_accept PROPERTY C_VISIBILITY_PRESET hidden) target_link_libraries(plugin_transfer_auto_accept PUBLIC solanaceae_plugin