summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+3
|
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵Araq2011-06-271-1/+5
| | | | not suffice
* gc tweaking to gain a few percent of performanceAraq2011-05-071-4/+2
|
* little repo cleanupAraq2011-05-021-1/+3
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-3/+11
|
* const table supportAraq2011-04-291-0/+1
|