Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation for 16 bit targets (#5286) | Jeff Ciesielski | 2017-01-26 | 4 | -5/+5 |
| | |||||
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 1 | -11/+32 |
| | |||||
* | added system.runOnThreadCreationHandlers for initialization of thread local ↵ | Araq | 2017-01-20 | 1 | -0/+9 |
| | | | | storage for the main thread | ||||
* | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 1 | -1/+6 |
| | |||||
* | ansi_c.nim: avoid deprecated 'expr' type | Araq | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | added system.onThreadCreation feature for safe thread local storage ↵ | Andreas Rumpf | 2017-01-18 | 1 | -0/+31 |
| | | | | initializations | ||||
* | docs for the heap dump feature | Andreas Rumpf | 2017-01-16 | 1 | -0/+1 |
| | |||||
* | M&S GC gets the heap dump feature | Andreas Rumpf | 2017-01-15 | 3 | -69/+76 |
| | |||||
* | default GC can do a sort of heap dump via -d:nimTypeNames and ↵ | Andreas Rumpf | 2017-01-14 | 2 | -2/+33 |
| | | | | dumpNumberOfInstances() | ||||
* | memory allocator hotfix: do not allocate tremendous amounts of memory | Andreas Rumpf | 2017-01-13 | 1 | -11/+13 |
| | |||||
* | Handle different enum sizes in reprAux (#5207) | Brandon Pickering | 2017-01-11 | 1 | -1/+9 |
| | |||||
* | naive work-around for time redefinition (#5193) | Fabian Keller | 2017-01-08 | 2 | -8/+10 |
| | |||||
* | disable pinToCpu for OSX | Andreas Rumpf | 2017-01-07 | 1 | -4/+5 |
| | |||||
* | disable new alloctor behaviour for emscripten | Andreas Rumpf | 2016-12-27 | 1 | -4/+5 |
| | |||||
* | NimScript: prepare for future Nimble improvements; should be completely ↵ | Araq | 2016-12-23 | 1 | -21/+23 |
| | | | | compatible with old and upcoming Nimble versions | ||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -2/+22 |
|\ | |||||
| * | fixes #4818 | Araq | 2016-12-18 | 1 | -2/+22 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Araq | 2016-12-13 | 2 | -3/+3 |
|\| | |||||
| * | Added FileSeekPos | Yuriy Glukhov | 2016-12-08 | 1 | -2/+2 |
| | | |||||
| * | Control leakDetector from cmdline | Yuriy Glukhov | 2016-12-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Andreas Rumpf | 2016-12-06 | 1 | -5/+11 |
|\| | |||||
| * | Show cell type name in writeCell | Yuriy Glukhov | 2016-12-06 | 1 | -5/+11 |
| | | |||||
* | | more fixes | Araq | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | further progress; more tests are green | Araq | 2016-11-28 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-11-28 | 1 | -14/+11 |
|\ | |||||
| * | Merge pull request #4878 from yglukhov/gc-frameinfo | Andreas Rumpf | 2016-11-28 | 1 | -14/+11 |
| |\ | | | | | | | Cosmetics | ||||
| | * | DRY frame info setting out to a template. | Yuriy Glukhov | 2016-11-03 | 1 | -14/+11 |
| | | | |||||
* | | | system.deepCopy should show old behaviour | Andreas Rumpf | 2016-11-28 | 1 | -1/+6 |
| | | | |||||
* | | | use -d:nimTypeNames to create RTTI with type names | Andreas Rumpf | 2016-11-28 | 1 | -0/+2 |
| | | | |||||
* | | | deepcopy fix | Andreas Rumpf | 2016-11-26 | 1 | -31/+75 |
|/ / | |||||
* | | reverted deepcopy fix for now | Andreas Rumpf | 2016-11-24 | 1 | -75/+31 |
| | | |||||
* | | further memtracking improvements | Andreas Rumpf | 2016-11-24 | 3 | -6/+27 |
| | | |||||
* | | string.add for floats and ints for more performance (JS not yet supported) | Andreas Rumpf | 2016-11-21 | 1 | -28/+23 |
| | | |||||
* | | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 2 | -0/+64 |
| | | |||||
* | | fixes deepcopy regression | Andreas Rumpf | 2016-11-18 | 1 | -2/+4 |
| | | |||||
* | | deepCopy: proper sharing of refs | Andreas Rumpf | 2016-11-17 | 1 | -31/+73 |
| | | |||||
* | | Merge pull request #4888 from arnetheduck/mmap-fixes | Andreas Rumpf | 2016-10-24 | 1 | -3/+10 |
|\ \ | | | | | | | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc | ||||
| * | | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254) | Jacek Sieka | 2016-10-12 | 1 | -3/+10 |
| |/ | |||||
* | | clean up tyBigNum remnants | Jacek Sieka | 2016-10-24 | 1 | -1/+0 |
| | | |||||
* | | fixes bootstrapping problem | Araq | 2016-10-21 | 1 | -11/+11 |
| | | |||||
* | | fixes #564 | Andreas Rumpf | 2016-10-21 | 1 | -5/+6 |
| | | |||||
* | | add exported memory size getter functions for MemRegion objects | Hakan Deryal | 2016-10-13 | 1 | -0/+6 |
| | | |||||
* | | fixes memory region not updating when passed to withRegion template. | Hakan Deryal | 2016-10-13 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #4848 from flyx/fix-debugdlopen | Andreas Rumpf | 2016-10-06 | 1 | -1/+4 |
|\ | | | | | Fixed compilation error with -d:nimDebugDlOpen | ||||
| * | Display hint for -d:nimDebugDlOpen on load failure | Felix Krause | 2016-10-03 | 1 | -0/+2 |
| | | |||||
| * | Fixed compilation error with -d:nimDebugDlOpen | Felix Krause | 2016-10-03 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #4857 from yglukhov/gcv2-threads | Andreas Rumpf | 2016-10-06 | 1 | -3/+9 |
|\ \ | | | | | | | Make gc v2 compile with --threads:on | ||||
| * | | Make gc v2 compile with --threads:on | Yuriy Glukhov | 2016-10-05 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #4853 from GaveUp/devel | Andreas Rumpf | 2016-10-06 | 1 | -2/+0 |
|\ \ \ | |/ / |/| | | Revert change to osalloc.nim from commit 8d7a45f. | ||||
| * | | Revert change to osalloc.nim from commit 8d7a45f. | GaveUp | 2016-10-04 | 1 | -2/+0 |
| |/ | | | | | | | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852. |