Release version 1.11.0 97/291597/1
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 19 Apr 2023 05:04:42 +0000 (14:04 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 19 Apr 2023 05:10:18 +0000 (14:10 +0900)
Changes:
 - Modify Makefile for DIBS
 - Implement protocol version 2
 - Fix C++ generator
 - Implement C proxy body generator
 - Fix to fail build test
 - Implement C header generator
 - Replace AITT with MQTT
 - Fix build error
 - Implement C group generator
 -  Implement C stub generator
 - Fix dart generator implementation
 - Fix invalid access
 - Remove exception handling from _consumeCommnad()
 - Support map & set container type
 - Fix bugs about map & set container
 - Support enum type
 - Support sending exception feature
 - Support method privilege feature
 - Fix C generator related enumeration
 - Remove unnecessarily generated codes
 - Fix build error
 - Merge "Fix build error" into tizen
 - Add new build tests for protocol v2
 - Fix build tests
 - Change version to 7.5
 - Add missing implementation about ref keyword
 - Support 'import' keyword
 - Add some methods in ReplaceAll
 - Modify dart generator
 - [cion] Implement Dart stub generator
 - [cion] Implement Dart proxy generator
 - [cion] Add a missing disconnect on dart client
 - [cion] Implement sync call method
 - [cion] Fix file transfer logic
 - [cion] Implement Dart group generator

Change-Id: Ifabf76b67ade050dca7301923e61f9b012a80452
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 60be35e0562447e4a1bcc6102475879f67a55d51..e05aeec0bd7e03b3bf445965a456a5b007c0d7b0 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.10.6
+Version:1.11.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 daee24f3e2b9636d7187156f680cd74cb3d42f81..3bd6a4843084e406a0702b771d834f6fbfef58b7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    1.10.6
+Version:    1.11.0
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0
index 4d0a356a320cad69ca76d8c78e223c9b1f92a150..aa9b5010ee1285b2a00a4e181285455938f813c3 100755 (executable)
Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ
index 468459be5e087ef0c41d29037042adec10033a8a..ecb077cc070fc8ac223509670d9f48d2634b2a8a 100755 (executable)
Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ