summary refs log tree commit diff stats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* minor website improvementsAraq2016-11-281-12/+12
|
* disallow recursive module dependenciesAraq2016-11-231-2/+2
|
* Put Nim in Action news in the slider on the front page.Dominik Picheta2016-11-201-4/+4
|
* nimsuggest: minor bugfix; include file should be dirtied, no the belonging ↵Andreas Rumpf2016-11-061-2/+2
| | | | module
* nimsuggest supports include files properly; added the compiler itself as a ↵Andreas Rumpf2016-11-062-6/+11
| | | | testcase
* nimsuggest & tester: many improvements, test new dependency trackingAndreas Rumpf2016-11-056-15/+127
|
* nimsuggest tester supports editing of filesAndreas Rumpf2016-11-052-16/+62
|
* Merge branch 'devel' into new-dependency-trackingAndreas Rumpf2016-11-052-3/+3
|\
| * cleanup nimsuggest testsAndreas Rumpf2016-11-052-4/+4
| |
* | new dependency tracking for nimsuggestAraq2016-11-052-39/+37
|/
* fixes criticial finish.nim bugAraq2016-11-031-2/+4
|
* niminst update: make csources compile on old LinuxesAraq2016-11-011-1/+1
|
* nimsuggest is now part of NimAraq2016-10-318-0/+1339
|
* vccwrap: Removed import of parseoptFredrik Høisæther Rasch2016-10-251-1/+1
| | | | Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
* vccwrapper with nim-like command line argsFredrik Høisæther Rasch2016-10-251-27/+26
|
* Deleted VCC Linkerexe wrapperFredrik Høisæther Rasch2016-10-251-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 Rasch2016-10-252-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 toolsAraq2016-10-244-75/+65
|
* Merge branch 'nim-vccwrap' of https://github.com/couven92/Nim into ↵Araq2016-10-243-0/+117
|\ | | | | | | couven92-nim-vccwrap
| * Add VCC wrappersFredrik Høisæther Rasch2016-10-013-0/+117
| | | | | | | | Enables automatic loading of Visual Studio C/C++ Build Tools
* | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934Araq2016-10-241-32/+0
| |
* | further cleanups; refs #4934Araq2016-10-241-0/+165
| |
* | moved start.bat to tools/Araq2016-10-241-0/+8
| |
* | docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-5/+16
| |
* | make travis greenAraq2016-10-231-1/+1
| |
* | niminst works with gitlabAraq2016-10-221-2/+6
| |
* | nimweb generates better upload directoryAraq2016-10-211-3/+5
| |
* | niminst updatesAndreas Rumpf2016-10-218-26/+26
| |
* | nimweb updated for the new news filenamesAndreas Rumpf2016-10-211-3/+4
| |
* | Improve niminst zip error message and fix CI build.Dominik Picheta2016-10-161-0/+4
| |
* | Fixes `niminst zip` not creating output dir & cleans related code.Dominik Picheta2016-10-161-18/+19
| |
* | Add Mingw build support for build.shZion Nimchuk2016-10-131-0/+3
| |
* | zip files for WindowsAraq2016-10-091-18/+21
| |
* | NSIS won't force admin privileges.Dominik Picheta2016-10-011-2/+2
| |
* | 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.
* | Works around a niminst bug. Related to commit 3813af63f5 and #4831.Dominik Picheta2016-09-292-1/+3
| |
* | Fixes and improvements to NSIS installer.Dominik Picheta2016-09-281-7/+7
| |
* | make nimgrep compile without warningsAndreas Rumpf2016-09-261-2/+2
| |
* | fixes #4751Andreas Rumpf2016-09-121-2/+2
| |
* | fixes #4529Araq2016-09-101-2/+2
| |
* | local theindex path is accepted too by browsersAraq2016-09-091-1/+1
| |
* | docgen: working search featureAraq2016-09-091-7/+13
| |
* | docgen: minor changesAndreas Rumpf2016-09-091-4/+4
| |
* | docgen: search featureAndreas Rumpf2016-09-092-0/+64
| |
* | docgen: group by type featureAndreas Rumpf2016-09-082-0/+569
| |
* | documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-23/+16
| |
* | Show inactive supporters on sponsors page too.Dominik Picheta2016-09-042-10/+25
| |
* | Change Nim in Action banner link on front page.Dominik Picheta2016-09-031-1/+1
| |
* | define sparc64 platformSergey Avseyev2016-07-212-2/+6
| |
* | koch knows about json2Andreas Rumpf2016-07-191-3/+17
| |