Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename compiler/nim.ini back to compiler/installer.ini | def | 2015-03-13 | 1 | -4/+4 |
| | | | | | | | - 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 csources | def | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far | ||||
* | koch: Nimrod -> Nim | def | 2015-03-12 | 1 | -3/+3 |
| | |||||
* | Move installer.ini back to nim.ini to fix ./koch csource | def | 2015-03-12 | 1 | -4/+4 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | koch supports 'boot cpp' | Araq | 2015-02-24 | 1 | -4/+3 |
| | |||||
* | website updates | Araq | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | cleanup index generation | Araq | 2015-02-10 | 1 | -7/+7 |
| | |||||
* | fixes #2061 | Araq | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | koch temp has 125 exit code for git bisect | Simon Hafner | 2015-01-28 | 1 | -3/+5 |
| | |||||
* | minor website improvements | Araq | 2015-01-23 | 1 | -0/+3 |
| | |||||
* | Improve koch web google analytics docs | Flaviu Tamas | 2015-01-22 | 1 | -0/+3 |
| | |||||
* | koch doesn't use compiler/nversion (makes no sense); updated twitter link | Araq | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -2/+2 |
| | |||||
* | attempt to make koch smarter about windows installers | Araq | 2014-12-31 | 1 | -8/+8 |
| | |||||
* | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -0/+6 |
| | |||||
* | added 'website' option to koch for convenience | Araq | 2014-12-13 | 1 | -1/+7 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
* | | Fixes #1583 | Clay Sweetser | 2014-10-24 | 1 | -8/+10 |
| | | |||||
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Allow koch.nim to be run without a failure if given no arguments. | Clay Sweetser | 2014-10-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -16/+19 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | 'koch install' works again | Araq | 2014-10-20 | 1 | -1/+1 |
| | | |||||
| * | minor updates to koch.nim | Araq | 2014-10-19 | 1 | -2/+2 |
| | | |||||
| * | website updates for 0.9.6 | Araq | 2014-10-19 | 1 | -13/+16 |
| | | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -2/+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 again | Araq | 2014-10-12 | 1 | -2/+4 |
| | | |||||
* | | added untested winrelease target | Araq | 2014-10-11 | 1 | -0/+29 |
| | | |||||
* | | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -7/+6 |
| | | |||||
* | | koch now uses nim.exe | Araq | 2014-08-29 | 1 | -34/+44 |
|/ | |||||
* | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 1 | -2/+1 |
| | |||||
* | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵ | Clay Sweetser | 2014-05-31 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini | ||||
| * | Adds documentation about koch. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+2 |
| | | |||||
* | | Revert changes to koch. | EXetoC | 2014-05-14 | 1 | -2/+2 |
| | | |||||
* | | Resolve type mismatches. | EXetoC | 2014-05-13 | 1 | -2/+2 |
| | | |||||
* | | added .ilk files to the koch clean list, these are incremental link ↵ | Charlie | 2014-05-06 | 1 | -1/+1 |
| | | | | | | | | information files for MSVC | ||||
* | | Haiku build works again | Araq | 2014-04-23 | 1 | -1/+1 |
|/ | |||||
* | Adds option to exclude nimcache dirs from time machine backups. | Grzegorz Adam Hankiewicz | 2014-04-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1079 from flaviut/kochcleanfix | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
|\ | | | | | Fix Koch deleting the .gitignore while cleaning | ||||
| * | Koch deletes the .gitignore while cleaning | flaviut | 2014-04-10 | 1 | -1/+1 |
| | | |||||
* | | -d:useFFI is obsolete | Andreas Rumpf | 2014-04-13 | 1 | -1/+0 |
|/ | |||||
* | made 'koch web' work when current dir has a space in it | Araq | 2014-02-15 | 1 | -3/+2 |
| | |||||
* | fixes #892 | Araq | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | koch install should work now as documented | Araq | 2014-02-14 | 1 | -9/+18 |
| | |||||
* | new tester produces json output | Araq | 2014-02-02 | 1 | -2/+3 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -3/+6 |
| | |||||
* | merge master into devel | Araq | 2014-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Koch now uses PATH/nimrod correctly | Josh Girvin | 2014-01-13 | 1 | -1/+1 |
| | |