Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 |
2021-04-28 | More reasonable variable name. | Neil | 1 | -2/+2 |
2021-04-28 | Feature [feature-requests:1373]. Use steady_clock for measuring intervals. | Zufu Liu | 1 | -4/+4 |
2020-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -1/+1 |
2019-03-19 | Make constructors of simple classes noexcept. | Neil | 1 | -1/+1 |
2018-04-30 | Use const where possible. | Neil | 1 | -1/+1 |
2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -0/+35 |