-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make all public headers .hpp (#4958)
* Refs #21128: fuzz/C++/fuzz_XMLProfiles/fuzz_utils.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/EndpointAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/EndpointSecurityAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/HistoryAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/PropertyPolicy.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/ReaderAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/RTPSParticipantAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/ServerAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/TopicAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/attributes/WriterAttributes.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/builtin/data/ReaderProxyData.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/builtin/data/WriterProxyData.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/BinaryProperty.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/CacheChange.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/CDRMessage_t.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/FragmentNumber.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Guid.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/InstanceHandle.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Locator.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/MatchingInfo.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/PortParameters.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Property.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/SampleIdentity.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/SequenceNumber.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/SerializedPayload.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Time_t.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Token.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/Types.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/common/WriteParams.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/history/History.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/history/IChangePool.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/history/IPayloadPool.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/history/ReaderHistory.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/history/WriterHistory.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/messages/RTPS_messages.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/participant/ParticipantDiscoveryInfo.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/participant/RTPSParticipant.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/participant/RTPSParticipantListener.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/reader/ReaderDiscoveryInfo.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/reader/ReaderListener.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/reader/RTPSReader.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/resources/ResourceManagement.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/ChainingTransport.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/ChainingTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/SenderResource.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/SocketTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TCPTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TCPv4TransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TCPv6TransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/test_UDPv4TransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TransportDescriptorInterface.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TransportInterface.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/TransportReceiverInterface.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/UDPTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/UDPv4TransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/UDPv6TransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/writer/RTPSWriter.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/writer/WriterDiscoveryInfo.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/writer/WriterListener.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/Endpoint.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/RTPSDomain.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/utils/IPFinder.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/utils/IPLocator.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update versions.md Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/utils/md5.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update guards in include/fastdds/dds Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update guards in include/fastdds/rtps Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update missing guards in include/fastdds/statistics and some more Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Set config.h as config.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Remove uncrustify autogenerated 'ifndef' from closing guard Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Set missing closing namespace with proper comment Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Please linter (avoiding generated files) Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Fix MD5 namespacing issues Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Apply rev suggestions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Fix manually set .h to .hpp gen dependencies Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update mock's guards and .h to .hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Update all mock's guards Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Please linter Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Regenerate types Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Apply rev suggestions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Add includes missed in the rebase Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #21128: Regenerate types (2) Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
- Loading branch information
1 parent
068092b
commit ccacad0
Showing
1,122 changed files
with
6,474 additions
and
6,225 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.