Ayaz Salikhov
|
28aa939d69
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
Lauri Nurmi
|
996c9244d8
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
Daniel Marjamäki
|
0f9d90d2be
|
Changed Copyrights. Removed my name.
|
2015-11-18 20:04:50 +01:00 |
Daniel Marjamäki
|
ff11ba9847
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
Daniel Marjamäki
|
051d42ae6b
|
astyle formatting
|
2014-11-20 14:20:09 +01:00 |
orbitcowboy
|
f5d804f71a
|
running astyle
|
2014-11-20 10:13:03 +01:00 |
PKEuS
|
c078b3fced
|
Added testing of samples/ to testrunner (#3515).
|
2014-03-28 13:06:38 +01:00 |
Matthias Krüger
|
a9df4a3288
|
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
|
2014-03-03 11:03:17 +01:00 |
Edoardo Prezioso
|
4ddcde1e6f
|
CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer.
|
2012-10-19 14:19:52 +02:00 |
PKEuS
|
a971e1530b
|
Refactorizations in test suite:
- Removed another custom stringify implementation (testtoken.cpp)
- Removed unnecessary forward declaration (testsuite.h)
- Use std::ostringstream instead of std::stringstream (redirect.h)
|
2012-04-17 12:57:16 +02:00 |
PKEuS
|
4b52df675a
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
Reijo Tomperi
|
da09adc583
|
Fix #3510 (Improve error message for --suppressions-list)
http://sourceforge.net/apps/trac/cppcheck/ticket/3510
Print additional info to error message if we suspect that multiple files were given.
|
2012-01-12 22:21:51 +02:00 |
Daniel Marjamäki
|
6f8e42a5af
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
Pete Johns
|
a801d3162e
|
Added Doxygen commenting, per kimmov's request.
Of course test/ is not covered currently by the settings in doxyfile.
|
2010-09-26 19:15:14 +10:00 |
Pete Johns
|
10396911ca
|
Renamed RedirectInputOutput -> RedirectOutputError
This class does not redirect input.
|
2010-09-26 13:22:11 +10:00 |
Pete Johns
|
77089293c6
|
Extracted Error and Output redirection.
Making reuse possible.
|
2010-09-26 13:19:30 +10:00 |