-
Notifications
You must be signed in to change notification settings - Fork 18
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
Changes to build Fast DDS with XTypes refactor #116
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
…es namespace and DomainId_t Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
…r_from_xml_by_name Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
10 tasks
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
JLBuenoLopez
commented
Apr 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
richiware
approved these changes
Apr 5, 2024
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
22e90ed
to
f87af64
Compare
JLBuenoLopez
commented
Apr 5, 2024
EduPonz
pushed a commit
that referenced
this pull request
May 14, 2024
* Refs #19960. Apply types header-only Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #19975. Using new ReturnCode_t Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #20129: update TypeInformationParameter constructor. Define xtypes namespace and DomainId_t Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20335: ignore TypeSupport constructor passing a DynamicPubSubType Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20335: regenerate types Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #19451: regenerate types Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #19451: Ignore DomainParticipantFactory::get_dynamic_type_builder_from_xml_by_name Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #20734: fixes after rebase Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20734: remove obsolete file Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20734: Fix some tests Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #20734. Fix tests Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> * Refs #20734. Regenerate idl dll exporting missing Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> --------- Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev> Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Co-authored-by: Ricardo González Moreno <ricardo@richiware.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is a miscellaneous containing several changes required to build this package with the Fast DDS branch that refactors XTypes feature.
Contributor Checklist
Reviewer Checklist