terminal/src/types/inc
Dustin L. Howett eb2be374fd
Fix SA for Visual Studio 16.8 (#8551)
I added `enum class` to one thing and decided that that was quite enough
before disabling the `enum class` warning.

Looks like 16.8 made more map/vector operations noexcept, so we have to
re-annotate to remain compliant.
2020-12-11 05:04:30 +00:00
..
CodepointWidthDetector.hpp Replace std::map with std::unordered_map (#6640) 2020-06-23 20:49:07 +00:00
colorTable.hpp Add support for more OSC color formats (#7578) 2020-10-14 17:29:10 -07:00
convert.hpp inbox: reflect incoming changes from Windows (#1359) 2019-06-20 17:51:04 -07:00
Environment.hpp Always create a new environment block before we spawn a process (#7243) 2020-08-11 23:58:45 +00:00
GlyphWidth.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
IInputEvent.hpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
ThemeUtils.h Use standard 1px window borders on NC Island Window (#3394) 2019-11-04 15:45:40 -08:00
User32Utils.hpp Add support for commandline args to wt.exe (#4023) 2020-01-27 15:34:12 +00:00
Utf16Parser.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
utils.hpp Improve OSC 8 Hyperlink parsing logic (#7962) 2020-12-03 00:33:29 +00:00
viewport.hpp Correct horizontal coordinates in viewport overflow test (#8456) 2020-12-03 21:53:16 +00:00