summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* Add note about passing channels between threads.Federico Ceratto2017-02-271-0/+2
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-265-248/+276
|\
| * Use constant nimCoroutines instead of defined(nimCoroutines)Rokas Kupstys2017-02-202-10/+10
| * Cleanup of gc codeRokas Kupstys2017-02-204-275/+214
| * Coroutines realtime supportRokas Kupstys2017-02-201-13/+36
| * Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutinesRokas Kupstys2017-02-202-112/+154
| * Delete fiber context when it exits (memleak fix)Rokas Kupstys2017-02-202-4/+23
| * Added support for exceptions in coroutines and added exception testRokas Kupstys2017-02-201-0/+11
| * Coroutine rework.Rokas Kupstys2017-02-202-8/+2
* | removed onThreadCreation; onThreadDestruction is now thread localAraq2017-02-261-49/+11
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-173-21/+52
|\|
| * fixes #5392araq2017-02-151-1/+4
| * Add ``tearDownForeignThreadGc`` function (#5369)Anatoly Galiulin2017-02-132-10/+35
| * sysio: check for IO errors for write operationsAraq2017-02-111-6/+8
| * sysio: minor improvementsAraq2017-02-091-4/+5
* | introduce nimMaxHeap define to fight memory overcommitAndreas Rumpf2017-02-101-0/+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 channe...Araq2017-01-311-1/+1
* make AVL tree node part of the memory regions; fixes hard to reproduce channe...Araq2017-01-311-15/+15
* 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 s...Araq2017-01-201-0/+9
* 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 initializ...Andreas Rumpf2017-01-181-0/+31
* 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 dumpNumberOfIns...Andreas Rumpf2017-01-142-2/+33