summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* koch supports the finish command for smooth installations on WindowsAraq2016-10-093-74/+224
|
* document 'nim e' modeAraq2016-10-081-0/+1
|
* remove outdated warning about the Nimble installation processAraq2016-10-081-6/+0
|
* develop version is 0.15.1Araq2016-10-083-3/+3
|
* install_tools is not for building by sourceAraq2016-10-081-7/+0
|
* fixes #4845Araq2016-10-081-1/+3
|
* failed attempt to fix a 'void' inference bugAraq2016-10-081-1/+6
|
* fixes #4844Araq2016-10-081-1/+5
|
* Updated sponsors CSV files.Dominik Picheta2016-10-062-37/+41
|
* Merge pull request #4848 from flyx/fix-debugdlopenAndreas Rumpf2016-10-061-1/+4
|\ | | | | Fixed compilation error with -d:nimDebugDlOpen
| * 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-062-4/+10
|\ \ | | | | | | Make gc v2 compile with --threads:on
| * | Make gc v2 compile with --threads:onYuriy Glukhov2016-10-052-4/+10
| | |
* | | Merge pull request #4853 from GaveUp/develAndreas Rumpf2016-10-061-2/+0
|\ \ \ | |/ / |/| | Revert change to osalloc.nim from commit 8d7a45f.
| * | Revert change to osalloc.nim from commit 8d7a45f.GaveUp2016-10-041-2/+0
| | | | | | | | | | | | | | | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852.
* | | Merge pull request #4855 from ftsf/fix-foreignthreadsAndreas Rumpf2016-10-051-0/+1
|\ \ \ | |/ / |/| | call initAllocator in foreign thread
| * | call initAllocator in foreign threadJez Kabanov2016-10-051-0/+1
|/ /
* | Merge pull request #4850 from jangko/win_nimmain_exportAndreas Rumpf2016-10-031-4/+7
|\ \ | |/ |/| fixes #4840
| * fixes #4840andri lim2016-10-031-4/+7
|/
* Improve downloads page.Dominik Picheta2016-10-011-7/+7
|
* disable warnUninit for --verbosity:2Andreas Rumpf2016-10-011-1/+1
|
* downloads have SHA checksumsAraq2016-10-011-3/+3
|
* website updatedAraq2016-10-013-2/+5
|
* NSIS won't force admin privileges.Dominik Picheta2016-10-011-2/+2
|
* Fixes pesky hint in asyncfutures.Dominik Picheta2016-10-011-0/+2
|
* version changed to 0.15.0Araq2016-10-016-16/+17
|
* minor CSS improvementAraq2016-10-011-1/+1
|
* Small improvements to download page.Dominik Picheta2016-09-301-4/+3
|
* Finishes news article for 0.15.0 release.Dominik Picheta2016-09-303-3/+90
|
* CI: Fixes PATH handling in NSIS installers.Dominik Picheta2016-09-301-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 WindowsAraq2016-09-301-2/+4
|
* made test green for 32bit systemAraq2016-09-301-12/+14
|
* made test green for 32bit systemAraq2016-09-301-1/+1
|
* Works around a niminst bug. Related to commit 3813af63f5 and #4831.Dominik Picheta2016-09-292-1/+3
|
* Merge pull request #4837 from FedericoCeratto/patch-16Dominik Picheta2016-09-291-0/+2
|\ | | | | Add few JSON examples
| * Add few JSON examplesFederico Ceratto2016-09-291-0/+2
|/
* Merge pull request #4831 from miqlas/HaikuAndreas Rumpf2016-09-291-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 Mizsei2016-09-251-1/+9
| |
* | Merge pull request #4833 from FedericoCeratto/patch-15Andreas Rumpf2016-09-291-0/+3
|\ \ | | | | | | Add description to arch.nim
| * | Add description to arch.nimFederico Ceratto2016-09-281-0/+3
| | |
* | | Merge pull request #4836 from cheatfate/upcoming_tpolltimeoutsAndreas Rumpf2016-09-291-31/+32
|\ \ \ | | | | | | | | Fix upcoming to pass tpolltimeouts
| * | | Fix upcoming to pass tpolltimeouts.nim testcheatfate2016-09-291-31/+32
|/ / /
* | | CI: NSIS fixes and temporary removal of Linux builds.Dominik Picheta2016-09-292-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 scriptAraq2016-09-282-0/+17
| | |
* | | EIO is called IOError nowAraq2016-09-281-1/+1
| | |
* | | Fixes and improvements to NSIS installer.Dominik Picheta2016-09-283-10/+10
| | |
* | | Many improvements to 0.15.0 changelog in news article.Dominik Picheta2016-09-281-39/+75
|/ /
* | Fixes link to bugfixes in news.Dominik Picheta2016-09-281-1/+1
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-09-271-0/+32
|\ \