Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capicxx-core-tools 3.2.15 #77

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changes
=======
v3.2.15
- Create verification test for noRead
- Fix issues identified in the CommonAPI-Examples
- Update gitignore and cleanup project
- Verification test for vsomeip_sec host address
- Added workflow to build the project in Ubuntu, Windows, and macOS

v3.2.14
- Update README.md with correct github.io link
- Fixed build of the examples with installed DBus
Expand Down
42 changes: 0 additions & 42 deletions CommonAPI-Examples/.cproject

This file was deleted.

3 changes: 1 addition & 2 deletions CommonAPI-Examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*~
.settings
*/src-gen
*/build
mylog.log
33 changes: 0 additions & 33 deletions CommonAPI-Examples/.project

This file was deleted.

71 changes: 0 additions & 71 deletions CommonAPI-Examples/E01HelloWorld/.cproject

This file was deleted.

2 changes: 0 additions & 2 deletions CommonAPI-Examples/E01HelloWorld/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions CommonAPI-Examples/E01HelloWorld/.project

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define org.genivi.commonapi.someip.deployment for provider as Service {
instance commonapi.examples.E01HelloWorld {
InstanceId = "commonapi.examples.HelloWorld"

SomeIpInstanceID = 4660
SomeIpInstanceID = 22136

SomeIpUnicastAddress = "192.168.0.2"
SomeIpReliableUnicastPort = 30499
Expand Down
66 changes: 0 additions & 66 deletions CommonAPI-Examples/E02Attributes/.cproject

This file was deleted.

2 changes: 0 additions & 2 deletions CommonAPI-Examples/E02Attributes/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions CommonAPI-Examples/E02Attributes/.project

This file was deleted.

2 changes: 1 addition & 1 deletion CommonAPI-Examples/E02Attributes/README
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Now see the implementation of the client. The simplest case is to get the curren
[source,{cppstr}]
----
#include <CommonAPI/CommonAPI.hpp>
#include <CommonAPI/Extensions/AttributeCacheExtension.hpp>
#include <CommonAPI/AttributeCacheExtension.hpp>
#include <v1/commonapi/examples/E02AttributesProxy.hpp>
using namespace v1::commonapi::examples;

Expand Down
Loading
Loading