Matthias Krüger
|
d3093a6ca5
|
reduce: fix build
|
2016-01-03 17:29:40 +01:00 |
Lauri Nurmi
|
996c9244d8
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
Alexander Mai
|
f762affea0
|
Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart'
|
2015-11-30 22:13:49 +01:00 |
Daniel Marjamäki
|
0f9d90d2be
|
Changed Copyrights. Removed my name.
|
2015-11-18 20:04:50 +01:00 |
Matthias Krüger
|
f714f38089
|
reduce: fix cppcheck style remark about CppcheckExecutor not being explicit.
[tools/reduce.cpp:47]: (style) Class 'CppcheckExecutor' has a constructor with 1 argument that is not explicit.
|
2015-04-07 01:58:10 +02: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 |
Daniel Marjamäki
|
fbf09f11a0
|
reduce: simplify multiline #define statements
|
2014-08-01 13:35:31 +02:00 |
Daniel Marjamäki
|
3d8ac3d0a1
|
astyle formatting
[ci skip]
|
2014-07-30 17:53:41 +02:00 |
Daniel Marjamäki
|
1144384242
|
reduce: simplify multiline function declarations better
|
2014-07-30 17:43:24 +02:00 |
Alexander Mai
|
fc592673a1
|
Fix gcc compiler warning by adding #ifdef GDB_HELPERS
|
2014-05-15 21:02:08 +02:00 |
Alexander Mai
|
0b26a1f27a
|
Fix compiler warnings
|
2014-04-27 18:56:54 +02:00 |
Daniel Marjamäki
|
fd3a8a2a18
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
Daniel Marjamäki
|
3f1e074846
|
reduce: Fixed compiler error (MathLib::longToString() doesnt exist)
|
2013-10-06 19:07:47 +02:00 |
Robert Reif
|
bf8a786265
|
reduce: add more settings from cppcheck cli
|
2013-08-19 06:06:53 +02:00 |
Daniel Marjamäki
|
982f63d58e
|
reduce: update #include order
|
2013-08-18 18:19:24 +02:00 |
Robert Reif
|
784a8a1fcb
|
reduce: refactorings
|
2013-08-18 18:15:46 +02:00 |
Daniel Marjamäki
|
6a369f0841
|
astyle formatting
|
2013-08-18 09:01:26 +02:00 |
Robert Reif
|
865ff82425
|
reduce: add -D
|
2013-08-18 07:24:30 +02:00 |
Daniel Marjamäki
|
99cb04306d
|
reduce: allow -I command flag to specify include paths
|
2013-08-17 19:46:56 +02:00 |
Daniel Marjamäki
|
0a88a136ca
|
Reduce: Added --cfg command
|
2013-01-27 03:20:24 +01:00 |
Daniel Marjamäki
|
89b54cb2c9
|
reduce: reduce structs/enums/etc better
|
2013-01-20 09:05:50 +01:00 |
Daniel Marjamäki
|
d87d54339d
|
reduce: fix output
|
2013-01-17 21:02:52 +01:00 |
Thomas Jarosch
|
fdcfbd5ff9
|
Add missing copyright header
|
2013-01-10 11:10:45 +01:00 |
Daniel Marjamäki
|
9ecc74e845
|
tools/reduce: change default timeout to 5 minutes no matter if --hang is used or not.
|
2013-01-08 07:10:14 +01:00 |
Daniel Marjamäki
|
7657b84c44
|
reduce: rename stdout to print to avoid name clash
|
2013-01-07 18:45:29 +01:00 |
Thomas Jarosch
|
4a2d2f78ef
|
tools/reduce: Remove unused variable detected by cppcheck
[reduce.cpp:475]: (style) Variable 'decl' is assigned a value that is never used.
|
2013-01-03 21:38:47 +01:00 |
Daniel Marjamäki
|
76c8887f5f
|
tools/reduce: remove cast in function parameter
|
2013-01-03 18:28:20 +01:00 |
Daniel Marjamäki
|
16612d010d
|
tools/reduce: improvements to make it possible to reduce code that hangs
|
2013-01-03 15:22:54 +01:00 |
Daniel Marjamäki
|
ed803b302b
|
reduce: remove more stuff. unneeded #define , unneeded constructors, unneeded #ifndef etc
|
2013-01-02 17:08:04 +01:00 |
Daniel Marjamäki
|
1f3628a2fe
|
reduce: remove more code blocks
|
2013-01-02 15:37:41 +01:00 |
Daniel Marjamäki
|
e0a902e071
|
tools/reduce: various improvements to remove more code
|
2013-01-01 20:18:31 +01:00 |
Daniel Marjamäki
|
f2f8780504
|
tools/reduce: better handling of #include
|
2013-01-01 16:18:06 +01:00 |
Daniel Marjamäki
|
e824f76ed7
|
tools/reduce: removing blocks of code that contain #if,#else,#endif
|
2013-01-01 14:33:32 +01:00 |
Daniel Marjamäki
|
6ee32943f2
|
tools/reduce: speedup, terminate checking when error is found
|
2013-01-01 13:56:37 +01:00 |
Daniel Marjamäki
|
676b5a15a6
|
reduce: Added simple command line tool that reduces code for a false positive.
|
2012-12-31 12:41:36 +01:00 |