-
Notifications
You must be signed in to change notification settings - Fork 51
Update catch2 v3 #1350
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
Merged
Merged
Update catch2 v3 #1350
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3b42657
Update dependencies
josephleekl b742617
Auto update version from '0.45.0-dev19' to '0.45.0-dev20'
ringo-but-quantum c89477e
Merge branch 'master' into update-deps-feb2026
josephleekl b4f2816
Auto update version from '0.45.0-dev20' to '0.45.0-dev21'
ringo-but-quantum 24fb952
scipyopenblas update
josephleekl 199c13d
try 2.11
josephleekl 20c9edc
Merge branch 'master' into update-deps-feb2026
josephleekl 2b58619
Auto update version from '0.45.0-dev21' to '0.45.0-dev22'
ringo-but-quantum 9033a37
test
josephleekl 939ff3e
update changelog
josephleekl 946dec3
fix cmakelist and setup.py
josephleekl 0c6f56e
Update CMakeLists.txt
josephleekl 71369a1
Update CMakeLists.txt
josephleekl 972e0fe
lk action cmake from pip;
josephleekl ea2027b
trigger CI
josephleekl 6326a0c
trigger CI
josephleekl 0cc650e
add gfortran
josephleekl d1ffc89
debug
josephleekl d9fc77a
debug more
josephleekl 507bdbf
debug more 2
josephleekl 8735e0e
test debug 3
josephleekl 3141a22
fix test 4
josephleekl 34f865f
test
josephleekl 7bc1ca6
we back
josephleekl ecca36a
Apply suggestions from code review
josephleekl 47b87e7
catch2 update to v3
josephleekl 20df1d9
granular include catch header
josephleekl 8bf36fc
add maybe_unused
josephleekl acf3c29
update changelog
josephleekl c402480
trigger CI
josephleekl a64ea1b
update
josephleekl bb7f172
Merge branch 'master' into update-deps-feb2026
josephleekl 396c961
Auto update version from '0.45.0-dev22' to '0.45.0-dev23'
ringo-but-quantum 28c623e
fixed order test for MPI cpp tests
josephleekl c958bd0
Merge branch 'update-deps-feb2026' into update-catch2-v3
josephleekl 5e700bc
Merge branch 'master' into update-catch2-v3
josephleekl 24560d4
Auto update version from '0.45.0-dev25' to '0.45.0-dev26'
ringo-but-quantum 3bbae4a
trigger CI
josephleekl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,4 @@ | |
| Version number (major.minor.patch[-label]) | ||
| """ | ||
|
|
||
| __version__ = "0.45.0-dev25" | ||
| __version__ = "0.45.0-dev26" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pennylane_lightning/core/algorithms/tests/mpi/runner_algorithms_mpi.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
pennylane_lightning/core/algorithms/tests/runner_algorithms.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| #define CATCH_CONFIG_MAIN | ||
| #include <catch2/catch.hpp> | ||
| #include <catch2/catch_session.hpp> | ||
|
|
||
| int main(int argc, char *argv[]) { return Catch::Session().run(argc, argv); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| #define CATCH_CONFIG_MAIN | ||
| #include <catch2/catch.hpp> | ||
| #include <catch2/catch_session.hpp> | ||
|
|
||
| int main(int argc, char *argv[]) { return Catch::Session().run(argc, argv); } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.