-
-
Notifications
You must be signed in to change notification settings - Fork 485
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
Improved stack! implementation, tests #1375
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ca1540 - Browse repository at this point
Copy the full SHA 7ca1540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3954d - Browse repository at this point
Copy the full SHA 1a3954dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05aaf7 - Browse repository at this point
Copy the full SHA b05aaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7ef47 - Browse repository at this point
Copy the full SHA 1e7ef47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78698d3 - Browse repository at this point
Copy the full SHA 78698d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fd5c7 - Browse repository at this point
Copy the full SHA 61fd5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c3ba6 - Browse repository at this point
Copy the full SHA 30c3ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db034cc - Browse repository at this point
Copy the full SHA db034ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1b307 - Browse repository at this point
Copy the full SHA bb1b307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fabc37 - Browse repository at this point
Copy the full SHA 2fabc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b51b98 - Browse repository at this point
Copy the full SHA 2b51b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4544f - Browse repository at this point
Copy the full SHA cb4544fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bd392 - Browse repository at this point
Copy the full SHA 47bd392View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a88cf - Browse repository at this point
Copy the full SHA b6a88cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611cc84 - Browse repository at this point
Copy the full SHA 611cc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f23fe - Browse repository at this point
Copy the full SHA a9f23feView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfa71b - Browse repository at this point
Copy the full SHA bbfa71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea2776 - Browse repository at this point
Copy the full SHA bea2776View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5531d0 - Browse repository at this point
Copy the full SHA a5531d0View commit details -
Move nalgebra-macros tests to nalgebra tests
By testing matrix!, stack! macros etc. in nalgebra, we ensure that these macros are used in the same way that users will be using them.
Configuration menu - View commit details
-
Copy full SHA for 5c735aa - Browse repository at this point
Copy the full SHA 5c735aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d60a5 - Browse repository at this point
Copy the full SHA 88d60a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bed13 - Browse repository at this point
Copy the full SHA 20bed13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a183b - Browse repository at this point
Copy the full SHA 30a183bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ff56c - Browse repository at this point
Copy the full SHA 10ff56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47568a0 - Browse repository at this point
Copy the full SHA 47568a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec2ffa - Browse repository at this point
Copy the full SHA 7ec2ffaView commit details -
Rewrite stack! impl for improved clarity, Span behavior
This improves error messages upon dimension mismatch, among other things. I've also tried to make the implementation easier to understand, adding some comments to help the reader understand the individual steps.
Configuration menu - View commit details
-
Copy full SHA for f2505e5 - Browse repository at this point
Copy the full SHA f2505e5View commit details -
Use SameNumberOfRows/Columns instead of DimEq in stack! macro
This gives more accurate compiler errors if matrix dimensions are mismatched.
Configuration menu - View commit details
-
Copy full SHA for f5ba6de - Browse repository at this point
Copy the full SHA f5ba6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ea326 - Browse repository at this point
Copy the full SHA b2ea326View commit details -
Configuration menu - View commit details
-
Copy full SHA for cff03ae - Browse repository at this point
Copy the full SHA cff03aeView commit details -
stack! impl: use fixed prefix everywhere
This ensures that the expected generated code in tests is the actual generated code when used in the wild.
Configuration menu - View commit details
-
Copy full SHA for 4229d4a - Browse repository at this point
Copy the full SHA 4229d4aView commit details -
nalgebra-macros: Remove clippy pedantic, fix clippy complaints
pedantic seems to be mostly intent on wasting the programmer's time
Configuration menu - View commit details
-
Copy full SHA for 6f78813 - Browse repository at this point
Copy the full SHA 6f78813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d39770 - Browse repository at this point
Copy the full SHA 2d39770View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf59bc9 - Browse repository at this point
Copy the full SHA cf59bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b05ed5 - Browse repository at this point
Copy the full SHA 5b05ed5View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6650da - Browse repository at this point
Copy the full SHA b6650daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f97dd - Browse repository at this point
Copy the full SHA 44f97ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3391e - Browse repository at this point
Copy the full SHA 5e3391eView commit details