-
Notifications
You must be signed in to change notification settings - Fork 564
Comparing changes
Open a pull request
base repository: ros2/rclcpp
base: rolling
head repository: iv461/rclcpp
compare: rolling
- 13 commits
- 0 files changed
- 2 contributors
Commits on Oct 7, 2025
-
Added static assert asserting custom types have no overloaded operato…
…r new Signed-off-by: Ivo Ivanov <[email protected]>
Ivo Ivanov committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 2add416 - Browse repository at this point
Copy the full SHA 2add416View commit details -
Added detecting array overloads as well
Signed-off-by: Ivo Ivanov <[email protected]>
Ivo Ivanov committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for ded781c - Browse repository at this point
Copy the full SHA ded781cView commit details -
Revert "Added detecting array overloads as well"
This reverts commit f1917a35a5037220be2f537031e3ef5b65b5be3e. Signed-off-by: Ivo Ivanov <[email protected]>
Ivo Ivanov committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for e968e9e - Browse repository at this point
Copy the full SHA e968e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aec46f2 - Browse repository at this point
Copy the full SHA aec46f2View commit details -
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 committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for b4f46a5 - Browse repository at this point
Copy the full SHA b4f46a5View commit details -
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 committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 972c6c4 - Browse repository at this point
Copy the full SHA 972c6c4View commit details -
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 committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 2bdea95 - Browse repository at this point
Copy the full SHA 2bdea95View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad9588 - Browse repository at this point
Copy the full SHA aad9588View commit details -
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 committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 69e1b11 - Browse repository at this point
Copy the full SHA 69e1b11View commit details -
Signed-off-by: Ivo Ivanov <[email protected]>
Ivo Ivanov committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for df1e782 - Browse repository at this point
Copy the full SHA df1e782View commit details -
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 committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 7efdb7b - Browse repository at this point
Copy the full SHA 7efdb7bView commit details -
Removed unnecessary newlines I introduced by mistake
Signed-off-by: Ivo Ivanov <[email protected]>
Ivo Ivanov committedOct 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 3010157 - Browse repository at this point
Copy the full SHA 3010157View commit details
Commits on Jun 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f09e3b7 - Browse repository at this point
Copy the full SHA f09e3b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff rolling...rolling