-
Notifications
You must be signed in to change notification settings - Fork 37
/
CHANGES
63 lines (47 loc) · 1.88 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Changes
=======
v3.2.15
- Update gitignore and cleanup project
- Added workflow to build the project in Ubuntu, Windows, and macOS
v3.2.12
- Generate D-bus Code fails using fidl
v3.2.9
- Fix reserve identifier error
v3.2.8
- Update dependencies
v3.2.7
- Update Generator to change the Parameter name "info"
v3.2.6
- Modify generation of TypeCollections without name
- Accept Methods with Parameters with the same name
- accept duplicate argument names for method in and out
v3.2.5
- Accept an Interface with a method with the same name
v3.2.4
- Adapt method signature to match CAPI 3.1
v3.2.2
- Rework deployment handling
- Adapt README and test/README,txt to new core generator name
v3.2.0
- Adapted to CommonAPI 3.2.0
- Upgrade to Franca 0.13.1
- Updated xtend to v2.20.0
- Improve handling of derived enumerations
v3.1.12.2
- Fixed dependency to Eclipse Modeling Framework causing compilation error.
v3.1.12.1
- support 'lock functors' in AttributeDispatcher(s)
v3.1.12
- Add support for Unix FD type in DBus
- Fix compiler warnings in generated code
- Test adaptions
v3.1.11.2
- Export deployment data
v3.1.11.1
- Support deployment for anonymous arrays
v3.1.10
- Upgrade to JDK-1.8.
- Moved mutex lock in 'DemoMainLoop::registerWatch' to avoid deadlock. The mutex was moved after registering the file descriptor. Otherwise a deadlock can occur when 'DemoMainLoop::unregisterWatch' is called in parallel.
- Support DBus message type Error. It is now possible to deploy a broadcast with type 'error'. An error broadcast signals an occured error due to a method call and needs an appropriate error name.
- Replace polling mechanism in Windows main-loop. The current polling mechanism of the main-loops is not reliable under Windows. It is replaced with a WSAPoll on the file descriptors instead of WSAWaitForMultipleEvents on wsa events.
- Fix merge of core type deployments to interfaces and type collections.