Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor website improvements | Araq | 2016-11-28 | 1 | -12/+12 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -2/+2 |
| | |||||
* | Put Nim in Action news in the slider on the front page. | Dominik Picheta | 2016-11-20 | 1 | -4/+4 |
| | |||||
* | nimsuggest: minor bugfix; include file should be dirtied, no the belonging ↵ | Andreas Rumpf | 2016-11-06 | 1 | -2/+2 |
| | | | | module | ||||
* | nimsuggest supports include files properly; added the compiler itself as a ↵ | Andreas Rumpf | 2016-11-06 | 2 | -6/+11 |
| | | | | testcase | ||||
* | nimsuggest & tester: many improvements, test new dependency tracking | Andreas Rumpf | 2016-11-05 | 6 | -15/+127 |
| | |||||
* | nimsuggest tester supports editing of files | Andreas Rumpf | 2016-11-05 | 2 | -16/+62 |
| | |||||
* | Merge branch 'devel' into new-dependency-tracking | Andreas Rumpf | 2016-11-05 | 2 | -3/+3 |
|\ | |||||
| * | cleanup nimsuggest tests | Andreas Rumpf | 2016-11-05 | 2 | -4/+4 |
| | | |||||
* | | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 2 | -39/+37 |
|/ | |||||
* | fixes criticial finish.nim bug | Araq | 2016-11-03 | 1 | -2/+4 |
| | |||||
* | niminst update: make csources compile on old Linuxes | Araq | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | nimsuggest is now part of Nim | Araq | 2016-10-31 | 8 | -0/+1339 |
| | |||||
* | vccwrap: Removed import of parseopt | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -1/+1 |
| | | | | Not necessary, since vccexe uses less advanced, but non-invasive argument parsing | ||||
* | vccwrapper with nim-like command line args | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -27/+26 |
| | |||||
* | Deleted VCC Linkerexe wrapper | Fredrik Høisæther Rasch | 2016-10-25 | 1 | -67/+0 |
| | | | | Link.exe wrapper superfluous, because Nim uses cl.exe command-line arguments to defer to linker | ||||
* | VCC wrappers with vcvars args. | Fredrik Høisæther Rasch | 2016-10-25 | 2 | -19/+104 |
| | | | | | VCC wrappers no longer wrap for compile-time specific target VCC wrappers now peek into the command line args and evaluate vcvars prefixed arguments | ||||
* | 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 ↵ | Araq | 2016-10-24 | 3 | -0/+117 |
|\ | | | | | | | couven92-nim-vccwrap | ||||
| * | Add VCC wrappers | Fredrik Høisæther Rasch | 2016-10-01 | 3 | -0/+117 |
| | | | | | | | | Enables automatic loading of Visual Studio C/C++ Build Tools | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | 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 |
| | |