Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
catchorg
/
Catch2
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.2k
Star
20.3k
Code
Issues
390
Pull requests
40
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
devel
User selector
All users
All time
Commit History
Commits on Mar 30, 2026
fix: add missing backslash in macro definition
Joseph-Edwards
authored and
horenmar
committed
2ec64d1
Copy full SHA for 2ec64d1
Commits on Mar 11, 2026
Merge pull request #3078 from e-kwsm/cstdint
Show description for ccc49ba
horenmar
authored
ccc49ba
Copy full SHA for ccc49ba
Commits on Mar 8, 2026
fix: add missed <cstdint> inclusion
e-kwsm
committed
6f03624
Copy full SHA for 6f03624
Commits on Feb 18, 2026
Update bazel_skylib and rules_cc dependencies
Vertexwahn
authored and
horenmar
committed
50e9dbf
Copy full SHA for 50e9dbf
Commits on Feb 16, 2026
Add quiet verbosity variant to the default listener and tag listing
horenmar
committed
a404f37
Copy full SHA for a404f37
Commits on Feb 15, 2026
v3.13.0
horenmar
committed
29c9844
Copy full SHA for 29c9844
More tests for MapGenerator
horenmar
committed
56024c0
Copy full SHA for 56024c0
Efficient skipToNthElementImpl for Take and Map generators
horenmar
committed
edfed6c
Copy full SHA for edfed6c
Expose skipToNthElement in the GeneratorWrapper
horenmar
committed
75bfcc3
Copy full SHA for 75bfcc3
MapGenerator only calls mapping function if the result is used
Show description for 056e4fe
horenmar
committed
056e4fe
Copy full SHA for 056e4fe
Support filtering on both sections and generators (#3069)
Show description for 3a0cf7e
horenmar
authored
3a0cf7e
Copy full SHA for 3a0cf7e
Commits on Feb 13, 2026
Improve test for --warn InfiniteGenerators
horenmar
committed
b6c7b21
Copy full SHA for b6c7b21
Simplify IGeneratorTracker
Show description for 045ac7a
horenmar
committed
045ac7a
Copy full SHA for 045ac7a
Check for infinite generators before we construct generator's tracker
horenmar
committed
72671fd
Copy full SHA for 72671fd
Fix formatting in catch_commandline.cpp
horenmar
committed
120827d
Copy full SHA for 120827d
Commits on Feb 10, 2026
Add --warn InfiniteGenerators
horenmar
committed
daadf42
Copy full SHA for daadf42
Allow generators to declare themselves (infinite)
Show description for d079ee1
horenmar
committed
d079ee1
Copy full SHA for d079ee1
Commits on Feb 9, 2026
Remove Tuple sponsorship banner - sponsorship has ended
horenmar
committed
0056cd4
Copy full SHA for 0056cd4
Commits on Jan 19, 2026
🐛 Clang on Windows will define _MSC_VER and trip up these checks -- make it actually Visual C++-specific
ThePhD
authored and
horenmar
committed
de7e863
Copy full SHA for de7e863
Commits on Jan 12, 2026
Add efficient skip forward to Values, Map and Take generators
horenmar
committed
024aec9
Copy full SHA for 024aec9
Add option to skip forward to the generator interface
horenmar
committed
9eca713
Copy full SHA for 9eca713
Add Concat generator for combining multiple generators
horenmar
committed
44c597f
Copy full SHA for 44c597f
Remove unused m_used_up member in the ChunkGenerator
horenmar
committed
6aedc79
Copy full SHA for 6aedc79
Fix _NullFile for MinGW
dragon-archer
authored and
horenmar
committed
fcbf006
Copy full SHA for fcbf006
Commits on Jan 11, 2026
Add UNSCOPED_CAPTURE
Show description for 2580ead
horenmar
committed
2580ead
Copy full SHA for 2580ead
Commits on Jan 6, 2026
Rename DEPRECATED -> CATCH_DEPRECATED
Show description for b59f4f3
horenmar
committed
b59f4f3
Copy full SHA for b59f4f3
Commits on Jan 3, 2026
chore: fix some typos in comments (#3048)
Show description for cd4fc88
bigmoonbit
and
horenmar
authored
cd4fc88
Copy full SHA for cd4fc88
Add ASan and TSan builds on Mac
horenmar
committed
a50ac2f
Copy full SHA for a50ac2f
Add OUTPUT_ON_FAILURE and NO_TESTS_ACTIONS=error to CTest GHA actions
horenmar
committed
b81ef2a
Copy full SHA for b81ef2a
Fix Wweak-vtables in benchmarks/assertion_listener.cpp
horenmar
committed
ec4dcbf
Copy full SHA for ec4dcbf
Commits on Jan 2, 2026
Add validation for --benchmark-samples to prevent crash with zero value (#3056)
Show description for b66b893
qerased
and
Chan Aung
authored
b66b893
Copy full SHA for b66b893
Commits on Jan 1, 2026
Suppress static analysis warning 26426 for Windows/MSVC builds (#3057)
Show description for b7e31c9
OliverBeeckAVM
and
horenmar
authored
b7e31c9
Copy full SHA for b7e31c9
Commits on Dec 28, 2025
v3.12.0
horenmar
committed
88abf9b
Copy full SHA for 88abf9b
Thread safety in assertions is no longer experimental
horenmar
committed
970ec14
Copy full SHA for 970ec14
Commits on Dec 26, 2025
Fix lifetime issues when using UNSCOPED_X message macros
Show description for eb3811c
horenmar
committed
eb3811c
Copy full SHA for eb3811c
Pagination
Previous
Next
You can’t perform that action at this time.