Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -1/+1 | |
Backport of changeset 7287:0272b3c3a03b. | |||||
2018-04-21 | Backport: Safety improvements for character code - drop reinterpret_cast, ↵ | Neil | 1 | -1/+1 | |
ensure more variables are initialized, specify noexcept when safe. Backport of changeset 6727:8f4de063e95c. | |||||
2018-03-24 | Backport: Removed unwanted include. | Neil | 1 | -1/+0 | |
Backport of changeset 6646:c64207e7e584. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2015-07-04 | Make std::exception visible to all core code to remove chance that a different | Neil | 1 | -0/+1 | |
tool set will not indirectly include <stdexcept>. | |||||
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -1/+1 | |
defined in scripts/HeaderOrder.txt. | |||||
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+68 | |
case conversion of Unicode text in accordance with Unicode. |