SHA256
1
0
forked from pool/cppcheck
Commit Graph

38 Commits

Author SHA256 Message Date
f08159343a Accepting request 855374 from home:milsav92:branches:devel:tools
- Update to version 2.3
  Improved C++ parser:
  * types
  * wrong operands in ast
  * better simplification of templates
  Improved clang import, various fixes.
  Improved value flow analysis
  Fixed false positives
  Improved configuration in library files
  * boost.cfg
  * googletest.cfg
  * qt.cfg
  * windows.cfg
  * wxwidgets.cfg
  Added several Misra rules:
  * 6.1
  * 6.2
  * 7.2
  * 7.4
  * 9.2
  * 10.2
  * 15.4
  Added platforms:
  * elbrus e1c+
  * pic
  * pic8
  * mips
- Update to version 2.2
  New checks:
  * incorrect usage of mutexes and lock guards
  * Dereference end iterator
  * Iterating a known empty container
  * outOfBounds check for iterators to containers
  Removed 'operator=' check that ensures reference to self is returned. That is not about safety.
  Improved parser
  * various ast fixes
  Clang parser
  * The Clang import feature in Cppcheck should be considered to be experimental for now. There are problems.
  Improved bug hunting
  * variable constraints
  * handling of multidimension arrays
  * function calls, execute functions that are in same TU
  * improved handling of containers
  * several improvements for uninitialized variables check
  * improved analysis of for loops
  * added a hash value for warnings that can be used for suppressions
  Improved data flow
  * one more heuristic for ternary operators
  * improved data flow for containers
  CLI:
  * Fixed some addon execution problems when there are spaces etc
  GUI:
  * Fix handling of tags
  * Exclude files
  cppcheck-htmlreport:
  * several result files can be combined into 1 output
  Suppressions:
  * comments can be added at end of suppression in suppressions file

OBS-URL: https://build.opensuse.org/request/show/855374
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=72
2020-12-16 13:21:00 +00:00
Martin Pluskal
edb6269661 Accepting request 820762 from home:elimat:branches:devel:tools
- Update to version 2.1
  * We have tweaked build scripts.
  * When you use USE_Z3=yes, we will handle new versions of z3 better. If you
    have an old z3 library and get compilation problems you will need to add
	a z3_version.h in externals.
  * The cmake scripts was updated.
  * There was a couple of bug fixes.
  New check:
  * for "expression % 1" the result is always 0.
- Run spec-cleaner
  * Remove rpm groups
- Enable Z3 build flag

OBS-URL: https://build.opensuse.org/request/show/820762
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=70
2020-07-14 05:24:49 +00:00
Martin Pluskal
bc8f4ec7a6 Accepting request 784381 from home:vladisav:branches:devel:tools
- Since cppcheck version 1.89 CFGDIR is replaced by FILESDIR and cfg files are no longer kept in FILESDIR but in subfolder FILESDIR/cfg.

OBS-URL: https://build.opensuse.org/request/show/784381
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=68
2020-03-12 19:38:37 +00:00
Martin Pluskal
9735479051 - Use cmake macros
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=65
2020-03-04 12:18:09 +00:00
Martin Pluskal
ed7a648d6e Accepting request 781469 from home:dalgaaf:branches:devel:tools
- Update to version 1.90
  * alias to vector element invalid after vector is changed
  * improved value flow analysis for struct members
  * improved value flow analysis for pointer alias
  * CERT: Added ENV33-C: Do not call system()
  * MISRA: added rules 2.7, 3.2, 4.2, 14.2, 21.1, 21.12
- update to version 1.89
  * The default warning message format was changed. The new format
    is similar to GCC. If you want to get warnings in the old 
    format, add --template=cppcheck1 to the command line.
  * improved value flow analysis for pointer aliases
  * improved checking for uninitialized variables/structs
  * better checking of smart pointers
  * better checking of global variables
  * Added Cppcheck annotations cppcheck_low(VALUE) and 
    cppcheck_high(VALUE)
  * shadow variables; warn when argument is shadowed
  * warn if local reference variable can be const
  * Added API01-C: Avoid laying out strings in memory directly 
    before sensitive data
  * Added MSC24-C: Do not use deprecated or obsolescent functions
  * Added STR11-C: Do not specify the bound of a character array
    initialized with a string literal
  * MISRA: added rules 17.2, 18.4, 18.7

OBS-URL: https://build.opensuse.org/request/show/781469
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=64
2020-03-04 12:06:10 +00:00
Martin Pluskal
11c42300b6 Accepting request 712743 from home:marxin:branches:devel:tools
- Update to version 1.88:
  * Comparing pointers that point to different objects
  * Address of local variable 'x' is accessed at non-zero index
  * STL usage: unnecessary search before insertion
  * Duplicate expression for condition and assignment: if (x==3) x=3; 
  * Better handling of C++14 and C++17
  * New command line option --addon used to run addons directly from Cppcheck.
  * Some advanced options are only available in GUI:
- Update to version 1.87:
  * --project can now import Cppcheck GUI projects.
  * Condition is always true when array address is compared with 0.
  * function argument expression calculation has known result (#8830)
  * Better lifetime checking (using pointer/reference that points at deleted object)
  * Improved whole program analysis
  * Better handling of language extension var@address.
  * Many improvements in parser to handle templates, type aliases, etc better
  * New addon for checking naming conventions. Naming conventions are configured in json file.

OBS-URL: https://build.opensuse.org/request/show/712743
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=62
2019-07-01 16:28:24 +00:00
Martin Pluskal
8794695220 Accepting request 662716 from home:nafsub:branches:devel:tools
- Workaround for CMake lacking a CFGDIR variable.
  * Patch was submitted (https://github.com/danmar/cppcheck/pull/1554) 
    and accepted so this change should be reverted and replaced with a CMake compile definition 
    -DCFGDIR=\"%{_datadir}/%{name}\" once a new upstream version is released.

OBS-URL: https://build.opensuse.org/request/show/662716
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=60
2019-01-04 08:13:34 +00:00
Martin Pluskal
c4a11996ef - Small packaging enhancements
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=58
2018-12-27 10:04:40 +00:00
Martin Pluskal
5e143cf72d Accepting request 661440 from home:mathletic:branches:devel:tools
- Use Python 3 instad of Python 2
- Switch to CMake as the used build system, otherwise Python 3 could not be detected by plain make

OBS-URL: https://build.opensuse.org/request/show/661440
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=57
2018-12-27 08:40:19 +00:00
Martin Pluskal
360f7317bb Accepting request 660144 from home:mathletic:branches:devel:tools
- Update to 1.86

OBS-URL: https://build.opensuse.org/request/show/660144
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=55
2018-12-20 08:29:12 +00:00
Martin Pluskal
e70987f28d Accepting request 642826 from home:jubalh:branches:devel:tools
- Update to 1.85:
  Changes from 1.83:
  Command line:
  - fixes in parser
  - Improved loading of platform files.
  GUI:
  - few minor improvements in user interface
  - Code preview
  - Added MISRA addon integration
  - Platform can be selected in project settings
  - Fixed issue when loading xml results file
  Addons:
  - We are now officially releasing our MISRA addon. So far it supports MISRA C 2012.
  Changes from 1.85:
  General:
  - We are modernizing the Cppcheck code. Support for MSVC 2010 and GCC 4.4 is dropped.
    You now need a compiler that is at least as good as MSVC 2013 or GCC 4.6.
  Checking improvements:
  - New check: Suggest STL algorithms instead of hard-coded for loops
  - New check: Warn about ineffective algorithms (same iterator passed)
  - New check: Mismatching iterators used together in operators
  - Container (STL/Qt/WxWidgets/etc) access out of bounds
  - Improved the checkers that warns about same/opposite expressions, track variable values better.
  - Variable scope: warn about references also
  Graphical user interface:
  - You can specify undefines in the project file dialog
  - Fixed configuration of suppressions
  - Windows: Fixed issue of wrong/no theme being applied to UI elements
  Misra:
  - support per file excludes from cppcheck

OBS-URL: https://build.opensuse.org/request/show/642826
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=53
2018-10-18 10:38:02 +00:00
OBS User mrdocs
74717428cf Accepting request 577725 from home:alois:branches:devel:tools
- Update to version 1.82
  Bug fixes:
  * Better handling of namespaces
  * Fixed false positives
  * Fixed parsing of compile databases
  * Fixed parsing of visual studio projects
  Enhancements
  * New check; Detect mistakes when there are multiple strcmp() in
    condition
    Example:
     if (strcmp(password,"A")==0 || strcmp(password,"B")==0 || strcmp(password,"C"))
     There is a missing '==0', and therefore this condition is
     always true except when password is "C".
  * New check; pointer calculation result can't be NULL unless
    there is overflow
   Example:
     someType **list_p = ...;
     if ((list_p + 1) == NULL)
   The result for '(list_p + 1)' can't be NULL unless there is
   overflow (UB).
  * New check; public interface of classes should be safe - detect
    possible division by zero
    Example:
      class Fred {
      public:
      void setValue(int mul, int div) {
        value = mul / div; // <- unsafe
      }
      ...
    This check does not consider how Fred::setValue() is really
    called.
    If you agree that the public interface of classes should
    always be safe; it should be allowed to call all public
    methods with arbitrary arguments, then this checker will be
    useful.
  * Fixed a few false negatives
  * More information in the cfg files
  version 1.81
  CPPCHECK:
  * New warning: Check if condition after an early return is
    overlapping and therefore always false.
  * Improved knowledge about C/C++ standard, windows, posix,
    wxwidgets, gnu
  * Better handling of Visual Studio projects
  GUI:
  * Compile: Qt5 is now needed to build the GUI
  * Compile: New qmake flag HAVE_QCHART
  * Project: You can now run cppcheck-addons
  * Project: We have integrated clang-tidy
  * Results view: Reload last results (if cppcheck build dir is
    used) when GUI is started
  * Results view: Tag the warnings with custom keywords
    (bug/todo/not important/etc..)
  * Results view: Shows when warning first appeared (since date)
  * Results view: Suppress warnings through right-click menu
  * Statistics: Added charts (shown if Qt charts module is enabled
    during build)
  version 1.80
  Checking improvements:
  * Added platform for Atmel AVR 8 bit microcontrollers (avr8)
  * Better 'callstacks' in cppcheck messages
  * Improved gnu.cfg, posix.cfg, wxwidgets.cfg and std.cfg, added
    motif.cfg
  * Various improvements to AST, ValueFlow analysis and template
    parsing
  Command line changes:
  * Deprecated command line argument  *-append has been removed
  * New command line argument  *-plist-output to create .plist
    files
  * New command line argument  *-output-file to print output to
    file directly
  * Check OpenCL files (.cl)
  GUI:
  * Support export of statistics to PDF
  * Several small usability improvements
  * Additionally, lots of false positives and bugs have been fixed
    and several existing checks have been improved.
  version 1.79
  General changes:
  * C++ code in C files is rejected now (use  *-language=c++ to
    enforce checking the code as C++)
  * Write function access type to XML dump
  Checking improvements:
  * Improved configuration extraction in preprocessor
  * Improved accuracy of AST
  * Improved template parsing
  * Improved support for (STL) containers in SymbolDatabase
  * Improved support for C++11's 'auto' type
  * Experimental support for uninitialized variables in ValueFlow
    analysis
  * Added qt.cfg and sfml.cfg, improved several existing .cfg files
  GUI:
  * Use CFGDIR macro
  * Additionally, lots of false positives and bugs have been fixed
    and several existing checks have been improved.
  version 1.78
  General changes:
  * Reduced memory usage by up to 10% by reducing size of token
    list
  New checks:
  * Mismatching argument names between function declaration and
    definition
  * Detect classes which have a copy constructor but no copy
    operator and vice versa
  Checking improvements:
  * Improved matching of overloaded functions
  * Improved ValueType analysis, especially related to allocations
    with "new" and C++11's "auto"
  * Improved support for C++11 brace initialization
  * Improved ValueFlow analysis
  * Improved template parsing
  * Improved detection of memory leaks
  * Improved nullpointer checking when nullptr and NULL are used
  * Detect array out of bounds across compilation units
  * Extended windows.cfg, posix.cfg and std.cfg
  * Additionally, lots of false positives and bugs have been fixed
    and several existing checks have been improved.

OBS-URL: https://build.opensuse.org/request/show/577725
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=51
2018-02-19 03:33:22 +00:00
Martin Pluskal
6a5a5d2aa5 - Use qmake macros
- Run spec-cleaner
- Update to version 1.77:
  * Added flag --cppcheck-build-dir to allow incremental analysis and inter-file checking
  * Improved --project support for Visual Studio solutions
  * Detect pointer overflow
  * Detect usage of variable after std::move or std::forward
  * Warn about number and char literals in boolean expressions
  * Improved checking for variables modified but not used again
  * Libraries: Added support to specify <returnValue>
  * Improved ValueFlow, especially related to function return values and casts
  * Improved simplification of Null values to allow more accurate checking
  * Several improvements to windows.cfg, posix.cfg, gnu.cfg and std.cfg
  * Reimplemented check for using iterators of mismatching containers... read more

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=49
2017-03-21 10:29:05 +00:00
Martin Pluskal
3e3c05b5f0 Accepting request 481690 from home:favogt:branches:devel:tools
- Update to 1.77
  * Changelog too long to add here, so please see:
    https://sourceforge.net/p/cppcheck/news/
- Always build Qt5 GUI

OBS-URL: https://build.opensuse.org/request/show/481690
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=48
2017-03-21 10:18:08 +00:00
Martin Pluskal
92c5b39b10 Accepting request 360647 from home:elvigia:branches:devel:tools
- Build the GUI against QT5 in newish products.

OBS-URL: https://build.opensuse.org/request/show/360647
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=46
2016-02-21 07:20:36 +00:00
Stephan Kulow
e57f872d4f Accepting request 331047 from home:etamPL:branches:devel:tools
update to 1.70

OBS-URL: https://build.opensuse.org/request/show/331047
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=44
2015-09-15 18:52:26 +00:00
Martin Pluskal
be0c27cab4 Accepting request 307351 from home:etamPL:branches:devel:tools
update to 1.69

OBS-URL: https://build.opensuse.org/request/show/307351
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=42
2015-05-15 16:40:26 +00:00
Martin Pluskal
eb9c945381 Accepting request 280298 from home:dalgaaf:branches:devel:tools
Update to new 1.68 release

OBS-URL: https://build.opensuse.org/request/show/280298
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=41
2015-01-08 13:50:23 +00:00
Stephan Kulow
a51577503b Accepting request 257962 from home:dalgaaf:branches:devel:tools
Update cppcheck to 1.67

OBS-URL: https://build.opensuse.org/request/show/257962
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=40
2014-10-22 14:41:14 +00:00
0a4c14d371 Accepting request 247200 from home:dalgaaf:branches:devel:tools
OBS-URL: https://build.opensuse.org/request/show/247200
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=39
2014-09-02 11:38:52 +00:00
39df2bc06a Accepting request 233519 from home:dalgaaf:branches:devel:tools
Update of cppcheck to 1.65

OBS-URL: https://build.opensuse.org/request/show/233519
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=38
2014-05-12 08:39:54 +00:00
OBS User mrdocs
b5458e6360 Accepting request 232364 from home:dalgaaf:branches:devel:tools
Updated cppcheck to latest released version 1.64

OBS-URL: https://build.opensuse.org/request/show/232364
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=37
2014-05-02 00:49:40 +00:00
96118b48aa Accepting request 213673 from home:etamPL:branches:devel:tools
Bundle config files

OBS-URL: https://build.opensuse.org/request/show/213673
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=36
2014-01-13 13:01:10 +00:00
OBS User mrdocs
2e21d8a8ab Accepting request 213540 from home:etamPL:branches:devel:tools
Update to 1.63

OBS-URL: https://build.opensuse.org/request/show/213540
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=35
2014-01-12 01:24:21 +00:00
fe9bdee298 Accepting request 164061 from home:dalgaaf:branches:devel:tools
- update to 1.59:
 * Commandline/Settings changes:
   - New option to enable warnings but not style messages: 
     --enable=warning
   - Cppcheck used to skip includes where the header filename 
     is enclosed in <>. You can now include these headers also by 
     using -I. 
 * New checks:
   - New POSIX checks: pipe() buffer size, redundant calls of 
     set/get user id, too big value passed to usleep(), buffer 
     overflow when using write()
   - Storing getc() return value in char variable and comparing 
     to EOF.
   - Detect redundant bitand operations
   - Find suspicious equality comparisons like: if(a == 0) a == 1;
   - Warn about using malloc() for classes containing virtual
     methods, std::-objects or constructors
   - Portability check that warns when using NULL as argument to 
     variadic function. It has undefined behaviour on some 
     implementations.
 * Improvements:
   - Improved lookup for functions and types
   - Switched to TinyXml2 as XML library
   - Improved checking for uninitialized struct members, 
     variable scopes that can be reduced and unused functions
 * GUI:
   - Remember last path in open file dialog
   - Added command line parameter to open a results file
   - Bug in statistic calculation fixed

OBS-URL: https://build.opensuse.org/request/show/164061
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=34
2013-04-15 12:24:26 +00:00
OBS User mrdocs
19cabe01cb Accepting request 154873 from home:HighwayStar:branches:devel:tools
update to 1.58

OBS-URL: https://build.opensuse.org/request/show/154873
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=33
2013-02-08 19:12:36 +00:00
OBS User mrdocs
c0ca073ce4 bump version to 1.57
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=31
2012-12-26 04:16:02 +00:00
29e006b4ad Accepting request 108747 from home:jirislaby:branches:devel:tools
update to 1.53

OBS-URL: https://build.opensuse.org/request/show/108747
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=30
2012-03-12 11:05:01 +00:00
OBS User mrdocs
d7f6af8332 Accepting request 79965 from home:gladiac:branches:devel:tools
update to version 1.50

OBS-URL: https://build.opensuse.org/request/show/79965
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=29
2011-08-29 09:16:57 +00:00
OBS User mrdocs
b8f75f5e4f check in 1.49
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=24
2011-08-08 03:56:13 +00:00
OBS User mrdocs
42be6c1699 Accepting request 66710 from home:gladiac:branches:devel:tools
reviewed ok Thanks

OBS-URL: https://build.opensuse.org/request/show/66710
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=20
2011-04-11 19:41:15 +00:00
OBS User mrdocs
ac7f38faf9 Accepting request 57255 from home:gladiac:branches:devel:tools
reviewed ok Thanks

OBS-URL: https://build.opensuse.org/request/show/57255
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=19
2011-01-06 16:48:30 +00:00
OBS User mrdocs
782e0779da Accepting request 49701 from home:etamPL:branches:devel:tools
looks good thanks for the update

OBS-URL: https://build.opensuse.org/request/show/49701
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=15
2010-10-04 05:52:21 +00:00
OBS User mrdocs
7a7b5d6d1d OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=12 2010-08-22 17:04:19 +00:00
Stephan Kleine
b9bd843e77 - Updated to 1.43
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=9
2010-06-01 21:32:29 +00:00
Stephan Kleine
59741efbf8 Updated to 1.38
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=8
2009-10-26 19:09:57 +00:00
Stephan Kleine
9d4e41030b Updated to 1.37
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=7
2009-09-30 19:33:39 +00:00
Stephan Kleine
bccf093322 Updated to 1.32
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=6
2009-05-16 01:40:01 +00:00