Release version 2.0.0 19/298819/1 accepted/tizen/8.0/unified/20231005.093116 accepted/tizen/unified/20230914.164942 tizen_8.0_m2_release
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 14 Sep 2023 02:08:32 +0000 (11:08 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 14 Sep 2023 02:12:17 +0000 (11:12 +0900)
Changes:
 - Support 'struct' inheritance
 - Support local execution mode
 - Impelment C++ Generator
 - Implement C# Generator
 - Fix build error
 - Implement C++ Group Generator
 - Separate generator code from main file
 - Modify Map & Set implementation of C generator
 - Modify supporting enum type
 - Modify C Generator
 - Support Map & Set container for C++ Generator
 - Support enum type for C++ generator
 - Modify C Generator related to Remote Exception feature
 - Fix a bug of C++ Generator
 - Support enum type for C# generator
 - Support Map & Set container for C# Generator
 - Fix a bug of C# Generator
 - Fix coding style
 - Support method privilege check for C# Generator
 - Fix bugs related to unit map
 - Support RemoteException for C# Generator
 - Change unit map api signature for C# Generator
 - Support 'struct' inheritance feature for C# Generator
 - Support RemoteException for C++ Generator
 - Support method privilege check for C++ Generator
 - Support 'struct' inheritance feature for C++ Generator
 - Support Local Execution Mode for C++ Generator
 - Modify port name of C stub code
 - Modify local execution mode of C++ generator
 - Modify LocalExecutionMode of C++ Generator
 - Modify LocalExecutionMode of C Generator
 - Support Local Execution Mode for C# Generator

Change-Id: Iff68da9b1790600a5ed75aae2e8eb90e957b18ac
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
package/pkginfo.manifest
packaging/tidl.spec
release/windows-32/tidlc.exe
release/windows-64/tidlc.exe

index e8f2f4626edbd5651ab09e787e664bfca13a4c76..e7e6da0347f133e2b67bae84deecbc0937fc9edf 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.11.4
+Version:2.0.0
 Source:tidlc
 Maintainer:JungHoon Park <jh9216.park@samsung.com>, Hwankyu Jhun <h.jhun@samsung.com>, Inkyun Kil <inkyun.kil@samsung.com>, Ju-Sung Son <jusung07.son@samsung.com>, Hyunho Kang <hhstark.kang@samsung.com>
 
index 3430293ae51bdc3020fa4e89d21fa40310f5d071..a80897ded084a847a92f8ff426807bf85b13ff1f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    1.11.4
+Version:    2.0.0
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0
index bc749373b77fb277624e1a28c9d49a74c5406a08..d577bc9f9e9be37d6230ee49531b0a5a1ebc57e8 100755 (executable)
Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ
index da92c8bcdd64a98cf0c91947139755756a7b0949..f878e163a6cb39435901ad1900e26ccea98e1193 100755 (executable)
Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ