index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Timer.cpp
Age
Commit message (
Expand
)
Author
2025-07-24
Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system ...
Jordan Woyak
2025-04-03
Common/Timer: Use YieldProcessor on Windows.
Jordan Woyak
2025-04-03
Common: Create a PrecisionTimer class.
Jordan Woyak
2025-03-16
Common: use std::chrono for GetLocalTimeSinceJan1970 on Windows
iwubcode
2022-08-06
add TODO for chrono in GetLocalTimeSinceJan1970
Shawn Hoffman
2022-08-06
Revert "msvc: use std::chrono for GetLocalTimeSinceJan1970"
Shawn Hoffman
2022-08-02
Timer: protect usages of ms timers from rollover
Shawn Hoffman
2022-08-02
msvc: use std::chrono for GetLocalTimeSinceJan1970
Shawn Hoffman
2022-08-02
windows: mark as HighQoS, ensure timer resolution is honored
Shawn Hoffman
2022-08-02
move "double time" code into State from Timer
Shawn Hoffman
2022-08-02
Common::Timer: use chrono::steady_clock internally
Shawn Hoffman
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-08-23
windows: fix some incorrect string lengths
Shawn Hoffman
2020-07-18
Merge pull request #8905 from JosJuice/jni-encoding
LC
2020-07-13
Merge pull request #8922 from Filoppi/timer-fixes
Tilka
2020-07-12
Common/Timer: Fix integer underflow in Timer::GetDoubleTime for dates before ...
Jordan Woyak
2020-07-08
Common: Rename UTF16ToUTF8
JosJuice
2020-07-01
Fixes the timer returning 1 when it should return 0. The case mentioned by th...
Filoppi
2019-06-14
Common: Use fmt where applicable
Lioncash
2018-10-26
Use wcsftime instead of strftime on Windows to fix encoding errors
JosJuice
2017-01-23
Add includes for building on Windows without PCH
Michael Maltese
2016-07-19
Add Configurable RTC
Chris Burgener
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-10-10
SaveState/DolphinWX: Display time and date of savestate when a slot is select...
Admiral H. Curtiss
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-09-05
General: Toss out PRI macro usage
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-18
Use clock_gettime instead of gettimeofday, it's more effiency on low power sy...
Mullin
2014-12-03
Common: Add a built-in profiler
degasus
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix more header sorting issues in Common/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-13
Fix some warnings
Tillmann Karras
2014-02-10
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-07
Fix warnings found by StringFromFormat having printf style checking.
Matthew Parlane
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre