summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-262-1/+149
|\
| * Added a format function to the times module and a setCookie function to the c...dom962012-04-262-1/+149
* | some code formatingAraq2012-04-261-3/+2
* | added db_*.getRowAraq2012-04-243-0/+34
|/
* documentation improvements; GC_step improvedAraq2012-04-212-10/+6
* resolved conflict for news.txtAraq2012-04-213-52/+90
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-211-43/+64
| |\
| | * Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P...dom962012-04-201-43/+64
| * | Finally rebuilt the sources to take advantage of the new type system capabili...Zahary Karadjov2012-04-211-2/+17
| * | implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-2/+4
| * | produce errors on proc types with implicit empty param lists.Zahary Karadjov2012-04-202-5/+5
| |/
* / GC with realtime supportAraq2012-04-212-24/+173
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-153-19/+13
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-151-4/+6
| |\
| * | minor changes to make the test suite green againZahary Karadjov2012-04-152-13/+7
| * | Proper C scopes for if, try and case statementsZahary Karadjov2012-04-121-6/+6
* | | @ is a sigil-like operatorAraq2012-04-152-9/+7
| |/ |/|
* | unicode: invalid utf-8 bytes are preservedAraq2012-04-131-4/+6
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-1014-17/+11376
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-095-301/+563
| * yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
| * bugfix: expandFilename for BSDAraq2012-04-061-2/+2
| * small fixes for BSDAraq2012-04-061-1/+1
| * added terminal.isatty; nimgrep version 0.9Araq2012-04-061-2/+13
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-062-4/+1188
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-043-2527/+2558
| * added libsvm wrapperAraq2012-04-044-0/+245
| * added new OpenGL wrapperAraq2012-04-042-0/+9608
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-011-3/+25
| |\
| * | added strutils.parseEnum; fixes #95Araq2012-04-012-3/+21
* | | typetraits module and testsZahary Karadjov2012-04-101-0/+15
| |/ |/|
* | Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-318-33/+298
|\|
| * forgot to add lib/system/embedded.nimAraq2012-03-311-0/+106
| * bugfix: DLLs should compile againAraq2012-03-311-1/+2
| * implemented support for the AVR CPU and standalone OSAraq2012-03-314-26/+104
| * bugfix #100 againAraq2012-03-281-1/+0
| * Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
| * Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-222-6/+87
* | generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-3/+25
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-213-6/+6
|\
| * making tests green againZahary Karadjov2012-03-203-6/+6
* | implemented marker procs for the GC resulting in huge speedupsAraq2012-03-212-11/+19
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-197-23/+23
|\|
| * merged branch overloading-for-macrosZahary Karadjov2012-03-197-23/+23
| |\
| | * the test suite is mostly green againZahary Karadjov2012-03-164-8/+8
| | * updated system.nim to take advantage of the new template capabilitiesZahary Karadjov2012-03-151-13/+13
| | * bootstraps fine with overloadable templatesZahary Karadjov2012-03-142-2/+2
* | | preparations for marker procs generationAraq2012-03-191-2/+0
|/ /
* | unittest module compiles againAraq2012-03-172-6/+6
* | rebuilt C sourcesAraq2012-03-171-7/+0