summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-3/+7
| | | | wide char versions of the WinAPI
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-2/+0
|
* version 0.8.14Araq2012-02-091-2/+2
|
* niminst: diverse improvements; fixes #80Araq2012-01-131-4/+4
|
* koch: 'update' feature optional for less dependenciesAraq2012-01-081-52/+64
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-071-57/+60
| | | | variable
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-19/+13
|
* year 2012 for most copyright headersAraq2012-01-021-2/+2
|
* GC stack scanning cares about interior pointersAraq2011-12-301-1/+1
|
* Last bits, etc.Amrykid2011-12-271-2/+4
|
* Final bits added. Needs testing.Amrykid2011-12-251-15/+30
|
* - Koch update is nearly finished.Amrykid2011-12-241-12/+43
| | | | | | -- Checks if libzip is available as a fallback. -- Echos what its doing. -- Actually compiles now.
* - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-241-0/+20
| | | | | | | -- Need to wait until libzip_all.c is updated to support Windows. - Started working on "koch update". -- Waiting on above to finish work.
* Fixed test suite on windowsDominik Picheta2011-11-191-5/+5
|