From 2eeada25eab66ec7eb29fb222e2073e7bc6520b3 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 20:17:27 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E3=80=90AL-124=E3=80=91Feature=20basic=20i?= =?UTF-8?q?nterfaces=20design=20and=20implementation=20#329?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc5101d1..143295dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project(SolidDesigner VERSION 1.1.0 LANGUAGES CXX DESCRIPTION "SolidRender is #----------------------------------------------------------------------------- #设置C++标准 -set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD 20) # 是否强制要求C++标准为${CMAKE_CXX_STANDARD},如果为OFF则可能使用旧的标准 set(CMAKE_CXX_STANDARD_REQUIRED YES) From 15de044e6d79e6a5f9951315ef587cda69d2714d Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 20:19:11 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E3=80=90AL-124=E3=80=91Feature=20basic=20i?= =?UTF-8?q?nterfaces=20design=20and=20implementation=20#329?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index 23f4aa06..698459b6 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit 23f4aa061b85f96557cbdc0c2def475897e3564c +Subproject commit 698459b6cc65e77464f09aa0c3f037d78c70a4b6 From 11251e2f8a3fbec8da1bdfeea017437bb25531f4 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 21:16:01 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E3=80=90AL-281=E3=80=91=E3=80=90AL-282?= =?UTF-8?q?=E3=80=91Feature=20history=20design=20and=20implemention=20#330?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index 698459b6..a6286e29 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit 698459b6cc65e77464f09aa0c3f037d78c70a4b6 +Subproject commit a6286e29ecea6187176c8250cefed07402931b84 From 3e23c6d77fd5afc5bbd2e38dc13a868461907606 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 21:42:00 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E3=80=90AL-283=E3=80=91Feature=20reference?= =?UTF-8?q?=20design=20and=20implementation=20#331?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index a6286e29..fd7ed830 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit a6286e29ecea6187176c8250cefed07402931b84 +Subproject commit fd7ed830a6d1ec25d71846b53c9532a8392941f0 From 7bc90e2dcf7d65673d6d52dcd9d8df10ec12b68f Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 22:29:39 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E3=80=90AL-284=E3=80=91Feature=20topology?= =?UTF-8?q?=20naming=20design=20and=20implementation=20#332?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index fd7ed830..376a0c7c 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit fd7ed830a6d1ec25d71846b53c9532a8392941f0 +Subproject commit 376a0c7c9d7b4ad4b2204176798b13084919110b From f3104258d3b67c75a111fbd557ca7dfc07b2b896 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 23:26:06 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E3=80=90AL-284=E3=80=91Feature=20topology?= =?UTF-8?q?=20naming=20design=20and=20implementation=20#332?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index 376a0c7c..5c2e02f9 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit 376a0c7c9d7b4ad4b2204176798b13084919110b +Subproject commit 5c2e02f90a5d00462c842251c097d3b7fb921e36 From 62782911e5d0ef0fee00b430b138cec5b42bb616 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Tue, 17 Mar 2026 23:38:21 +0800 Subject: [PATCH 7/8] =?UTF-8?q?=E3=80=90AL-287=E3=80=91Implement=20the=20f?= =?UTF-8?q?eature=20edit=20function=20#335?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index 5c2e02f9..913a4eb0 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit 5c2e02f90a5d00462c842251c097d3b7fb921e36 +Subproject commit 913a4eb07b80a650a98385f3b1a3c7393f2fc48a From cc6ec471b3373f70e1cdd11edbdd6dc463a670f2 Mon Sep 17 00:00:00 2001 From: Hubery Hsu Date: Wed, 18 Mar 2026 09:49:45 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E3=80=90AL-124=E3=80=91Feature=20basic=20i?= =?UTF-8?q?nterfaces=20design=20and=20implementation=20#329=20#230?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alice b/Alice index 913a4eb0..61f0163f 160000 --- a/Alice +++ b/Alice @@ -1 +1 @@ -Subproject commit 913a4eb07b80a650a98385f3b1a3c7393f2fc48a +Subproject commit 61f0163f067521451a59aa053ebf212abd7ae81a