terminal/src/cascadia/WindowsTerminalUniversal
Michael Niksa 4d1c7cf3eb Introduce chromium safe math (#4144)
## Summary of the Pull Request

<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
* [x] Closes #4013 
* [x] I work here.
* [x] Existing tests should be OK. Real changes, just adding a lib to use.
* [x] Couldn't find any existing docs about intsafe.
* [x] Am core contributor.

## Detailed Description of the Pull Request / Additional comments
* [x] Can we remove min/max completely or rename it in the two projects where it had to be reintroduced? This is now moved into #4152 
* [x] How many usages of the old safe math are there? **79**
* [x] If not a ton, can we migrate them here or in a follow on PR? This is now moved into #4153

Files with old safe math:
- TerminalControl: TSFInputControl.cpp
- TerminalCore: TerminalDispatch.cpp
- TerminalCore: TerminalSelection.cpp
- Host: directio.cpp
- RendererGdi: invalidate.cpp
- RendererGdi: math.cpp
- RendererGdi: paint.cpp
- RendererVt: paint.cpp
- TerminalAdapter: adaptDispatch.cpp
- Types: viewport.cpp
- Types: WindowUiaProviderBase.cpp

## Validation Steps Performed
2020-01-16 18:51:06 +00:00
..
Resources/en-US Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
internal-background.png Add internal branding corner to Universal terminal... (#4017) 2019-12-18 16:51:06 -08:00
main.cpp Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
Package-Dev.appxmanifest Create Telnet connection type and default loopback profile for… (#3858) 2019-12-09 11:07:08 -08:00
Package.appxmanifest Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
packages.config Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
pch.cpp Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
pch.h Introduce chromium safe math (#4144) 2020-01-16 18:51:06 +00:00
PropertySheet.props Introduce a Universal package for Windows Terminal (#3236) 2019-11-25 16:30:45 -08:00
WindowsTerminalUniversal.vcxproj Introduce chromium safe math (#4144) 2020-01-16 18:51:06 +00:00
WindowsTerminalUniversal.vcxproj.filters Add internal branding corner to Universal terminal... (#4017) 2019-12-18 16:51:06 -08:00