Skip to content
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: ros2/rosidl_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rolling
Choose a base ref
...
head repository: almaslov/rosidl_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c-extention-base-class
Choose a head ref
  • 7 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 1, 2024

  1. Using C extention base class for every message

    Signed-off-by: Маслов Александр Александрович <aamaslov@sberautotech.ru>
    Маслов Александр Александрович authored and EsipovPA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    739362c View commit details
    Browse the repository at this point in the history
  2. Removed commented code

    Signed-off-by: Маслов Александр Александрович <aamaslov@sberautotech.ru>
    Маслов Александр Александрович authored and EsipovPA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    96c1659 View commit details
    Browse the repository at this point in the history
  3. Serialization uses C struct members of message

    Signed-off-by: Маслов Александр Александрович <aamaslov@sberautotech.ru>
    Маслов Александр Александрович authored and EsipovPA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    92c3b60 View commit details
    Browse the repository at this point in the history
  4. Added tp_dealloc method to fix memory leak

    Signed-off-by: Маслов Александр Александрович <aamaslov@sberautotech.ru>
    Маслов Александр Александрович authored and EsipovPA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e9438d2 View commit details
    Browse the repository at this point in the history
  5. Use single function for module import. Proper modules deinitialization.

    Signed-off-by: Маслов Александр Александрович <aamaslov@sberautotech.ru>
    Маслов Александр Александрович authored and EsipovPA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e2bd969 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Rebase fixes. Fix library lincage and include_dirs for bases lib.

    Add '_check_fields' as a default value in a __slots__ list for generated messages.
    
    Signed-off-by: EsipovPA <esipov.p@mail.ru>
    EsipovPA committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a12e6c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix linter tests. Remove example messages

    Signed-off-by: EsipovPA <esipov.p@mail.ru>
    EsipovPA committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    aa3708e View commit details
    Browse the repository at this point in the history
Loading