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 }}
chmodawk
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
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
cppcheck
lib
mathlib.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 1, 2020
mathlib: Refactor to use enum class (#2872)
rikardfalkeborn
authored
bd4dc36
View commit details
Copy full SHA for bd4dc36
View code at this point
Browse repository at this point
Commits on May 23, 2020
made check.h less heavy (#2633)
firewave
authored
37bc048
View commit details
Copy full SHA for 37bc048
View code at this point
Browse repository at this point
Commits on May 10, 2020
Update copyright year
danmar
committed
08ddd84
View commit details
Copy full SHA for 08ddd84
View code at this point
Browse repository at this point
Revert "Update copyright year"
Show description for 3e02182
danmar
committed
3e02182
View commit details
Copy full SHA for 3e02182
View code at this point
Browse repository at this point
Update copyright year
danmar
committed
6eec6c4
View commit details
Copy full SHA for 6eec6c4
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
Bugfix valuetype for some integer constants (#2545)
rikardfalkeborn
authored
f6e7fb4
View commit details
Copy full SHA for f6e7fb4
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Fix redundant FP assignment with unsigned zero (#2521)
Show description for b1c6f29
rikardfalkeborn
authored
b1c6f29
View commit details
Copy full SHA for b1c6f29
View code at this point
Browse repository at this point
Commits on Feb 2, 2020
Bugfix Mathlib::isNullValue for hexadecimal numbers (#2517)
rikardfalkeborn
authored
bbfd10a
View commit details
Copy full SHA for bbfd10a
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
Mathlib: Fix value of suffixed binary integer literal (#2487)
rikardfalkeborn
authored and
danmar
committed
c6e74f4
View commit details
Copy full SHA for c6e74f4
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Check for JSON error when parsing addon .json files + fixes (#2374)
Show description for c990d10
versat
authored
c990d10
View commit details
Copy full SHA for c990d10
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
Keep prefix in string and char literals (#2272)
Show description for 2973609
rikardfalkeborn
authored and
danmar
committed
2973609
View commit details
Copy full SHA for 2973609
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
use range loops / constness (#2181)
Show description for de9f489
firewave
authored and
amai2012
committed
de9f489
View commit details
Copy full SHA for de9f489
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Modernize: use enum class
danmar
committed
ec4d68e
View commit details
Copy full SHA for ec4d68e
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Correct Zero/Null as pointer constant (#1938)
Show description for a195477
scottfurry
authored and
danmar
committed
a195477
View commit details
Copy full SHA for a195477
View code at this point
Browse repository at this point
Commits on May 28, 2019
Running astyle [ci skip]
orbitcowboy
committed
f54c60c
View commit details
Copy full SHA for f54c60c
View code at this point
Browse repository at this point
Commits on May 26, 2019
MathLib: Removed condition that is evaluates always to 'false'.
orbitcowboy
committed
b3c3ecf
View commit details
Copy full SHA for b3c3ecf
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Update copyright year
danmar
committed
bd7790f
View commit details
Copy full SHA for bd7790f
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
Correct detection of Microsoft extensions in MathLib::isValidIntegerSuffix. Remove public overloaded implementation which was not used outside mathlib.cpp. (#1531)
amai2012
authored
19e9793
View commit details
Copy full SHA for 19e9793
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Address compiler warning
amai2012
committed
378ffed
View commit details
Copy full SHA for 378ffed
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
Refactor methods for identification of numeric literals. (#1514)
amai2012
authored
6924522
View commit details
Copy full SHA for 6924522
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Implement hexadecimal float conversion in MathLib::toDoubleNumber ind… (#1506)
Show description for a68086c
amai2012
authored
a68086c
View commit details
Copy full SHA for a68086c
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
Revert "#6514 Try to support hexadecimal floating numbers in MathLib::toDoubleNumber"
Show description for 2c803a1
danmar
committed
2c803a1
View commit details
Copy full SHA for 2c803a1
View code at this point
Browse repository at this point
Revert "Add missing include"
Show description for 3fadefe
danmar
committed
3fadefe
View commit details
Copy full SHA for 3fadefe
View code at this point
Browse repository at this point
Add missing include
amai2012
committed
a2b6eaf
View commit details
Copy full SHA for a2b6eaf
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
#6514 Try to support hexadecimal floating numbers in MathLib::toDoubleNumber
amai2012
committed
a73decf
View commit details
Copy full SHA for a73decf
View code at this point
Browse repository at this point
Commits on Jun 17, 2018
Rename private member variables
danmar
committed
aa17b1f
View commit details
Copy full SHA for aa17b1f
View code at this point
Browse repository at this point
Commits on May 29, 2018
Improved const correcntess of local variables.
orbitcowboy
committed
33777c5
View commit details
Copy full SHA for 33777c5
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
Improve constness
jrp2014
authored and
danmar
committed
b6504c7
View commit details
Copy full SHA for b6504c7
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
Updated copyright year
danmar
committed
7e4dba6
View commit details
Copy full SHA for 7e4dba6
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
gcc 4.5 compatibility
danmar
committed
95ccd94
View commit details
Copy full SHA for 95ccd94
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Updated copyright year
danmar
committed
c4caee6
View commit details
Copy full SHA for c4caee6
View code at this point
Browse repository at this point
Commits on Oct 21, 2017
Add an ability to use address sanitizer (#979)
mathbunnyru
authored and
danmar
committed
64e61d2
View commit details
Copy full SHA for 64e61d2
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
Fix compiler errors
danmar
committed
819862d
View commit details
Copy full SHA for 819862d
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
#8243: Changed order of includes. Moved mathlib include at first place.
orbitcowboy
committed
db78736
View commit details
Copy full SHA for db78736
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Use nullptr instead of 0 or NULL (#936)
mathbunnyru
authored and
danmar
committed
b8cd7db
View commit details
Copy full SHA for b8cd7db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.