[D-runtime] [D-Programming-Language/druntime] bce9c5: Fixed ticksPerSec for OSX (in particular iOS)
GitHub via D-runtime
d-runtime at puremagic.com
Sun Mar 8 04:20:41 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: bce9c563b56f5db1b7cc39740ae30cbdd4062603
https://github.com/D-Programming-Language/druntime/commit/bce9c563b56f5db1b7cc39740ae30cbdd4062603
Author: Dan Olson <danole at comcast.net>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M src/core/time.d
Log Message:
-----------
Fixed ticksPerSec for OSX (in particular iOS)
Needed to flip denom and numer. It worked on MacOS because they are
both 1, but on iOS, not so.
Commit: 428fd45934a910f101095c36b03adb04a00fa129
https://github.com/D-Programming-Language/druntime/commit/428fd45934a910f101095c36b03adb04a00fa129
Author: David Nadlinger <code at klickverbot.at>
Date: 2015-03-08 (Sun, 08 Mar 2015)
Changed paths:
M src/core/time.d
Log Message:
-----------
Merge pull request #1189 from smolt/ticksPerSecOSXFix
Fixed ticksPerSec for OSX (in particular iOS)
Compare: https://github.com/D-Programming-Language/druntime/compare/19ea3e382ac9...428fd45934a9
More information about the D-runtime
mailing list