From: Hwankyu Jhun Date: Mon, 14 Feb 2022 00:24:15 +0000 (+0900) Subject: Release version 1.8.0 X-Git-Tag: accepted/tizen/unified/20220216.010312^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a4d95d5d31f9c352394f2a01b74ce3517cf12e6;p=platform%2Fcore%2Fappfw%2Ftidl.git Release version 1.8.0 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 --- diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 39fcbb2..b15f5bf 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:1.7.7 +Version:1.8.0 Source:tidlc Maintainer:JungHoon Park , Hwankyu Jhun , Inkyun Kil , Ju-Sung Son , Hyunho Kang diff --git a/packaging/tidl.spec b/packaging/tidl.spec index 4265876..ba0c610 100644 --- a/packaging/tidl.spec +++ b/packaging/tidl.spec @@ -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 diff --git a/release/windows-32/tidlc.exe b/release/windows-32/tidlc.exe index ae7f9f4..49cb93e 100755 Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ diff --git a/release/windows-64/tidlc.exe b/release/windows-64/tidlc.exe index e4f34ef..693f769 100755 Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ