summary refs log tree commit diff stats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add VCC wrappersFredrik Høisæther Rasch2016-10-013-0/+117
| | | | Enables automatic loading of Visual Studio C/C++ Build Tools
* fixes a niminst regressionAndreas Rumpf2016-06-101-1/+1
|
* fixes a niminst regressionAndreas Rumpf2016-06-101-1/+1
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-092-14/+29
|
* fixes #4289Andreas Rumpf2016-06-081-8/+8
|
* finally make niminst smart about which files are importantAndreas Rumpf2016-06-071-15/+34
|
* make source code links work againAraq2016-06-071-6/+6
|
* use program files rather than c driveAraq2016-06-071-1/+1
|
* Remove trailing slashes from install/deinstall.tmpl.Dominik Picheta2016-06-062-4/+4
|
* cleaned up heapdumprepl toolAndreas Rumpf2016-06-061-0/+150
|
* Fixed deinstall script after recent install changes.Dominik Picheta2016-06-062-6/+23
|
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-062-16/+62
|
* Fixes #2128. Based on @infinity0's commit.Dominik Picheta2016-06-052-22/+22
|
* CSS caching hack.Dominik Picheta2016-06-041-1/+1
|
* Fixes RSS feed generated by nimweb.Dominik Picheta2016-06-041-22/+23
|
* Fixes website page titles.Dominik Picheta2016-06-042-7/+8
|
* News articles are now placed in separate pages.Dominik Picheta2016-06-042-33/+48
| | | | Also given each rst file its rightful extension.
* Adds "Meet our Sponsors" slide to website.Dominik Picheta2016-06-041-2/+8
|
* Add rst filename to HTML page title for website.Dominik Picheta2016-06-041-1/+1
|
* Implemented generation of sponsors page + missing assets.Dominik Picheta2016-06-042-1/+70
|
* Generate nre docs with websiteFlaviu Tamas2016-05-131-10/+10
|
* Add Bountysource banner to website.Dominik Picheta2016-04-061-1/+11
|
* further progress on --gc:v2Andreas Rumpf2016-02-171-0/+66
|
* Added Nim in Action news.Dominik Picheta2016-01-271-2/+8
|
* nimgrep version 1Araq2015-12-051-3/+11
|
* website updatedAraq2015-11-181-23/+2
|
* updated old links on the websiteAraq2015-11-101-2/+2
|
* build.sh: Output error messages to stderrAdam Strzelecki2015-10-301-5/+5
| | | | Just in case we are running this in some CI.
* build.sh: Use shell built-in command traceAdam Strzelecki2015-10-301-3/+3
| | | | | | | | | | | | Rather than issuing echo "cmd..." then cmd... itself, we enable shell trace facility via set -x, which is POSIX shell standard command and is compatible with all UNIX shells. This effectively cuts build.sh size twice, since we don't need to double stuff there, also making it human readable. We are also setting PS4 (trace prefix) to none, instead final echo "SUCCESS", we issue : SUCCESS command which outputs its contents in trace.
* Added Nim workshop banner to front page slider.Dominik Picheta2015-10-161-4/+10
|
* Use new #? filter prefix in various placesAdam Strzelecki2015-09-307-7/+7
| | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* fixes #2559Araq2015-09-101-5/+5
|
* documented NimScriptAraq2015-09-071-2/+2
|
* tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-253/+253
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* updated links to source codeAraq2015-06-301-1/+1
|
* nimrepl compiles again (but doesn't work)Araq2015-06-291-85/+85
|
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-1/+1
|
* renamed writeln to writeLine in toolspatrick dw2015-06-193-50/+50
|
* Fixed gcc batch issueapense2015-06-171-2/+2
| | | See #18 on csources. Basically, some Windows system have gcc as a gcc.bat file. This isn't an issue unless you're calling from another batch file (like here). The call chain will follow to gcc.bat and end there, meaning only one command is processed. Using "CALL" before the other batch command will keep the calls in the main batch file after completion, meaning the compilation will actually succeed this way [see technet](https://technet.microsoft.com/en-us/library/bb490873.aspx). Otherwise you have to hope there is a gcc.exe somewhere instead
* Dropped from TZipFileStreampatrick dw2015-06-061-1/+1
|
* Use maximum compression level for XZ tarballSergey Avseyev2015-05-261-1/+1
|
* Set file permissions when prepare XZ tarballSergey Avseyev2015-05-261-1/+1
|
* Remove outdated targz from niminstSergey Avseyev2015-05-261-44/+0
|
* Implement support for XZ dist tarballSergey Avseyev2015-05-261-0/+42
| | | | | | | | | | | | | | | | | Motivation ---------- Currenly tarballs for linux created manually. ZIP files are not suitable, because they do not preserve unix file permissions. Modification ------------ Implement 'koch xz' command to produce dist tarball in xz format. Also the same command implemented in niminst.nim. Result ------ Now it is easy to create source distribution for git stapshot and use it further in packaging scripts.
* preparations for version 0.11.0Araq2015-04-302-11/+12
|
* the installer can generate tar.gzAraq2015-04-291-12/+55
|
* Rename compiler/nim.ini back to compiler/installer.inidef2015-03-131-4/+8
| | | | | | | - Niminst has a new -m/--main option to set the main file, by default ini-file with .nim extension (old behaviour) - Koch uses this to pass --main:compiler/nim.nim - Fix includes/links of website.ini
* Add makefile for csourcesdef2015-03-123-2/+175
| | | | | | | This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far
* Make *.sh files executabledef2015-03-121-0/+3
|
* Merge pull request #2225 from dyu/freebsdAndreas Rumpf2015-03-081-1/+1
|\ | | | | compile nim on freebsd