-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed potential mishandling of WM_DESTROY when virtual aspect ratios …
…are used
- Loading branch information
Showing
5 changed files
with
228 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,206 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RuleSet Name="Rules for SpecialK" Description="Code analysis rules for SpecialK.vcxproj." ToolsVersion="16.0"> | ||
<RuleSet Name="Rules for SpecialK" Description="Code analysis rules for SpecialK.vcxproj." ToolsVersion="17.0"> | ||
<Include Path="..\..\..\..\..\..\source\repos\SpecialK\specialk.ruleset" Action="Default" /> | ||
<Include Path="basiccorrectnessrules.ruleset" Action="Default" /> | ||
<Include Path="basicdesignguidelinerules.ruleset" Action="Default" /> | ||
<Include Path="concurrencycheckrules.ruleset" Action="Default" /> | ||
<Include Path="concurrencyrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckarithmeticrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckconcurrencyrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckdeclrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckexperimentalrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckrules.ruleset" Action="Default" /> | ||
<Include Path="cppcorecheckstylerules.ruleset" Action="Default" /> | ||
<Include Path="extendedcorrectnessrules.ruleset" Action="Default" /> | ||
<Include Path="extendeddesignguidelinerules.ruleset" Action="Default" /> | ||
<Include Path="globalizationrules.ruleset" Action="Default" /> | ||
<Include Path="nativeminimumrules.ruleset" Action="Default" /> | ||
<Include Path="nativerecommendedrules.ruleset" Action="Default" /> | ||
<Include Path="securityrules.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1501" Action="Warning" /> | ||
<Rule Id="CA1502" Action="Warning" /> | ||
<Rule Id="CA1505" Action="Warning" /> | ||
<Rule Id="CA1506" Action="Warning" /> | ||
<Rule Id="CA1600" Action="Warning" /> | ||
<Rule Id="CA1725" Action="Warning" /> | ||
<Rule Id="CA1800" Action="Warning" /> | ||
<Rule Id="CA1801" Action="Warning" /> | ||
<Rule Id="CA1804" Action="Warning" /> | ||
<Rule Id="CA1809" Action="Warning" /> | ||
<Rule Id="CA2001" Action="Warning" /> | ||
<Rule Id="CA2242" Action="Warning" /> | ||
</Rules> | ||
<Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native"> | ||
<Rule Id="C26100" Action="Warning" /> | ||
<Rule Id="C26101" Action="Warning" /> | ||
<Rule Id="C26102" Action="Warning" /> | ||
<Rule Id="C26105" Action="Warning" /> | ||
<Rule Id="C26106" Action="Warning" /> | ||
<Rule Id="C26110" Action="Warning" /> | ||
<Rule Id="C26111" Action="Warning" /> | ||
<Rule Id="C26112" Action="Warning" /> | ||
<Rule Id="C26115" Action="Warning" /> | ||
<Rule Id="C26116" Action="Warning" /> | ||
<Rule Id="C26117" Action="Warning" /> | ||
<Rule Id="C26402" Action="Warning" /> | ||
<Rule Id="C26403" Action="Warning" /> | ||
<Rule Id="C26407" Action="Warning" /> | ||
<Rule Id="C26415" Action="Warning" /> | ||
<Rule Id="C26426" Action="Warning" /> | ||
<Rule Id="C26427" Action="Warning" /> | ||
<Rule Id="C26430" Action="Warning" /> | ||
<Rule Id="C26441" Action="Warning" /> | ||
<Rule Id="C26444" Action="Warning" /> | ||
<Rule Id="C26447" Action="Warning" /> | ||
<Rule Id="C26450" Action="Warning" /> | ||
<Rule Id="C26451" Action="Warning" /> | ||
<Rule Id="C26452" Action="Warning" /> | ||
<Rule Id="C26453" Action="Warning" /> | ||
<Rule Id="C26454" Action="Warning" /> | ||
<Rule Id="C26472" Action="Warning" /> | ||
<Rule Id="C26473" Action="Warning" /> | ||
<Rule Id="C26477" Action="Warning" /> | ||
<Rule Id="C26479" Action="Warning" /> | ||
<Rule Id="C26483" Action="Warning" /> | ||
<Rule Id="C26489" Action="Warning" /> | ||
<Rule Id="C26494" Action="Warning" /> | ||
<Rule Id="C26498" Action="Warning" /> | ||
<Rule Id="C26810" Action="Warning" /> | ||
<Rule Id="C26811" Action="Warning" /> | ||
<Rule Id="C26813" Action="Warning" /> | ||
<Rule Id="C26814" Action="Warning" /> | ||
<Rule Id="C26815" Action="Warning" /> | ||
<Rule Id="C26816" Action="Warning" /> | ||
<Rule Id="C26817" Action="Warning" /> | ||
<Rule Id="C26819" Action="Warning" /> | ||
<Rule Id="C26820" Action="Warning" /> | ||
<Rule Id="C26822" Action="Warning" /> | ||
<Rule Id="C26823" Action="Warning" /> | ||
<Rule Id="C26824" Action="Warning" /> | ||
<Rule Id="C26825" Action="Warning" /> | ||
<Rule Id="C26848" Action="Warning" /> | ||
<Rule Id="C26849" Action="Warning" /> | ||
<Rule Id="C28020" Action="Warning" /> | ||
<Rule Id="C28103" Action="Warning" /> | ||
<Rule Id="C28105" Action="Warning" /> | ||
<Rule Id="C28106" Action="Warning" /> | ||
<Rule Id="C28109" Action="Warning" /> | ||
<Rule Id="C28132" Action="Warning" /> | ||
<Rule Id="C28182" Action="Warning" /> | ||
<Rule Id="C28197" Action="Warning" /> | ||
<Rule Id="C28198" Action="Warning" /> | ||
<Rule Id="C28199" Action="Warning" /> | ||
<Rule Id="C28206" Action="Warning" /> | ||
<Rule Id="C28207" Action="Warning" /> | ||
<Rule Id="C28287" Action="Warning" /> | ||
<Rule Id="C28288" Action="Warning" /> | ||
<Rule Id="C28601" Action="Warning" /> | ||
<Rule Id="C28602" Action="Warning" /> | ||
<Rule Id="C28604" Action="Warning" /> | ||
<Rule Id="C28615" Action="Warning" /> | ||
<Rule Id="C28617" Action="Warning" /> | ||
<Rule Id="C28623" Action="Warning" /> | ||
<Rule Id="C28636" Action="Warning" /> | ||
<Rule Id="C28637" Action="Warning" /> | ||
<Rule Id="C28638" Action="Warning" /> | ||
<Rule Id="C28639" Action="Warning" /> | ||
<Rule Id="C28648" Action="Warning" /> | ||
<Rule Id="C28649" Action="Warning" /> | ||
<Rule Id="C28650" Action="Warning" /> | ||
<Rule Id="C28719" Action="Warning" /> | ||
<Rule Id="C28720" Action="Warning" /> | ||
<Rule Id="C28721" Action="Warning" /> | ||
<Rule Id="C28726" Action="Warning" /> | ||
<Rule Id="C28727" Action="Warning" /> | ||
<Rule Id="C28730" Action="Warning" /> | ||
<Rule Id="C28735" Action="Warning" /> | ||
<Rule Id="C28736" Action="Warning" /> | ||
<Rule Id="C28750" Action="Warning" /> | ||
<Rule Id="C28751" Action="Warning" /> | ||
<Rule Id="C33020" Action="Warning" /> | ||
<Rule Id="C33022" Action="Warning" /> | ||
<Rule Id="C6001" Action="Warning" /> | ||
<Rule Id="C6011" Action="Warning" /> | ||
<Rule Id="C6014" Action="Warning" /> | ||
<Rule Id="C6053" Action="Warning" /> | ||
<Rule Id="C6054" Action="Warning" /> | ||
<Rule Id="C6059" Action="Warning" /> | ||
<Rule Id="C6063" Action="Warning" /> | ||
<Rule Id="C6064" Action="Warning" /> | ||
<Rule Id="C6066" Action="Warning" /> | ||
<Rule Id="C6067" Action="Warning" /> | ||
<Rule Id="C6101" Action="Warning" /> | ||
<Rule Id="C6200" Action="Warning" /> | ||
<Rule Id="C6201" Action="Warning" /> | ||
<Rule Id="C6211" Action="Warning" /> | ||
<Rule Id="C6214" Action="Warning" /> | ||
<Rule Id="C6215" Action="Warning" /> | ||
<Rule Id="C6216" Action="Warning" /> | ||
<Rule Id="C6217" Action="Warning" /> | ||
<Rule Id="C6219" Action="Warning" /> | ||
<Rule Id="C6220" Action="Warning" /> | ||
<Rule Id="C6221" Action="Warning" /> | ||
<Rule Id="C6225" Action="Warning" /> | ||
<Rule Id="C6226" Action="Warning" /> | ||
<Rule Id="C6230" Action="Warning" /> | ||
<Rule Id="C6237" Action="Warning" /> | ||
<Rule Id="C6239" Action="Warning" /> | ||
<Rule Id="C6240" Action="Warning" /> | ||
<Rule Id="C6242" Action="Warning" /> | ||
<Rule Id="C6244" Action="Warning" /> | ||
<Rule Id="C6246" Action="Warning" /> | ||
<Rule Id="C6255" Action="Warning" /> | ||
<Rule Id="C6259" Action="Warning" /> | ||
<Rule Id="C6262" Action="Warning" /> | ||
<Rule Id="C6263" Action="Warning" /> | ||
<Rule Id="C6268" Action="Warning" /> | ||
<Rule Id="C6269" Action="Warning" /> | ||
<Rule Id="C6270" Action="Warning" /> | ||
<Rule Id="C6271" Action="Warning" /> | ||
<Rule Id="C6272" Action="Warning" /> | ||
<Rule Id="C6273" Action="Warning" /> | ||
<Rule Id="C6274" Action="Warning" /> | ||
<Rule Id="C6276" Action="Warning" /> | ||
<Rule Id="C6277" Action="Warning" /> | ||
<Rule Id="C6278" Action="Warning" /> | ||
<Rule Id="C6279" Action="Warning" /> | ||
<Rule Id="C6280" Action="Warning" /> | ||
<Rule Id="C6282" Action="Warning" /> | ||
<Rule Id="C6284" Action="Warning" /> | ||
<Rule Id="C6287" Action="Warning" /> | ||
<Rule Id="C6292" Action="Warning" /> | ||
<Rule Id="C6293" Action="Warning" /> | ||
<Rule Id="C6295" Action="Warning" /> | ||
<Rule Id="C6298" Action="Warning" /> | ||
<Rule Id="C6302" Action="Warning" /> | ||
<Rule Id="C6303" Action="Warning" /> | ||
<Rule Id="C6305" Action="Warning" /> | ||
<Rule Id="C6308" Action="Warning" /> | ||
<Rule Id="C6310" Action="Warning" /> | ||
<Rule Id="C6312" Action="Warning" /> | ||
<Rule Id="C6319" Action="Warning" /> | ||
<Rule Id="C6320" Action="Warning" /> | ||
<Rule Id="C6323" Action="Warning" /> | ||
<Rule Id="C6324" Action="Warning" /> | ||
<Rule Id="C6326" Action="Warning" /> | ||
<Rule Id="C6328" Action="Warning" /> | ||
<Rule Id="C6330" Action="Warning" /> | ||
<Rule Id="C6331" Action="Warning" /> | ||
<Rule Id="C6332" Action="Warning" /> | ||
<Rule Id="C6333" Action="Warning" /> | ||
<Rule Id="C6334" Action="Warning" /> | ||
<Rule Id="C6335" Action="Warning" /> | ||
<Rule Id="C6383" Action="Warning" /> | ||
<Rule Id="C6384" Action="Warning" /> | ||
<Rule Id="C6385" Action="Warning" /> | ||
<Rule Id="C6386" Action="Warning" /> | ||
<Rule Id="C6387" Action="Warning" /> | ||
<Rule Id="C6388" Action="Warning" /> | ||
<Rule Id="C6411" Action="Warning" /> | ||
<Rule Id="C6503" Action="Warning" /> | ||
<Rule Id="C6504" Action="Warning" /> | ||
<Rule Id="C6508" Action="Warning" /> | ||
<Rule Id="C6514" Action="Warning" /> | ||
<Rule Id="C6517" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters