| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: strutils.formatFloat | Araq | 2012-05-09 | 1 | -3/+3 |
* | Removed echos from uri module. | Dominik Picheta | 2012-05-07 | 1 | -2/+0 |
* | Added uri module. | dom96 | 2012-05-06 | 1 | -0/+35 |
* | The httpserver module now supports POST requests. Fix for captureBetween in t... | dom96 | 2012-05-06 | 2 | -13/+69 |
* | added system.getStackTrace; docgen refactoring (incomplete) | Araq | 2012-05-06 | 2 | -0/+10 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-05 | 1 | -0/+7 |
|\ |
|
| * | Scgi module handles socket disconnection properly now. | dom96 | 2012-05-05 | 1 | -0/+7 |
* | | improvements for the iup wrapper | Araq | 2012-05-05 | 1 | -17/+21 |
|/ |
|
* | The httpserver now gathers the headers for the user. Fixed ambiguity in recvL... | dom96 | 2012-05-03 | 2 | -10/+54 |
* | small bugfixes; documentation generator supports smilies for the forum | Araq | 2012-05-01 | 5 | -4/+14 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-26 | 2 | -1/+149 |
|\ |
|
| * | Added a format function to the times module and a setCookie function to the c... | dom96 | 2012-04-26 | 2 | -1/+149 |
* | | some code formating | Araq | 2012-04-26 | 1 | -3/+2 |
* | | added db_*.getRow | Araq | 2012-04-24 | 3 | -0/+34 |
|/ |
|
* | documentation improvements; GC_step improved | Araq | 2012-04-21 | 2 | -10/+6 |
* | resolved conflict for news.txt | Araq | 2012-04-21 | 3 | -52/+90 |
|\ |
|
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-21 | 1 | -43/+64 |
| |\ |
|
| | * | Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P... | dom96 | 2012-04-20 | 1 | -43/+64 |
| * | | Finally rebuilt the sources to take advantage of the new type system capabili... | Zahary Karadjov | 2012-04-21 | 1 | -2/+17 |
| * | | implicit generics types as return types. removed the error message for captur... | Zahary Karadjov | 2012-04-21 | 1 | -2/+4 |
| * | | produce errors on proc types with implicit empty param lists. | Zahary Karadjov | 2012-04-20 | 2 | -5/+5 |
| |/ |
|
* / | GC with realtime support | Araq | 2012-04-21 | 2 | -24/+173 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-15 | 3 | -19/+13 |
|\ |
|
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-15 | 1 | -4/+6 |
| |\ |
|
| * | | minor changes to make the test suite green again | Zahary Karadjov | 2012-04-15 | 2 | -13/+7 |
| * | | Proper C scopes for if, try and case statements | Zahary Karadjov | 2012-04-12 | 1 | -6/+6 |
* | | | @ is a sigil-like operator | Araq | 2012-04-15 | 2 | -9/+7 |
| |/
|/| |
|
* | | unicode: invalid utf-8 bytes are preserved | Araq | 2012-04-13 | 1 | -4/+6 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-10 | 14 | -17/+11376 |
|\ |
|
| * | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 5 | -301/+563 |
| * | yet attempt to fix realpath for BSD | Araq | 2012-04-07 | 1 | -1/+1 |
| * | bugfix: expandFilename for BSD | Araq | 2012-04-06 | 1 | -2/+2 |
| * | small fixes for BSD | Araq | 2012-04-06 | 1 | -1/+1 |
| * | added terminal.isatty; nimgrep version 0.9 | Araq | 2012-04-06 | 1 | -2/+13 |
| * | fixed another docgen bug; initial mongodb wrapper | Araq | 2012-04-06 | 2 | -4/+1188 |
| * | better opengl wrapper; oids and endians modules documented | Araq | 2012-04-04 | 3 | -2527/+2558 |
| * | added libsvm wrapper | Araq | 2012-04-04 | 4 | -0/+245 |
| * | added new OpenGL wrapper | Araq | 2012-04-04 | 2 | -0/+9608 |
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-01 | 1 | -3/+25 |
| |\ |
|
| * | | added strutils.parseEnum; fixes #95 | Araq | 2012-04-01 | 2 | -3/+21 |
* | | | typetraits module and tests | Zahary Karadjov | 2012-04-10 | 1 | -0/+15 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-03-31 | 8 | -33/+298 |
|\| |
|
| * | forgot to add lib/system/embedded.nim | Araq | 2012-03-31 | 1 | -0/+106 |
| * | bugfix: DLLs should compile again | Araq | 2012-03-31 | 1 | -1/+2 |
| * | implemented support for the AVR CPU and standalone OS | Araq | 2012-03-31 | 4 | -26/+104 |
| * | bugfix #100 again | Araq | 2012-03-28 | 1 | -1/+0 |
| * | Forgot to rename ETimedout to ETimeout in the sockets module in some places. | dom96 | 2012-03-22 | 1 | -4/+4 |
| * | Fixed a problem with message parsing in the IRC module. Introduced timeout to... | dom96 | 2012-03-22 | 2 | -6/+87 |
* | | generic types can be used like type classes. distinct can be applied to type ... | Zahary Karadjov | 2012-03-25 | 1 | -3/+25 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-03-21 | 3 | -6/+6 |
|\ |
|