summary refs log tree commit diff stats
path: root/compiler/installer.ini
Commit message (Collapse)AuthorAgeFilesLines
* make install.txt part of the zipsAraq2017-09-041-1/+1
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-0/+1
|
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-1/+1
|
* niminst: add missing nimsuggest tool; small koch.nim cleanupAraq2017-05-171-0/+2
|
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-161-0/+1
|
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-1/+2
|
* downloader changesAraq2017-02-071-1/+1
|
* disable NSIS installers, ship with downloader.exe insteadAraq2017-02-071-0/+2
|
* koch.nim: winrelease without nasty batch filesAraq2017-02-071-1/+1
|
* website: http to https updatesAraq2017-02-061-4/+4
|
* niminst updatesAraq2017-01-301-0/+2
|
* moved start.bat to tools/Araq2016-10-241-1/+1
|
* docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-2/+3
|
* niminst works with gitlabAraq2016-10-221-2/+4
|
* koch: finish is now its own commandAndreas Rumpf2016-10-111-0/+1
|
* zip files for WindowsAraq2016-10-091-1/+0
|
* koch supports the finish command for smooth installations on WindowsAraq2016-10-091-0/+1
|
* Fixes and improvements to NSIS installer.Dominik Picheta2016-09-281-2/+2
|
* tar.xz contains nimble and nimsuggestAndreas Rumpf2016-09-261-1/+3
|
* koch nsis: don't hardcode the path to NSISAndreas Rumpf2016-08-271-1/+0
|
* define sparc64 platformSergey Avseyev2016-07-211-1/+1
|
* add install_nimble.nims to the tar.xzAndreas Rumpf2016-06-151-0/+1
|
* more niminst fixesAndreas Rumpf2016-06-131-2/+0
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-0/+1
|
* added missing files to the installation processAraq2016-06-081-0/+1
|
* adds missing web/ticker.html to the tarballs so that documentation building ↵Andreas Rumpf2016-06-081-0/+1
| | | | works
* version bump to 0.14.2Araq2016-06-081-1/+1
|
* don't package nimble this way for nowAndreas Rumpf2016-06-081-1/+1
|
* finally make niminst smart about which files are importantAndreas Rumpf2016-06-071-162/+6
|
* installer fixes and improvementsAndreas Rumpf2016-06-071-0/+4
|
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-0/+4
|
* Fix building documentation in releases (fixes #3823)def2016-02-211-0/+1
|
* fixes the bloody installerAndreas Rumpf2016-01-191-1/+1
|
* updated installer.iniAraq2016-01-181-4/+3
|
* Install stdlib.nimble in libVictor Korkin2015-11-021-0/+1
| | | | Without stdlib.nimble in libs directory Nimscript is not work properly.
* fixes installation problems on unix by hardcoding the dlls.zip nameAraq2015-10-161-1/+1
|
* Added DLL download to installerClay Sweetser2015-10-151-0/+1
|
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+3
| | | | | This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories.
* Removed duplicate 'mipsel' from installer.ini. Ref #3164.Dominik Picheta2015-08-011-1/+1
|
* Add new platforms to installer.ini (for linux at least)def2015-08-011-1/+1
|
* C source generation for mipsel.Dominik Picheta2015-07-311-1/+1
|
* add linenoise to installer.iniMarat Safin2015-07-231-0/+3
|
* Add missing nre dependency to installerSergey Avseyev2015-06-121-0/+1
|
* Ship all testdata with distSergey Avseyev2015-05-261-1/+5
|
* added missing stuff for the releaseAraq2015-05-041-0/+4
|
* version 0.11.2Araq2015-05-041-9/+2
|
* more cleanups for 0.11.0Araq2015-04-301-0/+1
|
* preparations for version 0.11.0Araq2015-04-301-2/+98
|
* Fix installer path for nim.nim.cfgdef2015-03-281-1/+1
|
* Rename compiler/nim.ini back to compiler/installer.inidef2015-03-131-0/+174
| | | | | | | - 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