Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
/
Sign in
Sign up
Appearance settings
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 }}
Inylle
/
cpputest
Public
forked from
cpputest/cpputest
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpputest
src
on
master
User selector
All users
All time
Commit history
Commits on Aug 13, 2023
support very verbose in CompositeTestOutput
viordash
committed
c20648e
View commit details
Copy full SHA for c20648e
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
Merge pull request #1716 from CiderMan/support-crashing-mode-in-mem-leak-checker
Show description for c02ec75
basvodde
authored
c02ec75
View commit details
Copy full SHA for c02ec75
View code at this point
Browse repository at this point
Use the current Test Terminator rather than the hard coded version
Steve Hill (Wireless)
committed
5d76cbe
View commit details
Copy full SHA for 5d76cbe
View code at this point
Browse repository at this point
Merge pull request #1655 from thetic/disconfuse
Show description for 374fe99
basvodde
authored
374fe99
View commit details
Copy full SHA for 374fe99
View code at this point
Browse repository at this point
Remove backticks
Show description for 5aa746e
thetic
committed
5aa746e
View commit details
Copy full SHA for 5aa746e
View code at this point
Browse repository at this point
Drop confusing *LibName variables
Show description for 07224df
thetic
committed
07224df
View commit details
Copy full SHA for 07224df
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Merge branch 'master' into extend-crashing-to-c-interface
Steve Hill (Wireless)
committed
63a058d
View commit details
Copy full SHA for 63a058d
View code at this point
Browse repository at this point
Resolve windows platform warnings
thetic
committed
d9a2728
View commit details
Copy full SHA for d9a2728
View code at this point
Browse repository at this point
Mark exception as unused (necessary if compiled without RTTI)
offa
authored and
thetic
committed
ded6838
View commit details
Copy full SHA for ded6838
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
Correct pthreads dependency
thetic
committed
1ed74e3
View commit details
Copy full SHA for 1ed74e3
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Resolve clang-tidy warning
thetic
committed
0ab65c6
View commit details
Copy full SHA for 0ab65c6
View code at this point
Browse repository at this point
Resolve clang-tidy bugprone warnings
Show description for c0b99c4
thetic
committed
c0b99c4
View commit details
Copy full SHA for c0b99c4
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
Wrap std::bad_alloc
thetic
committed
0f701b9
View commit details
Copy full SHA for 0f701b9
View code at this point
Browse repository at this point
Decouple C++ standard library and exception support
Show description for dc30de2
thetic
committed
dc30de2
View commit details
Copy full SHA for dc30de2
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Wrap abort
thetic
committed
9c9d72e
View commit details
Copy full SHA for 9c9d72e
View code at this point
Browse repository at this point
Call abort instead of invoking undefined behavior
thetic
committed
094df52
View commit details
Copy full SHA for 094df52
View code at this point
Browse repository at this point
Test use without RTTI
thetic
committed
4fce2e9
View commit details
Copy full SHA for 4fce2e9
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Refactored RTTI feature detection and moved it to the config header.
dmitrykos
committed
74b2af8
View commit details
Copy full SHA for 74b2af8
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Fixed compilation when exceptions are enabled but RTTI not.
dmitrykos
committed
57aac8e
View commit details
Copy full SHA for 57aac8e
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Make leak detection work with CMake
thetic
committed
891fc91
View commit details
Copy full SHA for 891fc91
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Merge pull request #1662 from dmitrykos/redirect_platform_specific_stdout
Show description for a7eb835
basvodde
authored
a7eb835
View commit details
Copy full SHA for a7eb835
View code at this point
Browse repository at this point
Merge pull request #1654 from thetic/presets
Show description for 4ed0184
basvodde
authored
4ed0184
View commit details
Copy full SHA for 4ed0184
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Resolve GCC warnings
thetic
committed
ccae5be
View commit details
Copy full SHA for ccae5be
View code at this point
Browse repository at this point
Allow redirection of PlatformSpecificStdOut.
dmitrykos
committed
46b3384
View commit details
Copy full SHA for 46b3384
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
Reconcile C and C++ long long dummy typedefs
Show description for bc829cc
thetic
committed
bc829cc
View commit details
Copy full SHA for bc829cc
View code at this point
Browse repository at this point
Use #if CPPUTEST_USE_LONG_LONG
thetic
committed
1ee7b00
View commit details
Copy full SHA for 1ee7b00
View code at this point
Browse repository at this point
Organize src/test
thetic
committed
87eee6c
View commit details
Copy full SHA for 87eee6c
View code at this point
Browse repository at this point
Scope MinGW workarounds
thetic
committed
597c2b9
View commit details
Copy full SHA for 597c2b9
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
Create CPPUTEST_PLATFORM cache variable
thetic
committed
6881162
View commit details
Copy full SHA for 6881162
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Remove `CPPUTEST_LIBNAME_POSTFIX_DEBUG`
Show description for 14a033c
thetic
committed
14a033c
View commit details
Copy full SHA for 14a033c
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
Merge pull request #1632 from thetic/dot-matrix
Show description for c18f0c0
basvodde
authored
c18f0c0
View commit details
Copy full SHA for c18f0c0
View code at this point
Browse repository at this point
Use secure lib wherever available
thetic
committed
9507eef
View commit details
Copy full SHA for 9507eef
View code at this point
Browse repository at this point
Restore C2000 output buffer
Show description for ec86e3a
thetic
committed
ec86e3a
View commit details
Copy full SHA for ec86e3a
View code at this point
Browse repository at this point
Drop putchar
thetic
committed
80d807c
View commit details
Copy full SHA for 80d807c
View code at this point
Browse repository at this point
Use fputs over putchar
Show description for faf3d1c
thetic
committed
faf3d1c
View commit details
Copy full SHA for faf3d1c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.