terminal/src/buffer/out
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
..
lib Migrate Search module as a shared component for Terminal Search (#3279) 2019-11-14 14:36:41 -08:00
ut_textbuffer Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
AttrRow.cpp OSC 8 support for conhost and terminal (#7251) 2020-09-03 13:52:39 -04:00
AttrRow.hpp OSC 8 support for conhost and terminal (#7251) 2020-09-03 13:52:39 -04:00
AttrRowIterator.cpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
AttrRowIterator.hpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
CharRow.cpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
CharRow.hpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
CharRowCell.cpp Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
CharRowCell.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
CharRowCellReference.cpp Add GH issue IDs to all the suppress/disables that I left behind as they were a bit too challenging to solve with this giant PR 2019-09-05 11:14:43 -07:00
CharRowCellReference.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
cursor.cpp Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
cursor.h hygiene: change default specifiers of some functions to delete (#4962) 2020-03-18 17:30:50 -07:00
DbcsAttribute.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
OutputCell.cpp Refactor the SGR implementation in AdaptDispatch (#5758) 2020-05-08 16:04:16 -07:00
OutputCell.hpp Refactor the SGR implementation in AdaptDispatch (#5758) 2020-05-08 16:04:16 -07:00
OutputCellIterator.cpp Replace gsl::at with a new til::at(span) for pre-checked bounds (#6925) 2020-07-15 10:29:36 -07:00
OutputCellIterator.hpp Replace basic_string_view<T> with span<const T> (#6921) 2020-07-15 16:40:42 +00:00
OutputCellRect.cpp Replace basic_string_view<T> with span<const T> (#6921) 2020-07-15 16:40:42 +00:00
OutputCellRect.hpp C26455, default constructor may not throw. Mark noexcept. (Trivial cases.) 2019-09-03 14:57:14 -07:00
OutputCellView.cpp Some of the PR feedback. 2019-09-05 17:21:54 -07:00
OutputCellView.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
Row.cpp Commit attr runs less frequently by accumulating length of color run (#6919) 2020-07-17 17:53:01 +00:00
Row.hpp make filling chars (and, thus, erase line/char) unset wrap (#2831) 2019-09-30 18:16:31 -07:00
RowCellIterator.cpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
RowCellIterator.hpp hygiene: change default specifiers of some functions to delete (#4962) 2020-03-18 17:30:50 -07:00
search.cpp Cache the size viewport structure inside TextBuffer (#6841) 2020-07-09 11:18:25 +00:00
search.h Cache the size viewport structure inside TextBuffer (#6841) 2020-07-09 11:18:25 +00:00
sources.inc Migrate Search module as a shared component for Terminal Search (#3279) 2019-11-14 14:36:41 -08:00
TextAttribute.cpp Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
TextAttribute.hpp Fix the "visual representation" optimization for hyperlinks (#7738) 2020-09-28 23:49:25 +00:00
TextAttributeRun.cpp Refactor the SGR implementation in AdaptDispatch (#5758) 2020-05-08 16:04:16 -07:00
TextAttributeRun.hpp Refactor the SGR implementation in AdaptDispatch (#5758) 2020-05-08 16:04:16 -07:00
textBuffer.cpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
textBuffer.hpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
textBufferCellIterator.cpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
textBufferCellIterator.hpp Fix SA for Visual Studio 16.8 (#8551) 2020-12-11 05:04:30 +00:00
textBufferTextIterator.cpp Some of the PR feedback. 2019-09-05 17:21:54 -07:00
textBufferTextIterator.hpp C26447,C26440 - is noexcept but can throw or doesn't throw but not noexcept 2019-08-29 15:23:07 -07:00
TextColor.cpp Replace gsl::at with a new til::at(span) for pre-checked bounds (#6925) 2020-07-15 10:29:36 -07:00
TextColor.h Replace basic_string_view<T> with span<const T> (#6921) 2020-07-15 16:40:42 +00:00
UnicodeStorage.cpp Compensate for VS 16.7, part 2 (#7383) 2020-08-24 21:21:53 +00:00
UnicodeStorage.hpp Compensate for VS 16.7, part 2 (#7383) 2020-08-24 21:21:53 +00:00