Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #19906: refactor annotation parameter value consistency method to deal with aliases Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19906: build wstring TypeIdentifiers Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19906: fix long double name using Fast DDS-Gen defined name Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19906: remove BuiltinAnnotations. Not required if not included in custom annotations sequence Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #19906: remove EquivalenceKindValue enum Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: support not applied annotation (extensibility/try_construct) Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix TypeIdentifier included in Minimal TypeObjects. Only explicit member flags Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: refactor bound consistency: unbounded collections have bound 0 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix map key type identifier consistency Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: register indirect hash TypeIdentifier correctly Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: bitfields must have a name Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix minimal_from_complete TypeIdentifier method Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fixes for maps Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: update script Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: update script Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types after rebase Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: remove tests: build TypeObject from DynamicType is not going to be implemented. TypeInformation is private API Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types and ensure library builds Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: ensure examples build Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: remove tests related to type compatibility/evolution Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: avoid generating unnecessary TypeObjectSupport Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: use new transport headers Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix build DDS unit tests, including DDS Statistics Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: remove XTypes tests. Type evolution is not going to be supported yet and remote type discovery tests are being refactored Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: remove legacy ReturnCode and fix tests (pending DynamicTypesTests and RTPS Statistics tests) Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: use another approach for unit test building: mock DomainParticipantFactory. Apply to DDSSQLFilter tests as proof of concept Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types and register TypeObject support by default Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix tests compilation Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix TypeObject tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix minimal annotation parameter sequence order. Fix minimal TypeIdentifier for map keys Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types and fixes after rebase Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix test in Release mode Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types after rebase in Fast DDS-Gen Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: linters Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix Python Bindings build Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix old API blackbox test compilation Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix build with TLS disabled Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types avoiding Windows warning Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix windows max macro conflict in security tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types to avoid Windows warning Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: avoid code in test main method Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: apply review suggestions Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: regenerate types after rebase Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #20129: fix CI warnings Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
- Loading branch information