Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | koch supports the finish command for smooth installations on Windows | Araq | 2016-10-09 | 3 | -74/+224 |
| | |||||
* | document 'nim e' mode | Araq | 2016-10-08 | 1 | -0/+1 |
| | |||||
* | remove outdated warning about the Nimble installation process | Araq | 2016-10-08 | 1 | -6/+0 |
| | |||||
* | develop version is 0.15.1 | Araq | 2016-10-08 | 3 | -3/+3 |
| | |||||
* | install_tools is not for building by source | Araq | 2016-10-08 | 1 | -7/+0 |
| | |||||
* | fixes #4845 | Araq | 2016-10-08 | 1 | -1/+3 |
| | |||||
* | failed attempt to fix a 'void' inference bug | Araq | 2016-10-08 | 1 | -1/+6 |
| | |||||
* | fixes #4844 | Araq | 2016-10-08 | 1 | -1/+5 |
| | |||||
* | Updated sponsors CSV files. | Dominik Picheta | 2016-10-06 | 2 | -37/+41 |
| | |||||
* | 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 | 2 | -4/+10 |
|\ \ | | | | | | | Make gc v2 compile with --threads:on | ||||
| * | | Make gc v2 compile with --threads:on | Yuriy Glukhov | 2016-10-05 | 2 | -4/+10 |
| | | | |||||
* | | | 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. | ||||
* | | | Merge pull request #4855 from ftsf/fix-foreignthreads | Andreas Rumpf | 2016-10-05 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | call initAllocator in foreign thread | ||||
| * | | call initAllocator in foreign thread | Jez Kabanov | 2016-10-05 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #4850 from jangko/win_nimmain_export | Andreas Rumpf | 2016-10-03 | 1 | -4/+7 |
|\ \ | |/ |/| | fixes #4840 | ||||
| * | fixes #4840 | andri lim | 2016-10-03 | 1 | -4/+7 |
|/ | |||||
* | Improve downloads page. | Dominik Picheta | 2016-10-01 | 1 | -7/+7 |
| | |||||
* | disable warnUninit for --verbosity:2 | Andreas Rumpf | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | downloads have SHA checksums | Araq | 2016-10-01 | 1 | -3/+3 |
| | |||||
* | website updated | Araq | 2016-10-01 | 3 | -2/+5 |
| | |||||
* | NSIS won't force admin privileges. | Dominik Picheta | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Fixes pesky hint in asyncfutures. | Dominik Picheta | 2016-10-01 | 1 | -0/+2 |
| | |||||
* | version changed to 0.15.0 | Araq | 2016-10-01 | 6 | -16/+17 |
| | |||||
* | minor CSS improvement | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Small improvements to download page. | Dominik Picheta | 2016-09-30 | 1 | -4/+3 |
| | |||||
* | Finishes news article for 0.15.0 release. | Dominik Picheta | 2016-09-30 | 3 | -3/+90 |
| | |||||
* | CI: Fixes PATH handling in NSIS installers. | Dominik Picheta | 2016-09-30 | 1 | -12/+199 |
| | | | | | | | | | | | | | | | | Squashed commit of the following: commit 82d16908d6b4dacc585c241005f49aea2eef2c9f Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Fri Sep 30 22:20:47 2016 +0200 CI: ugh, another try. commit 6fe7e2fad11851ad568f9156132bf186593d2c0d Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Fri Sep 30 21:48:22 2016 +0200 CI: Fix env PATH setting issues in NSIS installer. | ||||
* | made test green for Windows | Araq | 2016-09-30 | 1 | -2/+4 |
| | |||||
* | made test green for 32bit system | Araq | 2016-09-30 | 1 | -12/+14 |
| | |||||
* | made test green for 32bit system | Araq | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Works around a niminst bug. Related to commit 3813af63f5 and #4831. | Dominik Picheta | 2016-09-29 | 2 | -1/+3 |
| | |||||
* | Merge pull request #4837 from FedericoCeratto/patch-16 | Dominik Picheta | 2016-09-29 | 1 | -0/+2 |
|\ | | | | | Add few JSON examples | ||||
| * | Add few JSON examples | Federico Ceratto | 2016-09-29 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #4831 from miqlas/Haiku | Andreas Rumpf | 2016-09-29 | 1 | -1/+9 |
|\ | | | | | Haiku supporting code in nim.cfg. We don't have -ldl. | ||||
| * | Haiku supporting code in nim.cfg. We don't have -ldl. | Zoltán Mizsei | 2016-09-25 | 1 | -1/+9 |
| | | |||||
* | | Merge pull request #4833 from FedericoCeratto/patch-15 | Andreas Rumpf | 2016-09-29 | 1 | -0/+3 |
|\ \ | | | | | | | Add description to arch.nim | ||||
| * | | Add description to arch.nim | Federico Ceratto | 2016-09-28 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #4836 from cheatfate/upcoming_tpolltimeouts | Andreas Rumpf | 2016-09-29 | 1 | -31/+32 |
|\ \ \ | | | | | | | | | Fix upcoming to pass tpolltimeouts | ||||
| * | | | Fix upcoming to pass tpolltimeouts.nim test | cheatfate | 2016-09-29 | 1 | -31/+32 |
|/ / / | |||||
* | | | CI: NSIS fixes and temporary removal of Linux builds. | Dominik Picheta | 2016-09-29 | 2 | -41/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit af422c72ccd31054ecb097313275e538c2c8f1ad Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Thu Sep 29 00:42:39 2016 +0200 CI: Another attempt. commit f187712192bf80394d0efd7e8ebfcdc07a13ca5a Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Thu Sep 29 00:32:53 2016 +0200 CI: Remove building of docs before NSIS build. commit 92abf82d9400ff7f03d7fbfdaaeeb2ee93e803a5 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Thu Sep 29 00:18:24 2016 +0200 CI: Attempt to fix incorrect mingw arch. commit 2ec54f89f9725208559f2080dd0f1533b9ae27e0 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Wed Sep 28 23:40:51 2016 +0200 CI: Rebuild koch so that correct mingw links are put in NSIS. commit 3118f0fea6fb8d7178e9267d3bf198b4784cb247 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Wed Sep 28 22:36:40 2016 +0200 CI: Fixes ci commit fc4d14aa325dc1a95cf63092b209b919df450dcd Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Wed Sep 28 22:35:00 2016 +0200 CI: Disable linux for now. | ||||
* | | | more documentation knows about the new install_tools.nims script | Araq | 2016-09-28 | 2 | -0/+17 |
| | | | |||||
* | | | EIO is called IOError now | Araq | 2016-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 3 | -10/+10 |
| | | | |||||
* | | | Many improvements to 0.15.0 changelog in news article. | Dominik Picheta | 2016-09-28 | 1 | -39/+75 |
|/ / | |||||
* | | Fixes link to bugfixes in news. | Dominik Picheta | 2016-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-09-27 | 1 | -0/+32 |
|\ \ |