team-charls / jpegls-wic-codec

Windows Imaging Component (WIC) codec for JPEG-LS .jls files
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Upgrade project to use C++20 named modules #45

Closed vbaderks closed 11 months ago

vbaderks commented 11 months ago

Visual Studio 2022 17.8 has become available, which include stable support for named modules and header units. Update the main project to use named modules. Import Windows and STL include files using header units. Disable precompiled headers as they are not needed anymore.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here