summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* sysio: check for IO errors for write operationsAraq2017-02-111-6/+8
|
* sysio: minor improvementsAraq2017-02-091-4/+5
|
* make tests green againAndreas Rumpf2017-02-082-1/+5
|
* make tests green againAndreas Rumpf2017-02-082-4/+5
|
* system/unicode: check for buffer overflows; refs #5284Araq2017-02-081-18/+31
|
* system.nim: don't use deprecated symbols/constructsAraq2017-02-087-21/+21
|
* fixes #5349Araq2017-02-081-18/+33
|
* Mark setupForeignThreadGc and initGC as gcsafe (#5353)Anatoly Galiulin2017-02-081-1/+1
|
* Use __NR_gettid instead of SYS_gettid (#5338)Yuriy Glukhov2017-02-041-3/+3
|
* critical realloc bugfix; refs #4818Andreas Rumpf2017-02-031-3/+4
|
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-0/+5
|
* allocator: fixes regression: get alignment right for small objectsAraq2017-01-311-0/+2
|
* make getThreadId() work on OSXAndreas Rumpf2017-01-311-2/+4
|
* another attempt to getThreadId work on Linuxaraq2017-01-311-1/+1
|
* make getThreadId() work on Linuxaraq2017-01-311-3/+6
|
* make AVL tree node part of the memory regions; fixes hard to reproduce ↵Araq2017-01-311-1/+1
| | | | channel crashes
* make AVL tree node part of the memory regions; fixes hard to reproduce ↵Araq2017-01-311-15/+15
| | | | channel crashes
* added system.getThreadId for various OSes (untested)Araq2017-01-311-1/+31
|
* dirty changes to Nim's memory tracker; requires cleanupsAraq2017-01-311-1/+6
|
* fix the racy allocator properlyAndreas Rumpf2017-01-311-1/+1
|
* added test case; threadex example crashes nowAraq2017-01-302-2/+6
|
* fixes #5301Araq2017-01-302-42/+60
|
* fixes repr regressionAndreas Rumpf2017-01-271-1/+3
|
* repr.nim: minor improvement when outputting addresses of cstringsAndreas Rumpf2017-01-261-5/+5
|
* bugfix: onThreadDestruction callbacks should be run in reverse orderAndreas Rumpf2017-01-261-1/+1
|
* improvements to memtrackingAndreas Rumpf2017-01-263-2/+15
|
* memory tracker is aware of threads (still not threadsafe though)Andreas Rumpf2017-01-261-7/+30
|
* Fix compilation for 16 bit targets (#5286)Jeff Ciesielski2017-01-264-5/+5
|
* onThreadDestruction feature added to Nim's threading modelAndreas Rumpf2017-01-241-11/+32
|
* added system.runOnThreadCreationHandlers for initialization of thread local ↵Araq2017-01-201-0/+9
| | | | storage for the main thread
* new segfaults.nim stdlib module works on WindowsAraq2017-01-201-1/+6
|
* ansi_c.nim: avoid deprecated 'expr' typeAraq2017-01-201-1/+1
|
* added system.onThreadCreation feature for safe thread local storage ↵Andreas Rumpf2017-01-181-0/+31
| | | | initializations
* docs for the heap dump featureAndreas Rumpf2017-01-161-0/+1
|
* M&S GC gets the heap dump featureAndreas Rumpf2017-01-153-69/+76
|
* default GC can do a sort of heap dump via -d:nimTypeNames and ↵Andreas Rumpf2017-01-142-2/+33
| | | | dumpNumberOfInstances()
* memory allocator hotfix: do not allocate tremendous amounts of memoryAndreas Rumpf2017-01-131-11/+13
|
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-111-1/+9
|
* naive work-around for time redefinition (#5193)Fabian Keller2017-01-082-8/+10
|
* disable pinToCpu for OSXAndreas Rumpf2017-01-071-4/+5
|
* disable new alloctor behaviour for emscriptenAndreas Rumpf2016-12-271-4/+5
|
* NimScript: prepare for future Nimble improvements; should be completely ↵Araq2016-12-231-21/+23
| | | | compatible with old and upcoming Nimble versions
* Merge branch 'devel' into sighashesAraq2016-12-191-2/+22
|\
| * fixes #4818Araq2016-12-181-2/+22
| |
* | Merge branch 'devel' into sighashesAraq2016-12-132-3/+3
|\|
| * Added FileSeekPosYuriy Glukhov2016-12-081-2/+2
| |
| * Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
| |
* | Merge branch 'devel' into sighashesAndreas Rumpf2016-12-061-5/+11
|\|
| * Show cell type name in writeCellYuriy Glukhov2016-12-061-5/+11
| |
* | more fixesAraq2016-12-021-1/+1
| |