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
Remove support for LLVM_vs2012 and LLVM_vs2014 PlatformToolsets, since they probably are broken anyway 7ff6ab2e
Remove code that has been marked Obsolete for a very long time b24704af
Remove deprecated TreatWarningAsError (notice the missing S at the end of warning) 6a454c19
Deprecate CommonLanguageRuntimeSupport.SafeMsilClrSupportOldSyntax value, since it has been removed in vs2008 or so 7ab57874
Rename SpectreMitigation.Enabled to SpectreMitigation.Spectre, and mark the old name Obsolete with a message 42b048df
Rename ShowProgress.DisplayAll and ShowProgress.DisplaysSome to ShowProgress.LinkVerbose and ShowProgress.LinkVerboseLib, and mark the old names Obsolete with a message a54cdc3d
Rename SubSystem.Application to SubSystem.Windows, and mark the old name Obsolete with a message c2a236ed
New features / improvements
Added pre/post event commands to makefile gen and use them in HelloLinux sample
[GithubActions] Only generate mdb files in release on windows. 871b34d2
[GithubActions] Allow CI to continue on failure 446700dd
Demote the obsolete errors to warnings in the SpectreMitigation and ShowProgress options when using the deprecated values, and map them to the proper ones 79ecc58d
Demote the obsolete from error to warning in the SubSystem option when using the deprecated value Application, and map it to Windows. 6626df34