summary refs log tree commit diff stats
path: root/lib/system/timers.nim
Commit message (Collapse)AuthorAgeFilesLines
* [bugfix] fix mach_absolute_time header; refs #11591 (#11593)Timothee Cour2019-07-031-2/+2
|
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-1/+1
| | | | | | | | * calling the "_actual" versions of functions when defined within the same module - slowdown for the snappy compression is now down from x6 to x4-x5 when HCR is ON * dynamically linking to the runtime for VS when HCR is on - binaries are smaller * compilerProcs are also called using the _actual direct version within the module they are defined (system)! * updated comments & goals * handling VS-compatible compilers on Windows in a cleaner way * now the .dll/.so files end up in the nimcache even when --nimcache isn't explicitly stated
* timers.nim: avoid parser warningAraq2018-12-141-1/+1
|
* removes deprecated T/P typesAraq2018-11-161-4/+1
|
* naive work-around for time redefinition (#5193)Fabian Keller2017-01-081-4/+5
|
* prefer consts to importing #defines from headersJacek Sieka2016-06-061-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.Parashurama2016-05-161-1/+1
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-12/+12
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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