Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timers.nim: avoid parser warning | Araq | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -4/+1 |
| | |||||
* | naive work-around for time redefinition (#5193) | Fabian Keller | 2017-01-08 | 1 | -4/+5 |
| | |||||
* | prefer consts to importing #defines from headers | Jacek Sieka | 2016-06-06 | 1 | -2/+7 |
| | | | | | to be completed - better would be to have a libc wrapper that deals with all pesky C ABI details | ||||
* | fixes typo in system/timers. | Parashurama | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -12/+12 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/system/g-w - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -27/+30 |
| | |||||
* | Removed int64 -> int downcast in timers.`-` | GrundleTrundle | 2015-02-21 | 1 | -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 steps | Araq | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | fixes the recently discovered GC memory leaks | Zahary Karadjov | 2012-12-20 | 1 | -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 support | Araq | 2012-04-21 | 1 | -0/+92 |