Subversion Repositories DevTools

Rev

Rev 5862 | Rev 5868 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5862 Rev 5867
Line 7... Line 7...
7
        Enable all possible check
7
        Enable all possible check
8
        Force analysis of all pre-processor branch
8
        Force analysis of all pre-processor branch
9
        Remove false positive
9
        Remove false positive
10
            Missing include, unused function and unmatched suppression
10
            Missing include, unused function and unmatched suppression
11
        Configure cppcheck to ignore files provided by the compiler
11
        Configure cppcheck to ignore files provided by the compiler
12
            We do not want to analyze compiler)
12
            We do not want to analyze compiler
13
        Fix variable name
13
        Fix variable name
14
 
14
 
15
    * GCC Toolchain
15
    * GCC Toolchain
16
      Improved header file dependency generation through correct calculation
16
      Improved header file dependency generation through correct calculation
17
      of the compiler header file search paths.
17
      of the compiler header file search paths.
Line 21... Line 21...
21
 
21
 
22
    * Internal Utility: cache_dpkg
22
    * Internal Utility: cache_dpkg
23
      Improved handling (under windows) of files with the same name but
23
      Improved handling (under windows) of files with the same name but
24
      different case. Generate a clear warning message.
24
      different case. Generate a clear warning message.
25
 
25
 
-
 
26
    * makefile directive GenerateFiles [JATS-178]
-
 
27
      Attempting to generate a fiel that is also marked as a source file is
-
 
28
      now an error.
-
 
29
 
26
------------------------------------------------------------------------
30
------------------------------------------------------------------------
27
Version:  3.10.11000.cr                               Released: 01-Jul-16
31
Version:  3.10.11000.cr                               Released: 01-Jul-16
28
------------------------------------------------------------------------
32
------------------------------------------------------------------------
29
 
33
 
30
Minor changes:
34
Minor changes: