Thanks to visit codestin.com
Credit goes to github.com

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/rclcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rolling
Choose a base ref
...
head repository: iv461/rclcpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rolling
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 0 files changed
  • 2 contributors

Commits on Oct 7, 2025

  1. Added static assert asserting custom types have no overloaded operato…

    …r new
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    2add416 View commit details
    Browse the repository at this point in the history
  2. Added detecting array overloads as well

    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    ded781c View commit details
    Browse the repository at this point in the history
  3. Revert "Added detecting array overloads as well"

    This reverts commit f1917a35a5037220be2f537031e3ef5b65b5be3e.
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    e968e9e View commit details
    Browse the repository at this point in the history
  4. Reformat

    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    aec46f2 View commit details
    Browse the repository at this point in the history
  5. Implemented the check for the operator new as a deprecation-warning i…

    …nstead of an static_assert that would cause a compile error.
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    b4f46a5 View commit details
    Browse the repository at this point in the history
  6. Fixed that the deprecation warning would always trigger by using temp…

    …late specialization. This forces the compiler to evaluate the condition later, not as early as in the lexial stage
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    972c6c4 View commit details
    Browse the repository at this point in the history
  7. Changed back to a warning function since the depracation tag for the …

    …struct does not trigger
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    2bdea95 View commit details
    Browse the repository at this point in the history
  8. Reformat

    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    aad9588 View commit details
    Browse the repository at this point in the history
  9. Fixed compile error that existed with all compilers (clang, MSVC) exc…

    …ept GCC: We need two patterns to avoid struct redeclaration error
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    69e1b11 View commit details
    Browse the repository at this point in the history
  10. Inside detail ns again

    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    df1e782 View commit details
    Browse the repository at this point in the history
  11. Reverted back to using static_assert instead of an deprecation warnin…

    …g: The warning simply does not trigger when called from the rclcpp publish method for some reason
    
    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    7efdb7b View commit details
    Browse the repository at this point in the history
  12. Removed unnecessary newlines I introduced by mistake

    Signed-off-by: Ivo Ivanov <[email protected]>
    Ivo Ivanov
    Ivo Ivanov committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    3010157 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Configuration menu
    Copy the full SHA
    f09e3b7 View commit details
    Browse the repository at this point in the history
Loading