-
Notifications
You must be signed in to change notification settings - Fork 54
/
CHANGES
87 lines (69 loc) · 2.69 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Changes
=======
v3.2.15
- Create verification test for noRead
- Update gitignore and cleanup project
- Add FTypeDef in hasNonArrayDeployment
- Added workflow to build the project in Ubuntu, Windows, and macOS
v3.2.14
- Adapt StubAdapter to new ClientId interface
v3.2.13
- Enable Modify generation TypeColl without name
v3.2.12
- Revert Modify generation TypeColl without name
v3.2.11
- Validation error on pdugateway
- Enable Modify generation TypeColl without name
v3.2.10
- Revert Modify generation TypeColl without name
v3.2.9
- Increase heap memory
- Modify generation TypeColl without name
v3.2.8
- Increase maximum heap memory size
- Disable renaming of overwrite enumerations
- Accept enumeration/enumerator with same name
- Update dependencies
- Accept duplicate arg names for method in/out
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
- Fix "com.google.inject" dependencies
- Remove invalid completed future
- Update generated code to use getSomeIPClient instead direct dynamic_pointer_cast
v3.2.3
- Fix for attributes of type "inline array of EnumerationType"
- Added json interface catalog generator
- Update SomeIP validator
v3.2.2
- Fix selective event handler registration
- Extend the client identifier by the hostname: Added a missing placeholder (for the new enviroment argument), a host identifier to broadcast types and a host name to ClientId
- Adapted README to changed core generator name
v3.2.0
- Adapted to CommonAPI 3.2.0
- Upgrade to Franca 0.13.1
- Updated xtend to v2.20.0
- Fix missing generation dependency for arrays
- Add generation of includes for maps
- Improve handling of derived enumerations
v3.1.12
- Improve deployment validator
- Support inline array deployments
- Add deployment and robustness tests
- Fix usage of SomeIPStructStructLengthWidth deployment
v3.1.11
- Validate array deployment parameters
- Create deep copy of passed receiver list when firing selective
broadcasts
v3.1.10
- Upgrade to JDK-1.8.
- Explicitely set visibility for the deployments to enable linkage after compilation with -fvisibility=hidden.
- Added new deployment parameter CRCWidth for attributes, broadcasts and methods.
- Added config file to run tests with security. All clients are allowed to do everything and "credentials" (uid/gid) may need to be adjusted in order to run tests on different platforms depending on which user/group the tests started from.
- Added filter in validator to avoid validation of interfaces deployed for the core or dbus.