Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the documentation for events.nim. | Amrykid | 2011-12-29 | 1 | -16/+18 |
| | |||||
* | Added containsHandler to events.nim | Amrykid | 2011-12-29 | 1 | -0/+5 |
| | |||||
* | Documentation comments + slight code modifications to zipfiles.nim. | Amrykid | 2011-12-27 | 2 | -6/+7 |
| | | | | Changes made to osproc.nim so it will compile. | ||||
* | Allowed waitForExit to have a specified timeout. (osproc.nim) | Amrykid | 2011-12-27 | 1 | -2/+5 |
| | |||||
* | 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 | 2 | -0/+42 |
| | | | | | | | -- Need to wait until libzip_all.c is updated to support Windows. - Started working on "koch update". -- Waiting on above to finish work. | ||||
* | bugfix: compiler errors for explicit initialization of thread local ↵ | Araq | 2011-12-23 | 3 | -4/+9 |
| | | | | variables; os.nim does not rely on it anymore | ||||
* | generated scripts do no contain paths anymore; regenerated C sources | Araq | 2011-12-23 | 4 | -15/+25 |
| | |||||
* | bugfix: the code gen can now handle alias TLock = TSysLock; this fixes ↵ | Araq | 2011-12-23 | 5 | -5/+20 |
| | | | | threading bugs | ||||
* | bugfix: suggest feature | Araq | 2011-12-22 | 2 | -28/+23 |
| | |||||
* | bugfix: environment var caching is now thread safe | Araq | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-22 | 6 | -3/+22 |
|\ | |||||
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
| | | |||||
| * | Added a couple of GTK 2.12 functions. | Dominik Picheta | 2011-12-18 | 2 | -0/+9 |
| | | |||||
| * | fixed some recently introduced compilation errors in the standard library | Zahary Karadjov | 2011-12-13 | 3 | -3/+3 |
| | | |||||
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 12 | -44/+125 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-13 | 1 | -764/+764 |
|\ | |||||
| * | windows.nim compiles again | Zahary Karadjov | 2011-12-13 | 1 | -764/+764 |
| | | |||||
* | | GC: some inlining to improve performance sensitive parts | Araq | 2011-12-13 | 1 | -1/+11 |
|/ | |||||
* | added binary trees benchmark | Araq | 2011-12-12 | 1 | -0/+54 |
| | |||||
* | C code gen: generate even better code for the GC | Araq | 2011-12-12 | 4 | -15/+41 |
| | |||||
* | c2nim compiles again | Araq | 2011-12-12 | 5 | -10/+15 |
| | |||||
* | compiler takes advantage of 'new(Obj|New)RC1 | Araq | 2011-12-12 | 3 | -77/+89 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-12 | 24 | -146/+223 |
|\ | |||||
| * | the current directory is no longer taken into account when resolving module ↵ | Zahary Karadjov | 2011-12-11 | 5 | -30/+24 |
| | | | | | | | | paths | ||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2011-12-11 | 25 | -201/+486 |
| |\ | |||||
| * | | path canonicalization for imported modules, relative paths written in rod files | Zahary Karadjov | 2011-12-11 | 10 | -58/+73 |
| | | | |||||
| * | | proc arguments are in scope when the result type definition is being processed | Zahary Karadjov | 2011-12-09 | 5 | -5/+16 |
| | | | | | | | | | | | | | | | This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x)) | ||||
| * | | path canonicalization and proper project relative paths | Zahary Karadjov | 2011-12-09 | 9 | -47/+61 |
| | | | |||||
| * | | The test runner will print out encountered exceptions | Zahary Karadjov | 2011-12-07 | 1 | -0/+4 |
| | | | |||||
| * | | New implementation for os.sameFile on Windows | Zahary Karadjov | 2011-12-07 | 3 | -25/+66 |
| | | | | | | | | | | | | | | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution). | ||||
| * | | removed incompatible flags for debugging VCC release builds | Zahary Karadjov | 2011-12-07 | 1 | -1/+1 |
| | | | |||||
| * | | Speed-up symbolFiles:on operations on windows | Zahary Karadjov | 2011-12-07 | 2 | -14/+12 |
| | | | |||||
* | | | compiler generates volatile temps to keep C compiler from optimizing away ↵ | Araq | 2011-12-12 | 5 | -28/+85 |
| |/ |/| | | | | | stack roots | ||||
* | | codegen uses alias analysis to generate better code | Araq | 2011-12-10 | 14 | -114/+167 |
| | | |||||
* | | alias analysis as required for the code gen and the HLO | Araq | 2011-12-08 | 12 | -80/+262 |
| | | |||||
* | | fixes #71; sorry about the polling implementation | Araq | 2011-12-05 | 6 | -12/+62 |
|/ | |||||
* | fixes 70 | Araq | 2011-12-04 | 2 | -11/+11 |
| | |||||
* | rebuilt C sources | Araq | 2011-12-04 | 0 | -0/+0 |
| | |||||
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 16 | -24/+66 |
| | |||||
* | threads compile again; attempt to fix serious code gen issue (except + return) | Araq | 2011-12-03 | 4 | -17/+25 |
| | |||||
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 13 | -130/+135 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-30 | 1 | -1/+22 |
|\ | |||||
| * | Added a `chmod` function to the ftpclient module. | dom96 | 2011-11-30 | 1 | -1/+22 |
| | | |||||
* | | bugfix: don't process arguments that are to be passed to the produced exe | Araq | 2011-11-30 | 4 | -18/+29 |
|/ | |||||
* | made 2 tests green | Araq | 2011-11-30 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-30 | 1 | -1/+4 |
|\ | |||||
| * | Fixed `ftpclient.createDir`. | dom96 | 2011-11-29 | 1 | -1/+4 |
| | |