summary refs log tree commit diff stats
path: root/tools/niminst/niminst.nim
Commit message (Collapse)AuthorAgeFilesLines
* Invoke xz -9 explicitly instead of trusting tar to interpret XZ_OPTDennis Felsing2017-05-231-2/+5
|
* niminst: less verbose output in a desparate attempt to make travis green againAndreas Rumpf2017-02-051-2/+2
|
* niminst: add some disabled code snippet I don't want to loseAraq2017-01-291-1/+9
|
* Fix C source gen.Dominik Picheta2017-01-081-1/+1
|
* niminst: faster way to deduplicate filesAraq2017-01-031-17/+18
|
* make travis greenAraq2016-10-231-1/+1
|
* niminst works with gitlabAraq2016-10-221-2/+6
|
* niminst updatesAndreas Rumpf2016-10-211-13/+13
|
* 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
|
* zip files for WindowsAraq2016-10-091-18/+21
|
* Works around a niminst bug. Related to commit 3813af63f5 and #4831.Dominik Picheta2016-09-291-1/+2
|
* define sparc64 platformSergey Avseyev2016-07-211-1/+1
|
* Use `walkPattern` to walk both directories and filesJoey Payne2016-06-171-1/+1
|
* fixes niminst regressionAndreas Rumpf2016-06-131-1/+1
|
* more niminst fixesAndreas Rumpf2016-06-131-10/+30
|
* 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-091-2/+4
|
* fixes #4289Andreas Rumpf2016-06-081-8/+8
|
* finally make niminst smart about which files are importantAndreas Rumpf2016-06-071-15/+34
|
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-5/+28
|
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-1/+1
|
* 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-301-2/+3
|
* 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-121-0/+5
| | | | | | | 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
|
* Cleaned up T/P names.Hans Raaf2015-02-191-31/+31
|
* Happy new year!Guillaume Gelin2015-01-061-2/+2
|
* niminst: use project-version for the zip fileAraq2014-12-291-2/+2
|
* fixes #1646Araq2014-11-101-1/+1
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-11/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * niminst: source based installation works againAraq2014-10-181-1/+1
| |
| * niminst supports NSISAraq2014-10-171-10/+37
| |
* | 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-291-9/+9
|/
* resolved conflicts with masterAraq2014-01-181-5/+5
|\
| * Rename C sources dir to c_code.Dominik Picheta2014-01-121-5/+5
| |
* | case consistency: niminstAraq2013-12-291-9/+9
| |
* | case consistency part 5Araq2013-12-281-3/+3
|/
* Use quoteShell in stdlib, where appropriate.Michał Zieliński2013-12-111-3/+2
|
* niminst: slashify was a stupid ideaAraq2013-10-061-7/+7
|
* fixes for niminstAraq2013-09-281-3/+5
|