Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fixes #710. | Dominik Picheta | 2014-08-16 | 2 | -0/+12 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1485 from def-/js-substr | Andreas Rumpf | 2014-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix CopyStr (substr in system.nim) for javascript target | def | 2014-08-15 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #1484 from def-/js-swap | Andreas Rumpf | 2014-08-15 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix swap in jsgen | def | 2014-08-15 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1483 from def-/fix-1449 | Andreas Rumpf | 2014-08-15 | 1 | -4/+5 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Fix array address on nkHiddenAddr | def | 2014-08-15 | 1 | -4/+5 | |
| |/ / / / / | ||||||
* / / / / / | fixes #1492 | Araq | 2014-08-17 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | fixes #1343 | Araq | 2014-08-15 | 3 | -5/+21 | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 2 | -10/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes #1158. | Dominik Picheta | 2014-08-14 | 1 | -3/+2 | |
| * | | | | | Merge pull request #1481 from rbehrends/fix-stackscan2 | Andreas Rumpf | 2014-08-14 | 1 | -7/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix stack bottom initialization for non-main modules. | Reimer Behrends | 2014-08-14 | 1 | -7/+15 | |
* | | | | | | | some minor fixes | Araq | 2014-08-14 | 4 | -4/+4 | |
* | | | | | | | fixes #669 | Araq | 2014-08-14 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | fixes #722 | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | | | | | fixes #1433 | Araq | 2014-08-14 | 1 | -0/+2 | |
* | | | | | | fixes #1450 | Araq | 2014-08-14 | 1 | -1/+1 | |
* | | | | | | fixes #1472 | Araq | 2014-08-14 | 1 | -9/+0 | |
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge pull request #1480 from rbehrends/fix-stackscan2 | Andreas Rumpf | 2014-08-14 | 2 | -2/+2 | |
| |\| | | | | | ||||||
| | * | | | | | Fixed stack bottom initialization for DLLs. | Reimer Behrends | 2014-08-14 | 2 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | fixes newly introduced bugs | Araq | 2014-08-14 | 4 | -11/+6 | |
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-14 | 4 | -331/+29 | |
|\| | | | | | ||||||
| * | | | | | Merge pull request #1351 from def-/random-openarrays | Dominik Picheta | 2014-08-13 | 1 | -1/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add random() for openarrays | def | 2014-07-12 | 1 | -1/+6 | |
| * | | | | | | Removed zmq wrapper. | Dominik Picheta | 2014-08-13 | 1 | -322/+0 | |
| * | | | | | | Merge pull request #1400 from rbehrends/fix-stackscan | Andreas Rumpf | 2014-08-13 | 2 | -8/+23 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | More robust implementation for finding the beginning of the stack. | Reimer Behrends | 2014-07-23 | 2 | -8/+23 | |
* | | | | | | | | fixes #1434 | Araq | 2014-08-14 | 7 | -15/+54 | |
* | | | | | | | | fixes #1475 | Araq | 2014-08-13 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | fixes #1442 | Araq | 2014-08-13 | 2 | -4/+16 | |
* | | | | | | | fixes #1413 | Araq | 2014-08-13 | 1 | -1/+19 | |
* | | | | | | | fixes #820 | Araq | 2014-08-13 | 2 | -210/+0 | |
* | | | | | | | made some tests green | Araq | 2014-08-13 | 4 | -34/+8 | |
* | | | | | | | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 5 | -20/+20 | |
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-12 | 7 | -21/+107 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #1403 from def-/newseqwith | Andreas Rumpf | 2014-08-12 | 1 | -0/+24 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Move newSeqWith to sequtils | def | 2014-08-11 | 2 | -17/+24 | |
| | * | | | | | | | Add newSeqWith | def | 2014-07-23 | 1 | -0/+17 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1417 from gradha/pr_852_nimcache_naming | Andreas Rumpf | 2014-08-12 | 4 | -19/+71 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Corrects description of nimcache file naming. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-31 | 1 | -29/+27 | |
| | * | | | | | | | Makes ios example work again with new paths. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -15/+7 | |
| | * | | | | | | | Documents nimcache file naming scheme. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -4/+66 | |
| * | | | | | | | | Merge pull request #1405 from boydgreenfield/add_mmap_map_populate | Andreas Rumpf | 2014-08-12 | 2 | -2/+12 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Only try to import MAP_POPULATE on Linux, define flag as 0 otherwise. | Nick Greenfield | 2014-07-23 | 1 | -2/+10 | |
| | * | | | | | | | | Revert "Do not automatically use MAP_POPULATE for opening mmap files." | Nick Greenfield | 2014-07-23 | 1 | -9/+3 | |
| | * | | | | | | | | Do not automatically use MAP_POPULATE for opening mmap files. | Nick Greenfield | 2014-07-23 | 1 | -3/+9 | |
| | * | | | | | | | | Add automatic MAP_POPULATE flag for opening read_only (MAP_PRIVATE) and share... | Nick Greenfield | 2014-07-23 | 2 | -2/+4 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
* | / | | | | | | | asyncio compiles again | Araq | 2014-08-12 | 1 | -21/+22 | |
|/ / / / / / / / |