FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testplatform.cpp - cppcheck-opensource/cppcheck · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testplatform.cpp
on
2.16.x
User selector
Datepicker
Commit history
Commits on Aug 17, 2024
mitigated most `bugprone-unused-return-value` clang-tidy warnings in test code when we enable it for *all* functions (#6673)
Show description for d89e241
firewave
authored
d89e241
View commit details
Copy full SHA for d89e241
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
improved handling/testing of XMLs without a a root node / added some TODOs (#6086)
Show description for 260ae3c
firewave
authored
260ae3c
View commit details
Copy full SHA for 260ae3c
View code at this point
Browse repository at this point
Commits on Nov 26, 2023
added `xml.h` wrapper for TinyXML2 / cleaned up suppressions of Clang compiler warnings (#5700)
firewave
authored
f246178
View commit details
Copy full SHA for f246178
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
fixed some "Variable can be made constexpr" Rider warnings (#5615)
firewave
authored
63e00ea
View commit details
Copy full SHA for 63e00ea
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
extracted `FileSettings` from `ImportProject` to `filesettings.h` (#5604)
firewave
authored
e6d15b1
View commit details
Copy full SHA for e6d15b1
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
refs #11928 / refs #10045 / fixes #11794 - generate `limits.h`/`climits` defines from platform (#5414)
firewave
authored
3103736
View commit details
Copy full SHA for 3103736
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gui/platforms.h: renamed `Platform` to `PlatformData` / Platform: removed unnecessary `cppcheck` namespace (#5545)
firewave
authored
ebb877a
View commit details
Copy full SHA for ebb877a
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
fixed #11917 (Default to `native` platform in Windows builds) (#5428)
firewave
authored
64cd09a
View commit details
Copy full SHA for 64cd09a
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791)
firewave
authored
5af6ca6
View commit details
Copy full SHA for 5af6ca6
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
improved library loading in tests (#4806)
firewave
authored
3ec4da0
View commit details
Copy full SHA for 3ec4da0
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
Fix #11559 FN functionConst (#4795)
chrchr-github
authored
92b4225
View commit details
Copy full SHA for 92b4225
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
improved setting of platform in tests / also improved platform tests (#4787)
Show description for 132a5a3
firewave
authored
132a5a3
View commit details
Copy full SHA for 132a5a3
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
deprecate non-`native` platform being used by default in Windows builds (#4734)
Show description for f16ffd8
firewave
authored
f16ffd8
View commit details
Copy full SHA for f16ffd8
View code at this point
Browse repository at this point
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
Fix #11182 checkLibraryFunction with overloaded method / #11198 inconsistent reporting of checkLibraryNoReturn (#4740)
chrchr-github
authored
3ccc0ad
View commit details
Copy full SHA for 3ccc0ad
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Implemented error handling in cppcheck::Platform::loadFromXmlDocument(), enabled related unit test (#8409) (#4181)
PKEuS
authored
44097b5
View commit details
Copy full SHA for 44097b5
View code at this point
Browse repository at this point
Commits on May 21, 2022
Update copyright year
danmar
committed
1f6554e
View commit details
Copy full SHA for 1f6554e
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
enabled functionConst and functionStatic in selfcheck (#3862)
Show description for 4a63af0
firewave
authored
4a63af0
View commit details
Copy full SHA for 4a63af0
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
removed OVERRIDE and FINAL defines and use the keywords directly (#3767)
firewave
authored
f32583e
View commit details
Copy full SHA for f32583e
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
Update copyright year
danmar
committed
08f9de9
View commit details
Copy full SHA for 08f9de9
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Format with uncrustify (#3388)
pfultz2
authored
7f358b2
View commit details
Copy full SHA for 7f358b2
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 Apr 13, 2020
cleaned up includes based on include-what-you-use (#2600)
Show description for 2c1e36e
firewave
authored
2c1e36e
View commit details
Copy full SHA for 2c1e36e
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 Jan 12, 2019
Use OVERRIDE in test
danmar
committed
8dd641b
View commit details
Copy full SHA for 8dd641b
View code at this point
Browse repository at this point
Commits on May 15, 2018
Fix override warnings. (#1234)
IOBYTE
authored and
danmar
committed
ce50df8
View commit details
Copy full SHA for ce50df8
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
testrunner: Add testplatform to verify platform loading (#1176)
versat
authored
3b68c91
View commit details
Copy full SHA for 3b68c91
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL