Release verion 0.1.1 55/171355/2 accepted/tizen/unified/20180302.061550 submit/tizen/20180302.022650
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Mar 2018 02:12:34 +0000 (11:12 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Mar 2018 02:21:18 +0000 (11:21 +0900)
Changes:
 - Add IDL Compiler
 - Add grammar for list type
 - Add structure for custom type
 - Adjust directory structure
 - Fix typo
 - Add unit tests
 - Add Parser unit test
 - Handle tidl error
 - Support annotations
 - Add language option
 - Change parameter types for r-value reference
 - Change attribute token name
 - Generate c# code
 - Separate C# generator
 - Support attributes for access control
 - Support delegate syntax
 - Provide utility API to generate code easily
 - Add basic structure for generators
 - Change the method to template method to support closure expression
 - Change file name
 - Implement c# stub generator (interface part)
 - Implement c# proxy generator (interface part)
 - Generate access-control code for c# stub generator
 - Support 'delegate' syntax
 - Handle returned data
 - Make stub disposable
 - Modify grammar to support empty parameter
 - Fix bug to use another constructor in stub
 - Fix checking handles
 - move test to %check section in spec file
 - Use CMAKE_SOURCE_DIR macro for local build
 - Make generated APIs thread-safe
 - for checking line coverage
 - Remove code block API
 - Fix interop method
 - Add type 'array<>'
 - Implement C Generator (Structure Part)
 - Implement C++ Generator (Structure Part)
 - Refactor c++ generator (struct part)
 - Add weak reference to delegate object
 - Find services using instance id
 - Implement C Stub Generator (Interface part)
 - Implement c++ proxy generator (interface part)
 - Implement C Proxy Generator (Interface part)
 - Fix a bug about stub method handler
 - Implement c++ stub generator (interface part)
 - Add the file name extension '.cs' for C# stub generator
 - Change parameter type for callback
 - Fix C Stub Generator
 - Fix C Body Generator (Structure part)
 - Call access-control API
 - Fix C Generator
 - Fix a bug about C Stub Generator

Change-Id: I54be4ffd278c6acfaf8beb946556eee463dffdbf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/tidl.spec

index 8fda832..6d22200 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    0.1.0
+Version:    0.1.1
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0