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

[build] make eCAL::proto part of ecal subfolder (ecal_core project) #1528

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

KerstinKeller
Copy link
Contributor

  • changed include folder from "ecal/protobuf/..." to "ecal/msg/protobuf/..." to be in line with the includes from core (e.g. subscriber.h / publisher.h)
  • target naming: eCAL::core_protobuf to be discussed.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@@ -28,7 +28,7 @@
#pragma warning(pop)
#endif

#include <ecal/protobuf/ecal_proto_hlp.h>
#include <ecal/msg/protobuf/ecal_proto_hlp.h>
#include <ecal/msg/message.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'ecal/msg/message.h' file not found [clang-diagnostic-error]

#include <ecal/msg/message.h>
         ^

conanfile.py Outdated Show resolved Hide resolved
- changed include folder from "ecal/protobuf/..." to "ecal/msg/protobuf/..." to be in line with the includes from core (e.g. subscriber.h / publisher.h)
@KerstinKeller KerstinKeller force-pushed the hotfix/ecal_protobuf_target branch from 53e25f9 to 6b0a6aa Compare April 16, 2024 11:56
@KerstinKeller KerstinKeller added the cherry-pick-to-NONE Don't cherry-pick these changes label Apr 16, 2024
@KerstinKeller KerstinKeller merged commit 8d4d4f6 into master Apr 16, 2024
15 checks passed
@KerstinKeller KerstinKeller deleted the hotfix/ecal_protobuf_target branch April 16, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants