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 }}
ptBuildBot
/
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
CppUTest
MemoryLeakWarningPlugin.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 23, 2018
Fix all the warnings detected by clang 5.0.0 in C++11 mode
Jesus Gonzalez
committed
07233f9
View commit details
Copy full SHA for 07233f9
View code at this point
Browse repository at this point
Fix all the warnings detected by clang 5.0.0
Jesus Gonzalez
committed
f49abff
View commit details
Copy full SHA for f49abff
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Add nothrow delete operator variant overload.
Show description for 949b4d6
Xiche
committed
949b4d6
View commit details
Copy full SHA for 949b4d6
View code at this point
Browse repository at this point
Commits on May 24, 2016
Included operator delete with size for new gcc
basvodde
committed
54d8bee
View commit details
Copy full SHA for 54d8bee
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
Cover all different variations of operator new overloads
Arnd R. Strube
committed
d791e9a
View commit details
Copy full SHA for d791e9a
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
ScopedMutexLock: change #define to RIAA
sonofusion82
committed
b843c6a
View commit details
Copy full SHA for b843c6a
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
add threadsafe mem_leak_operator overload functions and
Show description for 3acf9f6
sonofusion82
committed
3acf9f6
View commit details
Copy full SHA for 3acf9f6
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Replaces tabs with spaces
basvodde
committed
c0e9667
View commit details
Copy full SHA for c0e9667
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
Missed the #ifdef needed
basvodde
committed
86d6b74
View commit details
Copy full SHA for 86d6b74
View code at this point
Browse repository at this point
Made sure that the global detector doesn't turn on the memory leak detector when it was off
basvodde
committed
d69db9c
View commit details
Copy full SHA for d69db9c
View code at this point
Browse repository at this point
Commits on May 7, 2014
Fix the line endings
basvodde
committed
e674cfe
View commit details
Copy full SHA for e674cfe
View code at this point
Browse repository at this point
Commits on Sep 12, 2013
void operator delete was trying to return something. It caused problem in VC6
jwgrenning
committed
55a0e84
View commit details
Copy full SHA for 55a0e84
View code at this point
Browse repository at this point
Commits on Aug 10, 2013
Introduced TestTerminators for determining how a test terminates
basvodde
committed
33c6b6e
View commit details
Copy full SHA for 33c6b6e
View code at this point
Browse repository at this point
Commits on Jul 5, 2013
Fixed the build due to not declaring a function
basvodde
committed
57d01f6
View commit details
Copy full SHA for 57d01f6
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Resolved three warnings on the cl2000 compiler
basvodde
committed
cc0886e
View commit details
Copy full SHA for cc0886e
View code at this point
Browse repository at this point
Commits on Jun 15, 2013
Used the new NOTHROW macro
basvodde
committed
484c9fd
View commit details
Copy full SHA for 484c9fd
View code at this point
Browse repository at this point
Use the UT_THROW macro instead of a bare throw. An attempt to get g++4.7 with stdC++11 to work
basvodde
committed
ad0f5f5
View commit details
Copy full SHA for ad0f5f5
View code at this point
Browse repository at this point
Commits on Mar 31, 2013
Provided the missing operator delete related to github issue 73
basvodde
committed
e4a48e9
View commit details
Copy full SHA for e4a48e9
View code at this point
Browse repository at this point
Commits on Dec 23, 2012
Removed clang warnign about missing empty throw for delete
basvodde
committed
dca9714
View commit details
Copy full SHA for dca9714
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Another try to resolve issue37 by better combining malloc and new/delete for memory leak detection
basvodde
committed
2be5b2e
View commit details
Copy full SHA for 2be5b2e
View code at this point
Browse repository at this point
Refactored out the actual memory leak call to MemoryLeakWarningPlugin where we can enable and disable it better
basvodde
committed
3dfea9e
View commit details
Copy full SHA for 3dfea9e
View code at this point
Browse repository at this point
Commits on Aug 2, 2012
Fixed some incorrect signatures
basvodde
committed
8bc18c9
View commit details
Copy full SHA for 8bc18c9
View code at this point
Browse repository at this point
Commits on Jul 8, 2012
Added nothrow overload for operator new. Similar to a patch proposed by Romain Picard
basvodde
committed
2c9c1c0
View commit details
Copy full SHA for 2c9c1c0
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Not throw exceptions from the delete operator as that causes std::terminate to be called
basvodde
committed
9b12e4f
View commit details
Copy full SHA for 9b12e4f
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Show description for 4ec5dc3
basvodde
committed
4ec5dc3
View commit details
Copy full SHA for 4ec5dc3
View code at this point
Browse repository at this point
Commits on Nov 22, 2011
Show description for fca003d
basvodde
committed
fca003d
View commit details
Copy full SHA for fca003d
View code at this point
Browse repository at this point
Commits on Oct 1, 2011
Show description for e0513f7
basvodde
committed
e0513f7
View commit details
Copy full SHA for e0513f7
View code at this point
Browse repository at this point
Show description for d3fb93e
basvodde
committed
d3fb93e
View commit details
Copy full SHA for d3fb93e
View code at this point
Browse repository at this point
Commits on Apr 1, 2011
Show description for a7c1997
basvodde
committed
a7c1997
View commit details
Copy full SHA for a7c1997
View code at this point
Browse repository at this point
Commits on Jul 20, 2010
renamed Failure to TestFailure due to conflict with production code Failure enum
jwgrenning
committed
40b391b
View commit details
Copy full SHA for 40b391b
View code at this point
Browse repository at this point
Commits on Jun 8, 2010
Show description for ad1c0e4
basvodde
committed
ad1c0e4
View commit details
Copy full SHA for ad1c0e4
View code at this point
Browse repository at this point
Commits on Jun 7, 2010
Show description for 76c3b67
basvodde
committed
76c3b67
View commit details
Copy full SHA for 76c3b67
View code at this point
Browse repository at this point
Commits on May 28, 2010
Show description for a619120
basvodde
committed
a619120
View commit details
Copy full SHA for a619120
View code at this point
Browse repository at this point
Show description for 10e23c6
basvodde
committed
10e23c6
View commit details
Copy full SHA for 10e23c6
View code at this point
Browse repository at this point
Commits on May 26, 2010
Show description for c82a9db
basvodde
committed
c82a9db
View commit details
Copy full SHA for c82a9db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.