You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gui/projectfile.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ class ProjectFile : public QObject {
165
165
166
166
/**
167
167
* @brief Get platform.
168
-
* @return Current platform. If it ends with .xml then it is a file. Otherwise it must match one of the return values from @sa cppcheck::Platform::toString() ("win32A", "unix32", ..)
168
+
* @return Current platform. If it ends with .xml then it is a file. Otherwise it must match one of the return values from @sa cppcheck::Platform::toString() ("win32a", "unix32", ..)
Copy file name to clipboardExpand all lines: man/cppcheck.1.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ There are false positives with this option. Each result must be carefully invest
511
511
</term>
512
512
<listitem>
513
513
<para>Specifies platform specific types and sizes.The available platforms are:
514
-
<glosslist><glossentry><glossterm>unix32</glossterm><glossdef><para>32 bit unix variant</para></glossdef></glossentry><glossentry><glossterm>unix64</glossterm><glossdef><para>64 bit unix variant</para></glossdef></glossentry><glossentry><glossterm>win32A</glossterm><glossdef><para>32 bit Windows ASCII character encoding</para></glossdef></glossentry><glossentry><glossterm>win32W</glossterm><glossdef><para>32 bit Windows UNICODE character encoding</para></glossdef></glossentry><glossentry><glossterm>win64</glossterm><glossdef><para>64 bit Windows</para></glossdef></glossentry></glosslist>
514
+
<glosslist><glossentry><glossterm>unix32</glossterm><glossdef><para>32 bit unix variant</para></glossdef></glossentry><glossentry><glossterm>unix64</glossterm><glossdef><para>64 bit unix variant</para></glossdef></glossentry><glossentry><glossterm>win32a</glossterm><glossdef><para>32 bit Windows ASCII character encoding</para></glossdef></glossentry><glossentry><glossterm>win32w</glossterm><glossdef><para>32 bit Windows UNICODE character encoding</para></glossdef></glossentry><glossentry><glossterm>win64</glossterm><glossdef><para>64 bit Windows</para></glossdef></glossentry></glosslist>
515
515
By default the platform which was used to compile Cppcheck is used.
Copy file name to clipboardExpand all lines: releasenotes.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Changed interface:
13
13
-
14
14
15
15
Deprecations:
16
-
-
16
+
- The platform types 'Win32A' and 'Win32W' have been deprecated and will be removed in a future version. Please use 'win32a' and 'win32w' respectively.
17
17
18
18
Other:
19
19
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
0 commit comments