File: wxMaxima.cppcheck

package info (click to toggle)
wxmaxima 24.02.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,708 kB
  • sloc: cpp: 77,136; xml: 10,513; ansic: 3,651; lisp: 1,903; sh: 28; makefile: 15
file content (62 lines) | stat: -rw-r--r-- 2,149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
    <builddir>cppcheck-cppcheck-build-dir</builddir>
    <analyze-all-vs-configs>false</analyze-all-vs-configs>
    <check-headers>true</check-headers>
    <check-unused-templates>true</check-unused-templates>
    <max-ctu-depth>2</max-ctu-depth>
    <max-template-recursion>100</max-template-recursion>
    <includedir>
        <dir name="src/"/>
        <dir name="src/cells/"/>
        <dir name="src/levenshtein/"/>
        <dir name="src/utils/"/>
        <dir name="src/wizards/"/>
        <dir name="build/"/>
        <dir name="build/examples/"/>
        <dir name="/usr/include/wx-3.2"/>
    </includedir>
    <defines>
        <define name="wxS(x)=x"/>
        <define name="__UNIX__=x"/>
        <define name="wxUSE_STL=1"/>
        <define name="__cplusplus=1"/>
        <define name="USE_WEBVIEW=1"/>
        <define name="wxUSE_STD_IOSTREAM=1"/>
        <define name="WXK_NUMPAD_PRIOR=1"/>
        <define name="WXK_NUMPAD_NEXT=1"/>
        <define name="WXK_PRIOR=2"/>
        <define name="WXK_NEXT=3"/>
        <define name="__WXGTK__=3"/>
        <define name="wxHAS_POWER_EVENTS=1"/>
    </defines>
    <undefines>
        <undefine>__APPLE__</undefine>
        <undefine>USE_PRECOMP_HEADER__</undefine>
        <undefine>__WXMSW__</undefine>
        <undefine>__WINDOWS__</undefine>
        <undefine>__CYGWIN__</undefine>
        <undefine>__WXOSX__</undefine>
        <undefine>__WXMAC__</undefine>
        <undefine>__WXMOTIF__</undefine>
        <undefine>__WXUNIVERSAL__</undefine>
    </undefines>
    <paths>
        <dir name="src/"/>
        <dir name="src/cells/"/>
        <dir name="src/graphical_io/"/>
        <dir name="src/utils/"/>
        <dir name="src/wizards/"/>
        <dir name="src/dialogs/"/>
        <dir name="src/sidebars/"/>
    </paths>
    <suppressions>
        <suppression>unusedFunction</suppression>
        <suppression>useStlAlgorithm</suppression>
        <suppression>missingIncludeSystem</suppression>
    </suppressions>
    <addons>
        <addon>threadsafety</addon>
    </addons>
    <check-level-exhaustive/>
</project>