summary refs log tree commit diff stats
path: root/tools/niminst
Commit message (Collapse)AuthorAgeFilesLines
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-1/+1
|
* 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
|
* compile nim on freebsddyu2015-02-271-1/+1
|
* Cleaned up T/P names.Hans Raaf2015-02-198-40/+40
|
* nimrod -> nim in some filenamesdef2015-02-141-2/+2
|
* make FreeBSD's compiler clangMikhail Sobolev2015-01-121-1/+7
| | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin
* Happy new year!Guillaume Gelin2015-01-061-2/+2
|
* fix NSIS uninstaller filename (fix #1804)cremno2015-01-011-1/+1
|
* niminst: use project-version for the zip fileAraq2014-12-291-2/+2
|
* fixes #1646Araq2014-11-101-1/+1
|
* Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-11-031-1/+12
|\
| * Update buildbat.tmplVarriount2014-11-031-1/+12
| | | | | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error.
* | Merge branch 'devel' into bigbreakAraq2014-11-031-9/+6
|\ \ | |/ |/| | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim
| * only produce the link to the docs if they are installedAraq2014-11-031-5/+0
| |
| * Update nsis.tmplVarriount2014-11-021-4/+3
| |
| * Update nsis.tmplVarriount2014-11-021-0/+1
| |
| * Update nsis.tmplVarriount2014-10-251-0/+2
| | | | | | Fix adding the mingw binary to the path variable
* | Merge branch 'devel' into bigbreakAraq2014-10-231-2/+8
|\| | | | | | | | | Conflicts: web/news.txt
| * Update nsis.tmplVarriount2014-10-211-2/+8
| | | | | | React appropriately when the user cancels the downloading of a component.
* | Merge branch 'devel' into bigbreakAraq2014-10-204-14/+642
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * Update the NSIS Installer ScriptClay Sweetser2014-10-192-166/+595
| |
| * niminst: source based installation works againAraq2014-10-181-1/+1
| |
| * more improvements for the NSIS installerAraq2014-10-171-3/+9
| |
| * added missing template fileAraq2014-10-171-0/+166
| |
| * niminst supports NSISAraq2014-10-172-13/+40
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-131-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
| * zipfile generation works againAraq2014-10-121-4/+4
| |
* | posix.nim compiles againAraq2014-08-292-23/+23
|/
* resolved conflicts with masterAraq2014-01-183-9/+9
|\
| * Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9
| |
* | case consistency: niminstAraq2013-12-291-9/+9
| |
* | case consistency part 5Araq2013-12-287-9/+9
|/
* Use quoteShell in stdlib, where appropriate.Michał Zieliński2013-12-111-3/+2
|
* Add DragonFly as essentially a clone of FreeBSDMarkus Pfeiffer2013-10-091-1/+1
|
* niminst: yet another bugfixAraq2013-10-071-2/+2
|
* niminst: slashify was a stupid ideaAraq2013-10-066-34/+34
|
* fixes for niminstAraq2013-09-281-3/+5
|
* examples from the talk part of test suiteAraq2013-09-271-1/+4
|
* support for multiple modules of the same name; niminst supports 'platforms'; ↵Araq2013-09-241-4/+35
| | | | minor bugfixes
* fixes #582Araq2013-09-016-29/+47
|