Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | tester support html generation | Araq | 2014-01-14 | 1 | -10/+2 |
| | | |||||
* | | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -2/+7 |
| | | |||||
* | | case consistency improvements | Araq | 2014-01-11 | 1 | -2/+2 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | case consistency part 5 | Araq | 2013-12-28 | 1 | -5/+5 |
| | | |||||
* | | jump optimizer works | Araq | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -0/+9 |
|/ | |||||
* | -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku) | Araq | 2013-09-01 | 1 | -0/+1 |
| | |||||
* | attempt to make libzip work on the testing machines | Araq | 2013-06-27 | 1 | -7/+10 |
| | |||||
* | Separate out install/uninstall script generation | Alain Kalker | 2013-03-17 | 1 | -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 Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Copyright 2012 -> 2013 | Araq | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | small examples work with the FFI | Araq | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | first steps for FFI support at compile time | Araq | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -1/+0 |
| | | | | of 'compile' are not overwritten | ||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -1/+2 |
| | |||||
* | restored files that 'koch clean' removed | Araq | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | implemented support for the AVR CPU and standalone OS | Araq | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵ | Araq | 2012-03-04 | 1 | -3/+7 |
| | | | | wide char versions of the WinAPI | ||||
* | bugfix: optimization of complex constant string concatenations | Araq | 2012-02-17 | 1 | -2/+0 |
| | |||||
* | version 0.8.14 | Araq | 2012-02-09 | 1 | -2/+2 |
| | |||||
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -4/+4 |
| | |||||
* | koch: 'update' feature optional for less dependencies | Araq | 2012-01-08 | 1 | -52/+64 |
| | |||||
* | bugfix: type alias to generic; generic type not stripped away from for loop ↵ | Araq | 2012-01-07 | 1 | -57/+60 |
| | | | | variable | ||||
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -19/+13 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -2/+2 |
| | |||||
* | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | Last bits, etc. | Amrykid | 2011-12-27 | 1 | -2/+4 |
| | |||||
* | Final bits added. Needs testing. | Amrykid | 2011-12-25 | 1 | -15/+30 |
| | |||||
* | - Koch update is nearly finished. | Amrykid | 2011-12-24 | 1 | -12/+43 |
| | | | | | | -- Checks if libzip is available as a fallback. -- Echos what its doing. -- Actually compiles now. | ||||
* | - Added extractFile and extractAll to zipfiles.nim | Amrykid | 2011-12-24 | 1 | -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 windows | Dominik Picheta | 2011-11-19 | 1 | -5/+5 |
| | |||||
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -1/+3 |
| | |||||
* | importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵ | Araq | 2011-06-27 | 1 | -1/+5 |
| | | | | not suffice | ||||
* | gc tweaking to gain a few percent of performance | Araq | 2011-05-07 | 1 | -4/+2 |
| | |||||
* | little repo cleanup | Araq | 2011-05-02 | 1 | -1/+3 |
| | |||||
* | cleaned up the tests; fixes #30; fixes #26 | Araq | 2011-05-01 | 1 | -3/+11 |
| | |||||
* | const table support | Araq | 2011-04-29 | 1 | -0/+1 |
| | |||||
* | better error message for invalid module names | Araq | 2011-04-16 | 1 | -17/+1 |
| |