| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 22:30:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090919120227
location: https://web.archive.org/web/20090919120227/https://github.com/feeds/danmar/commits/cppcheck/master
server-timing: captures_list;dur=0.764611, exclusion.robots;dur=0.062951, exclusion.robots.policy;dur=0.051577, esindex;dur=0.011222, cdx.remote;dur=6.006069, LoadShardBlock;dur=212.741948, PetaboxLoader3.datanode;dur=67.048809, PetaboxLoader3.resolve;dur=45.953024
x-app-server: wwwb-app213-dc8
x-ts: 302
x-tr: 314
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 23 Dec 2025 22:30:33 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 6555
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Sat, 19 Sep 2009 12:02:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "1cb78b5963d5bd2b1d92063a4fc766af"
x-archive-orig-x-runtime: 184ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 6555
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 19 Sep 2009 12:02:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090919073406_crawl100.gpg-c/52_11_20090919120133_crawl101.arc.gz
server-timing: captures_list;dur=0.678600, exclusion.robots;dur=0.022749, exclusion.robots.policy;dur=0.010145, esindex;dur=0.012774, cdx.remote;dur=5.845652, LoadShardBlock;dur=148.301057, PetaboxLoader3.datanode;dur=111.087578, PetaboxLoader3.resolve;dur=79.006989, load_resource;dur=87.655107
x-app-server: wwwb-app213-dc8
x-ts: 200
x-tr: 280
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/feeds/danmar/commits/cppcheck/master
Recent Commits to cppcheck:master
2009-09-19T04:21:50-07:00
tag:github.com,2008:Grit::Commit/661e4504cba93784d62f8acc50cd3bd5fa0a92ba
astyle fix
2009-09-19T04:21:50-07:00
<pre>m test/testmemleak.cpp
m test/testtokenize.cpp
astyle fix</pre>
Reijo Tomperi
tag:github.com,2008:Grit::Commit/7f2ca357b01cb63128520b85fa40f1ad07514bc8
Fixed #673 (False positive: null pointer dereference when dynamic cast is used)
2009-09-19T01:54:10-07:00
<pre>m src/checkother.h
m src/tokenize.cpp
m test/testother.cpp
Fixed #673 (False positive: null pointer dereference when dynamic cast is used)</pre>
Daniel Marjamäki
tag:github.com,2008:Grit::Commit/4c30ab0b88d7ca48429d92e23c59e06b82187857
Token::stringifyList(): removed const modifier from parameter.
2009-09-19T00:16:01-07:00
<pre>m src/token.cpp
m src/token.h
Token::stringifyList(): removed const modifier from parameter.
const useless in this case because argument passed by value.
No functional change.</pre>
Slava Semushin
tag:github.com,2008:Grit::Commit/7a07f9343f878caecf54f2a20a957b144145c28e
test/testtokenize.cpp: refactoring code.
2009-09-18T23:55:41-07:00
<pre>m test/testtokenize.cpp
test/testtokenize.cpp: refactoring code.
- introduce and use simplifyKnownVariables() function
- don't append leading space to result string with tokens
No functional change.</pre>
Slava Semushin
tag:github.com,2008:Grit::Commit/5ab6c6cf80eb9882fa435aff35baa46bc00aca62
Preprocessor: document that removeComments() may throws exception.
2009-09-18T23:30:54-07:00
<pre>m src/preprocessor.h
Preprocessor: document that removeComments() may throws exception.
No code change.</pre>
Slava Semushin
tag:github.com,2008:Grit::Commit/8f96c1992a4db40594508b92105027f28c06084b
Fixed #688 (False positive in error category when --all is used)
2009-09-18T23:23:10-07:00
<pre>m src/checkmemoryleak.cpp
m src/checkmemoryleak.h
m test/testmemleak.cpp
Fixed #688 (False positive in error category when --all is used)</pre>
Daniel Marjamäki
tag:github.com,2008:Grit::Commit/1c1ffa63f39ca66a7f0fcc381ac1ef0bb8686f35
Fixed ticket#687.
2009-09-18T11:56:31-07:00
<pre>m gui/checkthread.cpp
Fixed ticket#687.
Thread state is now initialized to "Ready".</pre>
Vesa Pikki
tag:github.com,2008:Grit::Commit/14c45c2118b93173b4a5e2871d410fb524851a57
Preprocessor: Skip BOM
2009-09-18T10:42:06-07:00
<pre>m src/preprocessor.cpp
Preprocessor: Skip BOM</pre>
Daniel Marjamäki
tag:github.com,2008:Grit::Commit/e4291a59667f681f24c2f6725e08fd952a34ee4b
Fixed #676 (The scope of variable can actually not be limited)
2009-09-17T12:05:12-07:00
<pre>m src/checkother.cpp
m test/testother.cpp
Fixed #676 (The scope of variable can actually not be limited)</pre>
Daniel Marjamäki
tag:github.com,2008:Grit::Commit/1dc738b1ae5bebf4f954fe99dc7ddcfb4c8523ce
Fixed #677 (False positive: Unused private function produced by class member initialization)
2009-09-16T14:04:13-07:00
<pre>m src/checkclass.cpp
m test/testunusedprivfunc.cpp
Fixed #677 (False positive: Unused private function produced by class member initialization)</pre>
Daniel Marjamäki