| Commit message (Expand) | Author | Age | Files | Lines |
* | simplified code of the upcoming vccexe and vcclinkerexe tools | Araq | 2016-10-24 | 4 | -75/+65 |
* | Merge branch 'nim-vccwrap' of https://github.com/couven92/Nim into couven92-n... | Araq | 2016-10-24 | 3 | -0/+117 |
|\ |
|
| * | Add VCC wrappers | Fredrik Høisæther Rasch | 2016-10-01 | 3 | -0/+117 |
* | | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934 | Araq | 2016-10-24 | 1 | -32/+0 |
* | | further cleanups; refs #4934 | Araq | 2016-10-24 | 1 | -0/+165 |
* | | moved start.bat to tools/ | Araq | 2016-10-24 | 1 | -0/+8 |
* | | docgen: PDFs and HTMLs finally are generated in their own respective directories | Araq | 2016-10-24 | 1 | -5/+16 |
* | | make travis green | Araq | 2016-10-23 | 1 | -1/+1 |
* | | niminst works with gitlab | Araq | 2016-10-22 | 1 | -2/+6 |
* | | nimweb generates better upload directory | Araq | 2016-10-21 | 1 | -3/+5 |
* | | niminst updates | Andreas Rumpf | 2016-10-21 | 8 | -26/+26 |
* | | nimweb updated for the new news filenames | Andreas Rumpf | 2016-10-21 | 1 | -3/+4 |
* | | Improve niminst zip error message and fix CI build. | Dominik Picheta | 2016-10-16 | 1 | -0/+4 |
* | | Fixes `niminst zip` not creating output dir & cleans related code. | Dominik Picheta | 2016-10-16 | 1 | -18/+19 |
* | | Add Mingw build support for build.sh | Zion Nimchuk | 2016-10-13 | 1 | -0/+3 |
* | | zip files for Windows | Araq | 2016-10-09 | 1 | -18/+21 |
* | | NSIS won't force admin privileges. | Dominik Picheta | 2016-10-01 | 1 | -2/+2 |
* | | CI: Fixes PATH handling in NSIS installers. | Dominik Picheta | 2016-09-30 | 1 | -12/+199 |
* | | Works around a niminst bug. Related to commit 3813af63f5 and #4831. | Dominik Picheta | 2016-09-29 | 2 | -1/+3 |
* | | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 1 | -7/+7 |
* | | make nimgrep compile without warnings | Andreas Rumpf | 2016-09-26 | 1 | -2/+2 |
* | | fixes #4751 | Andreas Rumpf | 2016-09-12 | 1 | -2/+2 |
* | | fixes #4529 | Araq | 2016-09-10 | 1 | -2/+2 |
* | | local theindex path is accepted too by browsers | Araq | 2016-09-09 | 1 | -1/+1 |
* | | docgen: working search feature | Araq | 2016-09-09 | 1 | -7/+13 |
* | | docgen: minor changes | Andreas Rumpf | 2016-09-09 | 1 | -4/+4 |
* | | docgen: search feature | Andreas Rumpf | 2016-09-09 | 2 | -0/+64 |
* | | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 2 | -0/+569 |
* | | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -23/+16 |
* | | Show inactive supporters on sponsors page too. | Dominik Picheta | 2016-09-04 | 2 | -10/+25 |
* | | Change Nim in Action banner link on front page. | Dominik Picheta | 2016-09-03 | 1 | -1/+1 |
* | | define sparc64 platform | Sergey Avseyev | 2016-07-21 | 2 | -2/+6 |
* | | koch knows about json2 | Andreas Rumpf | 2016-07-19 | 1 | -3/+17 |
* | | Use relative paths in install script template | Denis Kolodin | 2016-07-03 | 1 | -1/+29 |
* | | Update sponsors page. | Dominik Picheta | 2016-06-22 | 1 | -0/+1 |
* | | Use `walkPattern` to walk both directories and files | Joey Payne | 2016-06-17 | 1 | -1/+1 |
* | | fixes niminst regression | Andreas Rumpf | 2016-06-13 | 1 | -1/+1 |
* | | more niminst fixes | Andreas Rumpf | 2016-06-13 | 1 | -10/+30 |
|/ |
|
* | fixes a niminst regression | Andreas Rumpf | 2016-06-10 | 1 | -1/+1 |
* | fixes a niminst regression | Andreas Rumpf | 2016-06-10 | 1 | -1/+1 |
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 2 | -14/+29 |
* | fixes #4289 | Andreas Rumpf | 2016-06-08 | 1 | -8/+8 |
* | finally make niminst smart about which files are important | Andreas Rumpf | 2016-06-07 | 1 | -15/+34 |
* | make source code links work again | Araq | 2016-06-07 | 1 | -6/+6 |
* | use program files rather than c drive | Araq | 2016-06-07 | 1 | -1/+1 |
* | Remove trailing slashes from install/deinstall.tmpl. | Dominik Picheta | 2016-06-06 | 2 | -4/+4 |
* | cleaned up heapdumprepl tool | Andreas Rumpf | 2016-06-06 | 1 | -0/+150 |
* | Fixed deinstall script after recent install changes. | Dominik Picheta | 2016-06-06 | 2 | -6/+23 |
* | Niminst now bundles the `compiler` dir when packaging. | Dominik Picheta | 2016-06-06 | 2 | -16/+62 |
* | Fixes #2128. Based on @infinity0's commit. | Dominik Picheta | 2016-06-05 | 2 | -22/+22 |