File: cpp-analyze.cppcheck

package info (click to toggle)
audmes 2025.04.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: cpp: 11,237; ansic: 283; xml: 67; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 914 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
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
    <builddir>cpp-analyze-cppcheck-build-dir</builddir>
    <platform>unknown</platform>
    <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="./"/>
    </includedir>
    <defines>
        <define name="__LINUX__"/>
        <define name="__LINUX_PULSE__"/>
        <define name="__LINUX_ALSA__"/>
        <define name="_FILE_OFFSET_BITS=64"/>
        <define name="WXUSINGDLL"/>
        <define name="__WXGTK__"/>
    </defines>
    <paths>
        <dir name="."/>
    </paths>
    <exclude>
        <path name="./build/"/>
    </exclude>
    <libraries>
        <library>wxwidgets</library>
    </libraries>
</project>