• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / winprefs / 25335836492
100%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 06:25PM UTC
Jobs 2
Files 35
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 May 2026 06:20PM UTC coverage: 99.732%. Remained the same
25335836492

push

github

Tatsh
project: target Windows 2000 for 32-bit MinGW builds

The README has long claimed that 32-bit native binaries should be
compatible with Windows 2000 and newer, but `TARGET_VERSION` defaulted
to `0x501` (Windows XP) for every non-MSVC configuration regardless of
pointer width. The new mingw32 (i686) release artefact in v0.4.1 is
the first 32-bit binary the project ships, so this is the first time
the discrepancy would reach a user.

Replace the generator-expression default with a configure-time `if`:
MSVC keeps `0x600` (Vista, the lowest it can target with current SDKs);
non-MSVC 32-bit drops to `0x500` (Windows 2000); non-MSVC 64-bit
remains at `0x501`. The expression also incidentally switches from
`CXX_COMPILER_ID` to `CMAKE_C_COMPILER_ID`, which matches the C-only
project declaration and removes a latent bug where the original genexp
would only see MSVC if the C++ toolchain were also detected.

Update the changelog to record the new minimum 32-bit target alongside
the new ARM64 and i686 release artefacts.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

3351 of 3360 relevant lines covered (99.73%)

196.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25335836492.1 04 May 2026 06:25PM UTC 27
100.0
GitHub Action Run
2 25335836492.2 04 May 2026 06:30PM UTC 8
96.89
GitHub Action Run
Source Files on build 25335836492
  • Tree
  • List 35
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25335836492
  • ae26982e on github
  • Prev Build on master (#25335019441)
  • Next Build on master (#25343181282)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc