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 }}
olegcpp
/
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
CppUTestExt
on
master
User selector
All users
All time
Commit history
Commits on Sep 17, 2020
Address PR review comments
Steve Hill (Wireless)
committed
3c37d8a
View commit details
Copy full SHA for 3c37d8a
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Change approach from base class to derived class
Steve Hill (Wireless)
committed
dc4b50f
View commit details
Copy full SHA for dc4b50f
View code at this point
Browse repository at this point
Commits on May 8, 2020
Killed static objects
basvodde
committed
08a452e
View commit details
Copy full SHA for 08a452e
View code at this point
Browse repository at this point
Commits on May 6, 2020
Refactored SimpleString and used the size for deallocation of memory
basvodde
committed
7afd644
View commit details
Copy full SHA for 7afd644
View code at this point
Browse repository at this point
Commits on May 3, 2020
Changed a bunch of int to size_t. Hope for less warnings in future
basvodde
committed
d64a5d3
View commit details
Copy full SHA for d64a5d3
View code at this point
Browse repository at this point
More memory leaks in the Extensions. This should be the last... hopefully
basvodde
committed
d43b759
View commit details
Copy full SHA for d43b759
View code at this point
Browse repository at this point
Memory leak in plugin tests. Removed.
basvodde
committed
26b0397
View commit details
Copy full SHA for 26b0397
View code at this point
Browse repository at this point
Commits on May 2, 2020
Memory leaks in Ext tests
basvodde
committed
6552d73
View commit details
Copy full SHA for 6552d73
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Merge pull request #1276 from jacob-keller/jk-with-output-parameter
Show description for b8af1cc
basvodde
authored
b8af1cc
View commit details
Copy full SHA for b8af1cc
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Merge pull request #1253 from mattkelly/function-name-spellfix
Show description for e66aacf
basvodde
authored
e66aacf
View commit details
Copy full SHA for e66aacf
View code at this point
Browse repository at this point
Added new file to as many project files as possible
basvodde
committed
5969f21
View commit details
Copy full SHA for 5969f21
View code at this point
Browse repository at this point
Removed the GTest support function in a separate file. Can be used to bridge Cpputest space and GTest space
basvodde
committed
448b33c
View commit details
Copy full SHA for 448b33c
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
Added GTest.cpp to as many project files as I could find
basvodde
committed
6925f0d
View commit details
Copy full SHA for 6925f0d
View code at this point
Browse repository at this point
Fixed linux compilation of gtest support
basvodde
committed
fe256db
View commit details
Copy full SHA for fe256db
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Fix remaining missing class member function override specifiers
Xiche
committed
c05f75c
View commit details
Copy full SHA for c05f75c
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
add .withUnmodifiedOutputParameter to expected call
Show description for b790236
jacob-keller
committed
b790236
View commit details
Copy full SHA for b790236
View code at this point
Browse repository at this point
Commits on Nov 5, 2019
Fix typo: scopeFunctionName
mattkelly
committed
431f550
View commit details
Copy full SHA for 431f550
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Enable cmake buildtime discover tests for CppuUTest clients.
asgeroverby
committed
45e79cc
View commit details
Copy full SHA for 45e79cc
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Missing ';' added.
offa
committed
0d58b28
View commit details
Copy full SHA for 0d58b28
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
Add public headers as an exported properties of the library
Show description for 7342fac
avrahamshukron
committed
7342fac
View commit details
Copy full SHA for 7342fac
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Added double tolerance support to C-mock
Øyvind Rørtveit
committed
83658bb
View commit details
Copy full SHA for 83658bb
View code at this point
Browse repository at this point
Added support for setting tolerance when mock expects a double input parameter
Øyvind Rørtveit
committed
0128134
View commit details
Copy full SHA for 0128134
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Do not mark cpp source files as executable
Show description for 8adb4f4
rnestler
committed
8adb4f4
View commit details
Copy full SHA for 8adb4f4
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Merge pull request #1136 from jgonzalezdr/expected-calls-multimatch-8
Show description for 4e2d885
basvodde
authored
4e2d885
View commit details
Copy full SHA for 4e2d885
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
use correct longInt accessor in equality test
Show description for 33ac61d
jacob-keller
committed
33ac61d
View commit details
Copy full SHA for 33ac61d
View code at this point
Browse repository at this point
use correct accessor when returning long long int value
Show description for 0cedfc2
jacob-keller
committed
0cedfc2
View commit details
Copy full SHA for 0cedfc2
View code at this point
Browse repository at this point
use a consistent order for the comparisons of other integer types
Show description for 2ee5bda
jacob-keller
committed
2ee5bda
View commit details
Copy full SHA for 2ee5bda
View code at this point
Browse repository at this point
consistently typecast when converting sign of a value
Show description for 0faa126
jacob-keller
committed
0faa126
View commit details
Copy full SHA for 0faa126
View code at this point
Browse repository at this point
return 0 for the actual call traces
Show description for 684d528
jacob-keller
committed
684d528
View commit details
Copy full SHA for 684d528
View code at this point
Browse repository at this point
add support for long long integers as native types
Show description for 6e90b18
jacob-keller
committed
6e90b18
View commit details
Copy full SHA for 6e90b18
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
CMakeLists: use standard install directory variables
Show description for ecfc1f2
bkylerussell
committed
ecfc1f2
View commit details
Copy full SHA for ecfc1f2
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
add positive checks and fix typecasts for integer comparisons
Show description for b2c5cca
jacob-keller
committed
b2c5cca
View commit details
Copy full SHA for b2c5cca
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
Merge branch 'master' into optionalObjects
Jesús González
committed
566f166
View commit details
Copy full SHA for 566f166
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Removed const casts which became unnecessary after #1141.
Jesus Gonzalez
committed
87a6909
View commit details
Copy full SHA for 87a6909
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.