summary refs log tree commit diff stats
path: root/lib/system/timers.nim
Commit message (Collapse)AuthorAgeFilesLines
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-27/+30
|
* Removed int64 -> int downcast in timers.`-`GrundleTrundle2015-02-211-2/+2
| | | | | On windows when compiling on 32 bit, this can get you a out of range exception for an otherwise valid interval.
* the big renamefest: first stepsAraq2014-08-221-1/+1
|
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-3/+4
| | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions)
* GC with realtime supportAraq2012-04-211-0/+92