Release version 1.9.0 81/278981/2 submit/tizen/20220729.020211
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 29 Jul 2022 01:55:01 +0000 (10:55 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Fri, 29 Jul 2022 02:00:07 +0000 (11:00 +0900)
Changes:
 - Implement basic plugin structure
 - Adjust plugin structure for type c
 - Adjust plugin structure for type cpp
 - Adjust plugin structure for type java
 - Adjust plugin structure for type c#
 - Add options for aitt
 - Implement cpp group generator
 - Remove useless code
 - Implement C group generator
 - Fix build error for generated C# code
 - Implement C# group generator
 - Fix typo
 - Remove the constructor

Change-Id: Iabf6f3afc3e27960a2eabcf5fa9574de6a586f41
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
package/pkginfo.manifest
packaging/tidl.spec
release/windows-32/tidlc.exe
release/windows-64/tidlc.exe

index 192c2cb9f84f24110483b65b9893927d53368423..6a83db1495161cef4375691e64bff69db552b076 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.8.1
+Version:1.9.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 785ba2ef241a00f621a53aa2a1b99e08bd06bf6c..1879d2ac9b3fae2ae9ebf84d1ae6c0a3382b6f73 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    1.8.1
+Version:    1.9.0
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0
index 711c79f45281d847756331ac9579d57a7820ecca..b110a2de7185d859a797b018c89e49097dda278d 100755 (executable)
Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ
index eb62c11ff9dc47fda8f016c950f72b2f0273bf3c..d5a6e16841208db3be84222b9846adb9060dfab7 100755 (executable)
Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ