Skip to content

Commit

Permalink
capicxx-core-tools 3.2.15
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Diana Pinto authored and fcmonteiro committed Oct 8, 2024
1 parent 5ed80df commit 3ffd442
Show file tree
Hide file tree
Showing 160 changed files with 1,544 additions and 1,449 deletions.
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

0 comments on commit 3ffd442

Please sign in to comment.