FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing master...2.2.2 · eProsima/Fast-DDS-python · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eProsima/Fast-DDS-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: eProsima/Fast-DDS-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.2
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 79 files changed
  • 11 contributors

Commits on Jun 12, 2025

  1. Update 2.2.x to be a supported branch (#238)

    * Refs #23269: Remove EOL versions from pr template
    
    Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
    
    * Refs #23269: Remove EOL nighties
    
    Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
    
    * Refs #23269: Remove unused workflows
    
    Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
    
    * Refs #23269: Update refs to python 2.2.x and Fast 3.2.x
    
    Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
    
    ---------
    
    Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
    Mario-DL authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    3e7f83e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Remove deprecated windows-2019 runner (#243) (#244)

    * Remove deprecated windows-2019 runner
    
    
    
    * Add matrix to windows-ci
    
    
    
    ---------
    
    Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
    Co-authored-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com>
    mergify[bot] and rsanchez15 authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    275712d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Update repository versions in fastdds_python.repos (#255)

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    26df2a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files (#207) (#258)

    * Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files.
    
    * [#23543] Added cmake option and default suffix for platforms
    
    
    
    * [#23543] Added cmake option for Python test and examples
    
    
    
    * [#23543] Default value for Windows OS
    
    
    
    * [#23543] Review changes
    
    
    
    * Refs #23543. Regenerate code with Fast DDS Gen from related PR.
    
    
    
    ---------
    
    
    
    
    
    
    (cherry picked from commit 57a5541)
    
    Signed-off-by: danipiza <dpizarrogallego@gmail.com>
    Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
    Co-authored-by: Keane Dixon Wong <Keanewong913@gmail.com>
    Co-authored-by: Keane Wong <kwong@FELT241.FluxErgy.local>
    Co-authored-by: danipiza <dpizarrogallego@gmail.com>
    Co-authored-by: Miguel Company <MiguelCompany@eprosima.com>
    5 people authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    4ee6ecf View commit details
    Browse the repository at this point in the history
  2. Remove @feed operations from example (#256) (#260)

    * Remove `@feed` operations from example (#256)
    
    * Refs #23701. Remove feed operations from example.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    * Refs #23703. Apply suggestion.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    ---------
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    (cherry picked from commit e143c3b)
    
    # Conflicts:
    #	fastdds_python_examples/RPCExample/generated_code/calculator.i
    #	fastdds_python_examples/RPCExample/generated_code/calculatorClient.cxx
    #	fastdds_python_examples/RPCExample/generated_code/calculatorPubSubTypes.cxx
    #	fastdds_python_examples/RPCExample/generated_code/calculatorServer.cxx
    #	fastdds_python_examples/RPCExample/generated_code/calculatorServer.hpp
    #	fastdds_python_examples/RPCExample/generated_code/calculatorServerImpl.hpp
    #	fastdds_python_examples/RPCExample/generated_code/calculatorTypeObjectSupport.cxx
    
    * Fix conflicts.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    ---------
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
    mergify[bot] and MiguelCompany authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    eb71379 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Remove compilation warning with InstanceHandle_t (#264)

    * Refs #23753. Take into account dependencies for rebuild
    
    
    
    * Refs #23753. Fix warning
    
    
    
    * Refs #23753. Remove swig warnings
    
    
    
    * Refs #23753. Add unit tests
    
    
    
    * Refs #23753. Apply suggestions
    
    
    
    ---------
    
    
    (cherry picked from commit 6ee4ca5)
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    Co-authored-by: Ricardo González <ricardo@richiware.dev>
    mergify[bot] and richiware authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    29af809 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Regenerate types with Fast DDS Gen v4.0.5 (#269)

    Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
    juanlofer-eprosima authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    09a1cfa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Bump version to 2.2.1 (#270)

    * Refs #23098. Bump version
    
    Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
    
    * Refs #23098. Update RELEASE_SUPPORT.md
    
    Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
    
    * Refs #23098. Piggyback fix fastddsgen version in .repos
    
    Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
    
    ---------
    
    Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
    juanlofer-eprosima authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    20ed326 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Regenerate code with Fast DDS Gen v4.0.6 (#288)

    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    MiguelCompany authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    53a5f86 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Don't use infinite nanoseconds in API tests (#296) (#298)

    (cherry picked from commit 75268ad)
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
    mergify[bot] and MiguelCompany authored May 27, 2026
    Configuration menu
    Copy the full SHA
    4d7bf0f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Make skip-ci label report required statuses as pass (#307) (#308)

    * Make `skip-ci` label report required statuses as pass (#307)
    
    * Refs #25442. Move execution conditions to steps.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    * Refs #25442. Update condition for run-tests.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    * Refs #25442. Similar changes for windows.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    * Refs #25442. Don't upload build artifact when tests are skipped.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    * Refs #25442. Fix condition for addding ci-pending label.
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    ---------
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    (cherry picked from commit ec6fb0a)
    
    # Conflicts:
    #	.github/workflows/windows-ci.yml
    
    * Fix conflicts
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    
    ---------
    
    Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
    Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
    mergify[bot] and MiguelCompany authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    bb16a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Ignore new RTPSParticipantAttributes (#294) (#303)

    (cherry picked from commit 99dc814)
    
    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    mergify[bot] and cferreiragonz authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    70ab93b View commit details
    Browse the repository at this point in the history
  2. Regenerate types with Fast DDS Gen 4.0.7 (#312)

    * Refs #24261: Regenerate types with Fast DDS Gen 4.0.7
    
    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    
    * Refs #24261: Delete RPC Example
    
    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    
    ---------
    
    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    cferreiragonz authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    29f364c View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.2.2 (#313)

    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    cferreiragonz authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    532d174 View commit details
    Browse the repository at this point in the history
  4. Fix dependency versions for 2.2.2

    Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
    cferreiragonz committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    c5b3c4a View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL