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