cppcheck-py 2.9__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. cppcheck/__init__.py +55 -0
  2. cppcheck/cppcheck-2.9.tar.gz +0 -0
  3. cppcheck/data/addons/__init__.py +0 -0
  4. cppcheck/data/addons/cppcheck.py +39 -0
  5. cppcheck/data/addons/cppcheckdata.py +1529 -0
  6. cppcheck/data/addons/findcasts.py +33 -0
  7. cppcheck/data/addons/misc.py +163 -0
  8. cppcheck/data/addons/misra.py +4728 -0
  9. cppcheck/data/addons/misra_9.py +513 -0
  10. cppcheck/data/addons/naming.py +91 -0
  11. cppcheck/data/addons/namingng.py +253 -0
  12. cppcheck/data/addons/runaddon.py +12 -0
  13. cppcheck/data/addons/threadsafety.py +39 -0
  14. cppcheck/data/addons/y2038.py +252 -0
  15. cppcheck/data/cfg/avr.cfg +431 -0
  16. cppcheck/data/cfg/bento4.cfg +142 -0
  17. cppcheck/data/cfg/boost.cfg +1268 -0
  18. cppcheck/data/cfg/bsd.cfg +546 -0
  19. cppcheck/data/cfg/cairo.cfg +88 -0
  20. cppcheck/data/cfg/cppcheck-lib.cfg +72 -0
  21. cppcheck/data/cfg/cppunit.cfg +48 -0
  22. cppcheck/data/cfg/daca.cfg +31 -0
  23. cppcheck/data/cfg/dpdk.cfg +11 -0
  24. cppcheck/data/cfg/embedded_sql.cfg +4 -0
  25. cppcheck/data/cfg/emscripten.cfg +7 -0
  26. cppcheck/data/cfg/ginac.cfg +12848 -0
  27. cppcheck/data/cfg/gnu.cfg +1626 -0
  28. cppcheck/data/cfg/googletest.cfg +60 -0
  29. cppcheck/data/cfg/gtk.cfg +20584 -0
  30. cppcheck/data/cfg/icu.cfg +6 -0
  31. cppcheck/data/cfg/kde.cfg +51 -0
  32. cppcheck/data/cfg/libcerror.cfg +128 -0
  33. cppcheck/data/cfg/libcurl.cfg +487 -0
  34. cppcheck/data/cfg/libsigc++.cfg +36 -0
  35. cppcheck/data/cfg/lua.cfg +316 -0
  36. cppcheck/data/cfg/mfc.cfg +256 -0
  37. cppcheck/data/cfg/microsoft_atl.cfg +40 -0
  38. cppcheck/data/cfg/microsoft_sal.cfg +491 -0
  39. cppcheck/data/cfg/microsoft_unittest.cfg +20 -0
  40. cppcheck/data/cfg/motif.cfg +318 -0
  41. cppcheck/data/cfg/nspr.cfg +38 -0
  42. cppcheck/data/cfg/ntl.cfg +6907 -0
  43. cppcheck/data/cfg/opencv2.cfg +132 -0
  44. cppcheck/data/cfg/opengl.cfg +580 -0
  45. cppcheck/data/cfg/openmp.cfg +157 -0
  46. cppcheck/data/cfg/openssl.cfg +174 -0
  47. cppcheck/data/cfg/pcre.cfg +165 -0
  48. cppcheck/data/cfg/posix.cfg +6252 -0
  49. cppcheck/data/cfg/python.cfg +674 -0
  50. cppcheck/data/cfg/qt.cfg +5255 -0
  51. cppcheck/data/cfg/ruby.cfg +142 -0
  52. cppcheck/data/cfg/sdl.cfg +354 -0
  53. cppcheck/data/cfg/sfml.cfg +301 -0
  54. cppcheck/data/cfg/sqlite3.cfg +1527 -0
  55. cppcheck/data/cfg/std.cfg +8716 -0
  56. cppcheck/data/cfg/tinyxml2.cfg +56 -0
  57. cppcheck/data/cfg/vcl.cfg +4 -0
  58. cppcheck/data/cfg/windows.cfg +17941 -0
  59. cppcheck/data/cfg/wxsqlite3.cfg +1955 -0
  60. cppcheck/data/cfg/wxsvg.cfg +16905 -0
  61. cppcheck/data/cfg/wxwidgets.cfg +16464 -0
  62. cppcheck/data/cfg/zlib.cfg +1450 -0
  63. cppcheck/data/cppcheck-htmlreport +986 -0
  64. cppcheck/data/cppcheck.exe +0 -0
  65. cppcheck/data/platforms/aix_ppc64.xml +17 -0
  66. cppcheck/data/platforms/arm32-wchar_t2.xml +17 -0
  67. cppcheck/data/platforms/arm32-wchar_t4.xml +17 -0
  68. cppcheck/data/platforms/arm64-wchar_t2.xml +17 -0
  69. cppcheck/data/platforms/arm64-wchar_t4.xml +17 -0
  70. cppcheck/data/platforms/avr8.xml +18 -0
  71. cppcheck/data/platforms/cray_sv1.xml +17 -0
  72. cppcheck/data/platforms/elbrus-e1cp.xml +18 -0
  73. cppcheck/data/platforms/mips32.xml +18 -0
  74. cppcheck/data/platforms/msp430_eabi_large_datamodel.xml +17 -0
  75. cppcheck/data/platforms/pic16.xml +18 -0
  76. cppcheck/data/platforms/pic8-enhanced.xml +18 -0
  77. cppcheck/data/platforms/pic8.xml +18 -0
  78. cppcheck/data/platforms/unix32-unsigned.xml +17 -0
  79. cppcheck/data/platforms/unix64-unsigned.xml +17 -0
  80. cppcheck_py-2.9.dist-info/METADATA +76 -0
  81. cppcheck_py-2.9.dist-info/RECORD +84 -0
  82. cppcheck_py-2.9.dist-info/WHEEL +5 -0
  83. cppcheck_py-2.9.dist-info/entry_points.txt +4 -0
  84. cppcheck_py-2.9.dist-info/licenses/LICENSE.md +191 -0
@@ -0,0 +1,132 @@
1
+ <?xml version="1.0"?>
2
+ <def format="2">
3
+ <!-- OpenCV (Open Source Computer Vision Library) Library Configuration http://opencv.org) -->
4
+ <!-- This configuration is for the OpenCV 2.x API (The C++ API, not the older C API) -->
5
+ <!-- The OpenCV library is typically included by '#include <opencv2/*>' or -->
6
+ <!-- '#include "opencv2/*"'. -->
7
+ <!-- ########## OpenCV Types ########## -->
8
+ <podtype name="cv::int8_t" sign="s" size="1"/>
9
+ <podtype name="cv::int16_t" sign="s" size="2"/>
10
+ <podtype name="cv::int32_t" sign="s" size="4"/>
11
+ <podtype name="cv::int64_t" sign="s" size="8"/>
12
+ <podtype name="cv::uint8_t" sign="u" size="1"/>
13
+ <podtype name="cv::uint16_t" sign="u" size="2"/>
14
+ <podtype name="cv::uint32_t" sign="u" size="4"/>
15
+ <podtype name="cv::uint64_t" sign="u" size="8"/>
16
+ <smart-pointer class-name="cv::Ptr"/>
17
+ <!-- ########## OpenCV Macros / Defines ########## -->
18
+ <define name="CV_ALWAYS_INLINE" value="inline"/>
19
+ <define name="CV_EXTERN_C" value="extern &quot;C&quot;"/>
20
+ <define name="CV_OVERRIDE" value="override"/>
21
+ <define name="CV_PI" value="3.1415926535897932384626433832795"/>
22
+ <define name="CV_2PI" value="6.283185307179586476925286766559"/>
23
+ <define name="CV_LOG2" value="0.69314718055994530941723212145818"/>
24
+ <define name="CV_MAT_CN_MASK" value="((CV_CN_MAX - 1) &lt;&lt; CV_CN_SHIFT)"/>
25
+ <define name="CV_MAT_CN(flags)" value="((((flags) &amp; CV_MAT_CN_MASK) &gt;&gt; CV_CN_SHIFT) + 1)"/>
26
+ <define name="CV_MAT_TYPE_MASK" value="(CV_DEPTH_MAX*CV_CN_MAX - 1)"/>
27
+ <define name="CV_MAT_TYPE(flags)" value="((flags) &amp; CV_MAT_TYPE_MASK)"/>
28
+ <define name="CV_MAT_CONT_FLAG_SHIFT" value="14"/>
29
+ <define name="CV_MAT_CONT_FLAG" value="(1 &lt;&lt; CV_MAT_CONT_FLAG_SHIFT)"/>
30
+ <define name="CV_IS_MAT_CONT(flags)" value="((flags) &amp; CV_MAT_CONT_FLAG)"/>
31
+ <define name="CV_IS_CONT_MAT" value="CV_IS_MAT_CONT"/>
32
+ <define name="CV_SUBMAT_FLAG_SHIFT" value="15"/>
33
+ <define name="CV_SUBMAT_FLAG" value="(1 &lt;&lt; CV_SUBMAT_FLAG_SHIFT)"/>
34
+ <define name="CV_IS_SUBMAT(flags)" value="((flags) &amp; CV_MAT_SUBMAT_FLAG)"/>
35
+ <define name="MIN(a,b)" value="((a) &gt; (b) ? (b) : (a))"/>
36
+ <define name="MAX(a,b)" value="((a) &lt; (b) ? (b) : (a))"/>
37
+ <define name="CV_Error(code,msg)" value="cv::error( code, msg, CV_Func, __FILE__, __LINE__ )"/>
38
+ <define name="CV_Assert(expr)" value="do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ ); } while(0)"/>
39
+ <!-- ########## OpenCV containers ########## -->
40
+ <!-- OpenCV containers that are similar to std containers -->
41
+ <container id="cvString" startPattern="cv :: String" inherits="stdString"/>
42
+ <!-- ########## OpenCV Allocation / Deallocation ########## -->
43
+ <memory>
44
+ <alloc init="false" buffer-size="malloc">cv::fastMalloc</alloc>
45
+ <dealloc>cv::fastFree</dealloc>
46
+ </memory>
47
+ <!-- ########## OpenCV Functions ########## -->
48
+ <!-- void cv::errorNoReturn (int _code, const String & _err, const char * _func, const char * _file, int _line) -->
49
+ <function name="cv::errorNoReturn">
50
+ <noreturn>true</noreturn>
51
+ <arg nr="1" direction="in">
52
+ <not-uninit/>
53
+ </arg>
54
+ <arg nr="2" direction="in">
55
+ <not-uninit/>
56
+ </arg>
57
+ <arg nr="3" direction="in">
58
+ <not-uninit/>
59
+ </arg>
60
+ <arg nr="4" direction="in">
61
+ <not-uninit/>
62
+ </arg>
63
+ <arg nr="5" direction="in">
64
+ <not-uninit/>
65
+ </arg>
66
+ </function>
67
+ <!-- void cv::fastFree (void *ptr) -->
68
+ <function name="cv::fastFree">
69
+ <noreturn>false</noreturn>
70
+ <returnValue type="void"/>
71
+ <arg nr="1">
72
+ <not-uninit indirect="1"/>
73
+ </arg>
74
+ </function>
75
+ <!-- void * cv::fastMalloc (size_t bufSize) -->
76
+ <function name="cv::fastMalloc">
77
+ <noreturn>false</noreturn>
78
+ <returnValue type="void *"/>
79
+ <use-retval/>
80
+ <arg nr="1" direction="in">
81
+ <not-uninit/>
82
+ <valid>0:</valid>
83
+ </arg>
84
+ </function>
85
+ <!-- Mat cv::imread ( const String & filename, int flags = IMREAD_COLOR ) -->
86
+ <function name="cv::imread">
87
+ <noreturn>false</noreturn>
88
+ <returnValue type="cv::Mat"/>
89
+ <use-retval/>
90
+ <arg nr="1" direction="in">
91
+ <not-uninit/>
92
+ </arg>
93
+ <arg nr="2" direction="in" default="cv::IMREAD_COLOR">
94
+ <not-uninit/>
95
+ <not-bool/>
96
+ </arg>
97
+ </function>
98
+ <!-- void cv::imshow ( const String & winname, InputArray mat ) -->
99
+ <!-- void cv::imshow ( const String & winname, const ogl::Texture2D & tex ) -->
100
+ <function name="cv::imshow">
101
+ <noreturn>false</noreturn>
102
+ <returnValue type="void"/>
103
+ <arg nr="1" direction="in">
104
+ <not-uninit/>
105
+ </arg>
106
+ <arg nr="2" direction="in">
107
+ <not-uninit/>
108
+ <not-bool/>
109
+ </arg>
110
+ </function>
111
+ <!-- void cv::namedWindow ( const String & winname, int flags = WINDOW_AUTOSIZE ) -->
112
+ <function name="cv::namedWindow">
113
+ <noreturn>false</noreturn>
114
+ <returnValue type="void"/>
115
+ <arg nr="1" direction="in">
116
+ <not-uninit/>
117
+ </arg>
118
+ <arg nr="2" direction="in" default="cv::WINDOW_AUTOSIZE">
119
+ <not-uninit/>
120
+ <not-bool/>
121
+ </arg>
122
+ </function>
123
+ <!-- int cv::waitKey ( int delay = 0 ) -->
124
+ <function name="cv::waitKey">
125
+ <noreturn>false</noreturn>
126
+ <returnValue type="int"/>
127
+ <arg nr="1" direction="in" default="0">
128
+ <not-uninit/>
129
+ <not-bool/>
130
+ </arg>
131
+ </function>
132
+ </def>