You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* capicxx-core-runtime 3.2.3-r7
- Fixed warnings with gcc11 for Wextra-extra-semi flag
- Fix capi-core-runtime Runtime::loadLibrary
- vSomeIP Security: Update vsomeip_sec
- Fixed commonapi-core-runtime windows build
- Fix race condition.
- Remove mutex and add exception handling to RuntimeDeinit.
- Fix double initialization of loggerImpl.
- Linux: avoid static initialization of std::mutex
- Replace deprecated std::ptr_fun
- Properly initialize Runtime::defaultCallTimeout_
- Removed GENIVI copyright line
- Fix bug in assignment operator of Variant in case of self-assignment
- Ensure to stop struct deserialization on error
- Implement "no_timeout" in method responses
- Use COMMONAPI_EXPORT_CLASS_EXPLICIT to export classes
- Removed libdlt dependency from android
- Add support to logs in Android
- Update android build files
- Support retrieval of environment (hostname) from client identifier.
- Use lock objects and remove self assignment.
* Fix Copyright field and github link in README file
---------
Co-authored-by: Diana Pinto <[email protected]>
- Fix bug in assignment operator of Variant in case of self-assignment
23
+
- Ensure to stop struct deserialization on error
24
+
- Implement "no_timeout" in method responses
25
+
- Use COMMONAPI_EXPORT_CLASS_EXPLICIT to export classes
26
+
- Removed libdlt dependency from android
27
+
- Add support to logs in Android
28
+
- Update android build files
29
+
30
+
v3.2.2
31
+
- Support retrieval of environment (hostname) from client identifier.
32
+
33
+
v3.2.1
34
+
- Use lock objects and remove self assignment.
35
+
4
36
v3.2.0
5
-
- Support ABI compatible changes (additional attributes, broadcast and methods added to the end of
37
+
- Support ABI compatible changes (additional attributes, broadcast and methods added to the end of
6
38
the interface specification)
7
39
8
40
v3.1.12.6
@@ -47,4 +79,3 @@ v3.1.9
47
79
- Added subscription parameter to 'Event::onListenerRemoved' function. This is needed for managing the added and removed listeners respectively for mapping the listeners on the subscription.
48
80
- Replaced variadic macros with variadic templates for CommonAPI logger.
set_target_properties(CommonAPI PROPERTIES VERSION${LIBCOMMONAPI_MAJOR_VERSION}.${LIBCOMMONAPI_MINOR_VERSION}.${LIBCOMMONAPI_PATCH_VERSION}SOVERSION${LIBCOMMONAPI_MAJOR_VERSION}.${LIBCOMMONAPI_MINOR_VERSION}.${LIBCOMMONAPI_PATCH_VERSION}LINKER_LANGUAGE C)
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
### CommonAPI C++ Core Runtime
2
2
3
3
##### Copyright
4
-
Copyright (C) 2016-2020, Bayerische Motoren Werke Aktiengesellschaft (BMW AG).
5
-
Copyright (C) 2016-2020, GENIVI Alliance, Inc.
4
+
Copyright (C) 2016-2023, Bayerische Motoren Werke Aktiengesellschaft (BMW AG).
5
+
Copyright (C) 2016-2023, COVESA
6
6
7
-
This file is part of GENIVI Project IPC Common API C++.
8
-
Contributions are licensed to the GENIVI Alliance under one or more Contribution License Agreements or MPL 2.0.
7
+
This file is part of COVESA Project IPC Common API C++.
8
+
Contributions are licensed to the COVESA under one or more Contribution License Agreements or MPL 2.0.
9
9
10
10
##### License
11
11
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at http://mozilla.org/MPL/2.0/.
@@ -14,7 +14,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v.
14
14
The specification document and the user guide can be found in the CommonAPI documentation directory of the CommonAPI-Tools project as AsciiDoc document. A pdf version can be found at https://github.com/GENIVI/capicxx-core-tools/releases.
0 commit comments