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

[19452] Switch master to 3.0.x #767

Merged
merged 10 commits into from
May 14, 2024
Merged

[19452] Switch master to 3.0.x #767

merged 10 commits into from
May 14, 2024

Commits on May 13, 2024

  1. Branch-out for fastdds v3.0.0 (#660)

    * Branch-out and change dependencies
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Remove FASTRTPS_API_TESTS and GTEST_INDIVIDUAL
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Rename FASTRTPS_DEFAULT_PROFILES_FILE
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Update CodeTester.cpp file and APIs
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Update APIs in DDSCodeTester.cpp
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: fix malformed table issue
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: fix xml name issue
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Rename namespace in xml files
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20370: Apply suggestions
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    elianalf authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c40b15a View commit details
    Browse the repository at this point in the history
  2. Remove fastrtps fixed_size_string.hpp references (#695)

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    elianalf authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    42402fd View commit details
    Browse the repository at this point in the history
  3. Remove private XML parser APIs (#701)

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    elianalf authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f7e68f8 View commit details
    Browse the repository at this point in the history
  4. Migrate DLL API exporter to fastdds (#718)

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ccdcfa9 View commit details
    Browse the repository at this point in the history
  5. Migrate classes from include/fastrtps to fastdds (#726)

    * Refs #20566: Migrate classes IPLocator and md5 from include/fastrtps to fastdds
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20566: Reorder following google style
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    * Refs #20566: Fix spelling errors after rebase
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    elianalf authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9a145d4 View commit details
    Browse the repository at this point in the history
  6. Remove LivelinessData from API reference (#736)

    Signed-off-by: EduPonz <eduardoponz@eprosima.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e846479 View commit details
    Browse the repository at this point in the history
  7. Create Participant with default profile (use environment XML configur…

    …ation) (#725)
    
    Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    JesusPoderoso authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    88639cd View commit details
    Browse the repository at this point in the history
  8. Update xtypes 1.3 doc (#730)

    * Refs #20359: Updates for xtypes1.3. Removed TypeLookupSettings. Removed auto_fill_typeonject. Renamede discovery methods. Added typelookup_service_threads.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Updates fastddsgen args. Removed TypeObjectFactory. Removed on_type_discovery, on_type_dependencies_reply, on_type_information_received, register_remote_type. Updated references to DDS-XTypes V1.3.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: DDSCodeTester updates for DynamicTypes and discovery callbacks
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Updated xtypes doc.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Applied first suggestions.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Updates to discovery and endpoint matching.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Apply suggestions from code review
    
    Co-authored-by: Ricardo González <ricardo@richiware.dev>
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20359: Regenerated example types. Removed classes after monitor service refactor.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    
    * Refs #20631: apply review suggestions to Fast DDS-Gen usage
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: inheritance not yet supported with XML. Use correct typelookup service thread name
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: fix tests: trailing whitespaces
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: fix spelling
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: migrate to list tables and use proper C++ types
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: rewrite XTypes introduction section
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: rewrite remote data type discovery section
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: implement pending TODO
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: rewrite XTypes sections and related information
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: apply remaining suggestions
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: apply review suggestions
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: regenerate example types
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: little block comment
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    
    * Refs #20631: apply review suggestions
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    * Refs #20631: apply review suggestions
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    
    ---------
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Co-authored-by: Ricardo González <ricardo@richiware.dev>
    Co-authored-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    3 people authored and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ca6618a View commit details
    Browse the repository at this point in the history
  9. Upgrade python requirements and remove all warnings (#747)

    * Refs #20631. Update requirements and fix warnings
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Add support for CMAKE_COMPILE_WARNING_AS_ERROR
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Fix getting fastdds branch in readthedocs
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Move note by suggestion
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Fix idl
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Remove forgotten lines
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631. Fixes
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20631: Avoid duplicated transport_id in XMLTester
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    ---------
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    Co-authored-by: eduponz <eduardoponz@eprosima.com>
    richiware and EduPonz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1dea874 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Prepare 3.0.x-devel to become master (#750)

    * Refs #20893: Add warning to intro page
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20893: Update PR template
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20893: Warning in README
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20893: Update mirror workflow
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    * Refs #20893: Apply Eliana's suggestions
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    
    ---------
    
    Signed-off-by: eduponz <eduardoponz@eprosima.com>
    EduPonz committed May 14, 2024
    Configuration menu
    Copy the full SHA
    497ab7c View commit details
    Browse the repository at this point in the history