-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: catchorg/Catch2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: catchorg/Catch2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 22 files changed
- 8 contributors
Commits on Aug 30, 2021
-
Fix warning suppressions leaking under clang.exe
When running clang.exe under Windows, catch.hpp leaks warning suppressions because it uses `#pragma warning(push)` & `#pragma warning(pop)` around warning suppressions like `#pragma clang diagnostic ignore "-Wunused-variable"`, instead of using `#pragma clang diagnostic push` and `#pragma clang diagnostic pop`. This fixes that by only defining `CATCH_INTERNAL_START_WARNINGS_SUPPRESSION` and `CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION` to be the cl.exe variants if `defined(_MSC_VER) && !defined(__clang__)`.
Configuration menu - View commit details
-
Copy full SHA for 4b97802 - Browse repository at this point
Copy the full SHA 4b97802View commit details
Commits on Sep 10, 2021
-
pkgconfig: Add missing entries
This adds prefix, exec_prefix and libdir fields
Configuration menu - View commit details
-
Copy full SHA for 85c9544 - Browse repository at this point
Copy the full SHA 85c9544View commit details
Commits on Sep 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3d01f3a - Browse repository at this point
Copy the full SHA 3d01f3aView commit details
Commits on Oct 4, 2021
-
Fixed #2272: Compilation failure with C++20 (#2297)
* Suppressed warning for comma-in-indexing-operator in tests that check that specific behaviour. * Made deprecated (and removed) allocator usings conditional on the tests being compiled with old version of MSVC that still requires them. Fixes #2272
Configuration menu - View commit details
-
Copy full SHA for dba29b6 - Browse repository at this point
Copy the full SHA dba29b6View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2f0dcc - Browse repository at this point
Copy the full SHA f2f0dccView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f45dac8 - Browse repository at this point
Copy the full SHA f45dac8View commit details -
Fix clang analyzer warning about FilterGenerator
Refactor FilterGenerator to remove ctor call to overridden method next() in order to address clang static analyzer diagnostic: catch2-src/single_include/catch2/catch.hpp:4166:42: note: Call to virtual method 'FilterGenerator::next' during construction bypasses virtual dispatch auto has_initial_value = next(); ^~~~~~Configuration menu - View commit details
-
Copy full SHA for 33794a2 - Browse repository at this point
Copy the full SHA 33794a2View commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a06a6d - Browse repository at this point
Copy the full SHA 8a06a6dView commit details
Commits on Dec 16, 2021
-
Remove double-underscores in macros
Such identifiers are reserved by the C++ standard. Fixes part of #578.
Configuration menu - View commit details
-
Copy full SHA for e9e4117 - Browse repository at this point
Copy the full SHA e9e4117View commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 216713a - Browse repository at this point
Copy the full SHA 216713aView commit details
Loading
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 v2.13.7...v2.13.8