summary refs log tree commit diff stats
path: root/tools/niminst/niminst.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-011-4/+19
|
* fixes #578Araq2013-08-301-11/+11
|
* Modified the behaviour of the build scripts to accommodate new C sourcesDominik Picheta2013-08-041-10/+17
| | | | repo.
* Separate out install/uninstall script generationAlain Kalker2013-03-171-4/+12
| | | | | | | | - Add new feature to niminst: scripts - build install scripts (based on csource feature) - Change install feature in koch to build the install scripts, then run install.sh - Don't track install scripts in Git.
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* small bugfixes; reactivated tests/compileAraq2012-09-111-1/+1
|
* don't take into account the user config file when building sourcesZahary Karadjov2012-06-141-1/+1
|
* enforcing gcc code generation for koch csource; proper C sources for WindowsZahary Karadjov2012-03-201-1/+1
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-3/+7
| | | | wide char versions of the WinAPI
* niminst is now able to create build files for debhelper so that .deb ↵dom962012-02-161-2/+90
| | | | packages can be created. Implemented $ in the times module for TWeekDay and TMonth.
* niminst: bugfixes; documentation changesAraq2012-01-151-0/+7
|