summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 compa...Araq2016-12-231-21/+23
* 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
* | further progress; more tests are greenAraq2016-11-281-0/+1
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-281-14/+11
|\
| * Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| |\
| | * DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
* | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
* | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
* | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
|/ /
* | reverted deepcopy fix for nowAndreas Rumpf2016-11-241-75/+31
* | further memtracking improvementsAndreas Rumpf2016-11-243-6/+27
* | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
* | first version of the new memory tracking featureAndreas Rumpf2016-11-212-0/+64
* | fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
* | deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
* | Merge pull request #4888 from arnetheduck/mmap-fixesAndreas Rumpf2016-10-241-3/+10
|\ \
| * | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254)Jacek Sieka2016-10-121-3/+10
| |/
* | clean up tyBigNum remnantsJacek Sieka2016-10-241-1/+0
* | fixes bootstrapping problemAraq2016-10-211-11/+11
* | fixes #564Andreas Rumpf2016-10-211-5/+6
* | add exported memory size getter functions for MemRegion objectsHakan Deryal2016-10-131-0/+6
* | fixes memory region not updating when passed to withRegion template.Hakan Deryal2016-10-131-0/+1
|/
* Merge pull request #4848 from flyx/fix-debugdlopenAndreas Rumpf2016-10-061-1/+4
|\
| * Display hint for -d:nimDebugDlOpen on load failureFelix Krause2016-10-031-0/+2
| * Fixed compilation error with -d:nimDebugDlOpenFelix Krause2016-10-031-1/+2
* | Merge pull request #4857 from yglukhov/gcv2-threadsAndreas Rumpf2016-10-061-3/+9
|\ \