Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* / | call initAllocator in foreign thread | Jez Kabanov | 2016-10-05 | 1 | -0/+1 |
|/ | |||||
* | Typo in doc | Yuriy Glukhov | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | fixes serious regression | Andreas Rumpf | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | fixes #4746 | Andreas Rumpf | 2016-09-24 | 1 | -2/+4 |
| | |||||
* | fixes #4776 | Andreas Rumpf | 2016-09-24 | 3 | -29/+43 |
| | |||||
* | bugfix: bottom of AVL tree is now threadsafe | Andreas Rumpf | 2016-09-24 | 3 | -5/+7 |
| | |||||
* | Add define value `nimBurnFree` which allow deallocation procedures to fill ↵ | cheatfate | 2016-09-20 | 1 | -1/+1 |
| | | | | memory with 0xFF before freeing it. | ||||
* | Fixes $(0.0/0.0) giving `-nan` on some systems. | Dominik Picheta | 2016-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Squashed commit of the following: commit c7fc086b663f4d4003ccd5831a0ca508cf9badc7 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 21:09:48 2016 +0200 Another attempt at fix. commit 67b7fb67cda08d945e480a6a01fb0fee797add00 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 20:47:41 2016 +0200 Fixes $(0.0/0.0) giving `-nan` on some systems. | ||||
* | srcdir -> srcDir | Yuta Yamada | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | fixes #4764, fixes #4731, fixes #4724 | Araq | 2016-09-14 | 1 | -0/+2 |
| |