-
Notifications
You must be signed in to change notification settings - Fork 120
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
Make vectors trivially relocatable. #337
base: main
Are you sure you want to change the base?
Make vectors trivially relocatable. #337
Commits on Jul 18, 2023
-
Make vectors trivially relocatable.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69b4559 - Browse repository at this point
Copy the full SHA 69b4559View commit details
Commits on Jul 21, 2023
-
Keep both ways of having default ctor or not.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56f83c3 - Browse repository at this point
Copy the full SHA 56f83c3View commit details -
Fix using default ctor whatever value the flag is.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc7c5e - Browse repository at this point
Copy the full SHA abc7c5eView commit details
Commits on Jul 22, 2023
-
Revert "Fix using default ctor whatever value the flag is."
This reverts commit abc7c5e. Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04950f4 - Browse repository at this point
Copy the full SHA 04950f4View commit details -
Fix using a build flag to use a macro.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db4019 - Browse repository at this point
Copy the full SHA 9db4019View commit details -
[wip] add a test for ImathVec when using default.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c49dc99 - Browse repository at this point
Copy the full SHA c49dc99View commit details -
Remove Imath::Config from ImathTestVecUseDefaultConstructor.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d4ed11 - Browse repository at this point
Copy the full SHA 5d4ed11View commit details -
Revert "Remove Imath::Config from ImathTestVecUseDefaultConstructor."
This reverts commit 5d4ed11. Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63478fc - Browse repository at this point
Copy the full SHA 63478fcView commit details -
Remove Imath::Config from ImathTestVecUseDefaultConstructor.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 536b430 - Browse repository at this point
Copy the full SHA 536b430View commit details
Commits on Jul 24, 2023
-
Fix assertion errors and clean up.
Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 961ac87 - Browse repository at this point
Copy the full SHA 961ac87View commit details
Commits on Mar 13, 2024
-
Co-authored-by: Arthur O'Dwyer <[email protected]> Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03f055f - Browse repository at this point
Copy the full SHA 03f055fView commit details -
rm IMATH_CONSTEXPR14 and IMATH_NOEXCEPT from default constructor and assignment. Co-authored-by: Arthur O'Dwyer <[email protected]> Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64674d1 - Browse repository at this point
Copy the full SHA 64674d1View commit details -
rm IMATH_NOEXCEPT from default destructor. Co-authored-by: Arthur O'Dwyer <[email protected]> Signed-off-by: Yuya Asano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ad5437 - Browse repository at this point
Copy the full SHA 7ad5437View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 386faf1 - Browse repository at this point
Copy the full SHA 386faf1View commit details