summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' into bigbreakAraq2014-11-031-1/+1
|\ | | | | | | | | Conflicts: lib/pure/osproc.nim
* | Fixes #1583Clay Sweetser2014-10-241-8/+10
| |
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-211-1/+1
|\ \
| * | Allow koch.nim to be run without a failure if given no arguments.Clay Sweetser2014-10-141-1/+1
| | |
* | | Merge branch 'devel' into bigbreakAraq2014-10-201-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 againAraq2014-10-201-1/+1
| |
| * minor updates to koch.nimAraq2014-10-191-2/+2
| |
| * website updates for 0.9.6Araq2014-10-191-13/+16
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-131-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 againAraq2014-10-121-2/+4
| |
* | added untested winrelease targetAraq2014-10-111-0/+29
| |
* | manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-1/+1
| |
* | some progress on documentation buildingAraq2014-09-171-7/+6
| |
* | koch now uses nim.exeAraq2014-08-291-34/+44
|/
* c2nim is not part of the compiler anymoreAraq2014-06-301-2/+1
|
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵Clay Sweetser2014-05-311-0/+2
|\ | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini
| * Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-191-0/+2
| |
* | Revert changes to koch.EXetoC2014-05-141-2/+2
| |
* | Resolve type mismatches.EXetoC2014-05-131-2/+2
| |
* | added .ilk files to the koch clean list, these are incremental link ↵Charlie2014-05-061-1/+1
| | | | | | | | information files for MSVC
* | Haiku build works againAraq2014-04-231-1/+1
|/
* Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-0/+1
|
* Merge pull request #1079 from flaviut/kochcleanfixAndreas Rumpf2014-04-131-1/+1
|\ | | | | Fix Koch deleting the .gitignore while cleaning
| * Koch deletes the .gitignore while cleaningflaviut2014-04-101-1/+1
| |
* | -d:useFFI is obsoleteAndreas Rumpf2014-04-131-1/+0
|/
* made 'koch web' work when current dir has a space in itAraq2014-02-151-3/+2
|
* fixes #892Araq2014-02-141-1/+2
|
* koch install should work now as documentedAraq2014-02-141-9/+18
|
* new tester produces json outputAraq2014-02-021-2/+3
|
* next steps for closure iteratorsAraq2014-01-221-3/+6
|
* merge master into develAraq2014-01-191-1/+1
|\
| * Koch now uses PATH/nimrod correctlyJosh Girvin2014-01-131-1/+1
| |
* | tester support html generationAraq2014-01-141-10/+2
| |
* | new tester; all tests categorizedAraq2014-01-131-2/+7
| |
* | case consistency improvementsAraq2014-01-111-2/+2
| |
* | case consistency: next stepsAraq2013-12-291-2/+2
| |
* | case consistency part 5Araq2013-12-281-5/+5
| |
* | jump optimizer worksAraq2013-10-291-1/+1
| |
* | new VM is getting stableAraq2013-10-291-0/+9
|/
* -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-011-0/+1
|
* attempt to make libzip work on the testing machinesAraq2013-06-271-7/+10
|
* Separate out install/uninstall script generationAlain Kalker2013-03-171-1/+4
| | | | | | | | - 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
|
* Copyright 2012 -> 2013Araq2013-01-081-2/+2
|
* small examples work with the FFIAraq2012-12-191-1/+1
|
* first steps for FFI support at compile timeAraq2012-12-191-0/+1
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-111-1/+0
| | | | of 'compile' are not overwritten
* extracted documentation generatorAraq2012-05-091-1/+2
|
* restored files that 'koch clean' removedAraq2012-04-161-1/+1
|
* implemented support for the AVR CPU and standalone OSAraq2012-03-311-1/+1
|