Release version 1.8.0 84/270984/2 accepted/tizen/unified/20220216.010312 submit/tizen/20220214.004104 submit/tizen/20220214.231832
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 14 Feb 2022 00:24:15 +0000 (09:24 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 14 Feb 2022 00:27:34 +0000 (09:27 +0900)
Changes:
 - Add ReplaceAll() using std::initialize_list<>
 - Add compiler option '-b'
 - Fix type
 - Refactor AST
 - [cion] Release handles
 - [cion] Implement C group generator
 - Change constructor to make sure the ownership
 - [cion] Implement C++ group generator
 - Introduce class 'Inject'
 - Refactor ReplaceAll
 - Fix exeption handling of stub code of C generator
 - [cion] Implement C# group generator
 - Fix cion C++ generator
 - Refactor c++ generator
 - Fix crash issue
 - Generate security setup for cion cpp code
 - Refactor GenInvocation() for c++ generator
 - Fix Makefile for DIBS

Change-Id: If69918c623b0e00b3f0db8d34fe38982ed050048
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 39fcbb2..b15f5bf 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.7.7
+Version:1.8.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 4265876..ba0c610 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    1.7.7
+Version:    1.8.0
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0
index ae7f9f4..49cb93e 100755 (executable)
Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ
index e4f34ef..693f769 100755 (executable)
Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ