From 2ab23b3585aaad60861fbae549e85fce30b63cfa Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 2 Mar 2018 11:12:34 +0900 Subject: [PATCH] Release verion 0.1.1 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 --- packaging/tidl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/tidl.spec b/packaging/tidl.spec index 8fda832..6d22200 100644 --- a/packaging/tidl.spec +++ b/packaging/tidl.spec @@ -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 -- 2.7.4