Skip to content

Commit 99be395

Browse files
committed
rename
1 parent 90cdf72 commit 99be395

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<!-- Typical configuration for 64-bit ARM Linux with GCC (AArch64 LP64 ABI). Your actual setup may differ, for instance compiler flags such as -fsigned-char change the signedness of char. -->
23
<platform>
34
<char_bit>8</char_bit>
45
<default-sign>unsigned</default-sign>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<!-- Typical configuration for 64-bit ARM Windows with MSVC (LLP64 ABI). Your actual setup may differ, for instance compiler flags such as /J change the signedness of char. -->
23
<platform>
34
<char_bit>8</char_bit>
45
<default-sign>signed</default-sign>

‎releasenotes.txt‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Import project:
2020
-
2121

2222
Infrastructure & dependencies:
23-
- The platform arm64-wchar_t2.xml was renamed to arm64-llp64-wchar_t2.xml. if you used this platform you can either change your cppcheck command or create a arm64-wchar_t2.xml file.
24-
- The platform arm64-wchar_t4.xml was renamed to arm64-lp64-wchar_t4.xml. if you used this platform you can either change your cppcheck command or create a arm64-wchar_t4.xml file.
23+
- Renamed arm64 platform files:
24+
- arm64-wchar_t2.xml was renamed to arm64-windows-msvc-typical.xml. If you used this platform you can either change your cppcheck command or create a arm64-wchar_t2.xml file.
25+
- arm64-wchar_t4.xml was renamed to arm64-linux-gcc-typical.xml. If you used this platform you can either change your cppcheck command or create a arm64-wchar_t4.xml file.
26+
- The "-typical" suffix means that the file describes the ordinary/default setup for that OS and compiler. Your actual configuration may differ, for instance compiler flags can change the signedness of char. If that is the case you can copy the platform file and adjust it.
2527

2628
Other:
2729
-

‎win_installer/cppcheck.wxs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
<File Id='aix_ppc64.xml' Name='aix_ppc64.xml' Source='$(var.PtfsDir)\aix_ppc64.xml' />
141141
<File Id='arm32wchar_t2.xml' Name='arm32-wchar_t2.xml' Source='$(var.PtfsDir)\arm32-wchar_t2.xml' />
142142
<File Id='arm32wchar_t4.xml' Name='arm32-wchar_t4.xml' Source='$(var.PtfsDir)\arm32-wchar_t4.xml' />
143-
<File Id='arm64llp64wchar_t2.xml' Name='arm64-llp64-wchar_t2.xml' Source='$(var.PtfsDir)\arm64-llp64-wchar_t2.xml' />
144-
<File Id='arm64lp64wchar_t4.xml' Name='arm64-lp64-wchar_t4.xml' Source='$(var.PtfsDir)\arm64-lp64-wchar_t4.xml' />
143+
<File Id='arm64windowsmsvctypical.xml' Name='arm64-windows-msvc-typical.xml' Source='$(var.PtfsDir)\arm64-windows-msvc-typical.xml' />
144+
<File Id='arm64linuxgcctypical.xml' Name='arm64-linux-gcc-typical.xml' Source='$(var.PtfsDir)\arm64-linux-gcc-typical.xml' />
145145
<File Id='avr8.xml' Name='avr8.xml' Source='$(var.PtfsDir)\avr8.xml' />
146146
<File Id='elbrus_e1cp.xml' Name='elbrus-e1cp.xml' Source='$(var.PtfsDir)\elbrus-e1cp.xml' />
147147
<File Id='pic8.xml' Name='pic8.xml' Source='$(var.PtfsDir)\pic8.xml' />

0 commit comments

Comments
 (0)