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
/
Src
/
Timer.cpp
Age
Commit message (
Expand
)
Author
2013-09-01
A bunch of trivial changes to fix clang warnings.
comex
2013-04-17
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...
Lioncash
2013-04-15
Update the license file text (change SVN to Git) in all projects except Core ...
lioncash
2012-11-26
Remove more unused code.
rog
2010-11-22
Layout should not be called until after a sizer is inserted into its parent. ...
Glenn Rice
2010-11-22
Revert to gettimeofday on posix systems. I give up.
Glenn Rice
2010-11-21
Revert revision 6464. _POSIX_MONOTONIC_CLOCK is not used in that way.
Glenn Rice
2010-11-21
POSIX feature symbols can be defined even if not implemented.
Soren Jorvang
2010-11-21
Check if CLOCK_MONOTONIC is supported before using clock_gettime.
Glenn Rice
2010-11-20
Fix ogl screenshots for windows.
Glenn Rice
2010-11-20
Implement JitIL profiling on linux. I also tried implementing __rdtsc using ...
Glenn Rice
2010-08-26
Fix RTC to report the correct system time in Wii and GC titles as reported in...
PerfectInduction
2010-07-22
Fix small copy-paste error in Timer.cpp
Shawn Hoffman
2010-07-22
Revert to using ftime() on Windows which doesn't have gettimeofday(). Untested.
Soren Jorvang
2010-07-22
Port to *BSD. It runs but isn't terribly useful without Cg.
Soren Jorvang
2010-01-21
Kill the last timeGetTime calls.
hrydgard
2010-01-21
linux build fix, sorry
hrydgard
2010-01-21
(Minor timer library code cleanup)
hrydgard
2010-01-07
1. This should fix Issue 1625 (Bizarre Auto Frame Limit)
ayuanx
2009-09-08
get rid of the '¯' chars in source code...non ascii chars are not really goo...
Shawn Hoffman
2009-08-25
GUI: Fixed the render-to-main fullscreen mode and screen resizing
John Peterson
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-12
Rearrange LogManager includes. The main purpose is to make it possible to mod...
Nolan Check
2009-03-28
Some code cleanup
omegadox
2009-03-21
fix time printing in linux
nakeee
2009-03-20
More log fixing: Write to Window checkbox added, fix some log levels again, c...
hrydgard
2009-03-15
fix Timer::GetTimeFormatted
Shawn Hoffman
2009-03-07
fix some gcc warnings
LPFaint99
2009-02-22
Consolidate the three implementations of Decode5A3 found in Core into one. Fi...
hrydgard
2009-02-20
The Mega Change Of Doom - or, fixing Stop. Almost. At least it's better than ...
hrydgard
2009-02-16
Rerecording: Wind back the frame counter in the status bar when a save state ...
John Peterson
2009-02-16
Rerecording: Added frame step function and status bar for the input recording...
John Peterson
2009-01-16
Revert r1861
LPFaint99
2009-01-15
nakee's work on dolphin events. Also get wxw out of logmanager. This commit w...
Shawn Hoffman
2009-01-13
Move #include <window.h> from all files that include it and common.h to common.h
LPFaint99
2008-12-13
Fix time in some games (AC and ZWW at least). Many games doesn't use RTC but ...
memberTwo.mb2
2008-12-08
set svn:eol-style=native for **.cpp
bushing
2008-07-20
Linux: Fix ups for people running Linux. If it breaks anything, punch me in t...
Sonicadvance1
2008-07-12
Initial megacommit.
hrydgard