summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* documentation improvements; higher level Mongodb wrapperAraq2012-04-0915-683/+1106
* C sources rebuilt for BSDAraq2012-04-070-0/+0
* yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
* bugfix: expandFilename for BSDAraq2012-04-061-2/+2
* C sources rebuilt for BSD supportAraq2012-04-063-2/+18
* small fixes for BSDAraq2012-04-062-1/+4
* added terminal.isatty; nimgrep version 0.9Araq2012-04-063-8/+39
* fixed another docgen bug; initial mongodb wrapperAraq2012-04-068-38/+1200
* better opengl wrapper; oids and endians modules documentedAraq2012-04-047-2529/+2572
* added libsvm wrapperAraq2012-04-047-0/+253
* added new OpenGL wrapperAraq2012-04-047-15/+9624
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-0127-176/+394
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-3136-109/+1017
| |\
| * | typedesc and expr paramsZahary Karadjov2012-03-3114-45/+218
| * | genSym support for hygienic macros and templates.Zahary Karadjov2012-03-266-70/+34
| * | generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-2511-79/+147
| * | tyOrdinal now means "integral types". tyTypeClass created to take care of typ...Zahary Karadjov2012-03-227-30/+43
* | | added strutils.parseEnum; fixes #95Araq2012-04-014-4/+28
| |/ |/|
* | 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-317-32/+122
* | tests tcnstseq and tcnstseq3 work againAraq2012-03-283-3/+6
* | corrected the index websiteAraq2012-03-282-2/+9
* | bugfix #100 againAraq2012-03-287-14/+12
* | attempt to fix a bug concerning implicit type conversions in case statementsAraq2012-03-274-29/+26
* | added htmlgen to docsAraq2012-03-232-0/+5
* | fixes #102Araq2012-03-232-0/+448
* | bugfix: GC marker procs; making tests green againAraq2012-03-234-4/+10
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-235-6/+257
|\ \
| * | Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
| * | Added benchmark tool and some benchmarks.dom962012-03-223-0/+170
| * | Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-222-6/+87
| |/
* / some bugfixes for symbolfilesAraq2012-03-234-20/+16
|/
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-226-29/+88
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-2111-34/+32
|\
| * untyped proc/template/macro params default to exprZahary Karadjov2012-03-202-17/+15
| * enforcing gcc code generation for koch csource; proper C sources for WindowsZahary Karadjov2012-03-201-1/+1
| * making tests green againZahary Karadjov2012-03-208-16/+16
* | implemented marker procs for the GC resulting in huge speedupsAraq2012-03-216-18/+169
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-1939-210/+365
|\|
| * missed file from the previous commitZahary Karadjov2012-03-191-0/+7
| * merged branch overloading-for-macrosZahary Karadjov2012-03-1939-210/+358
| |\
| | * rebuilt the C sourcesZahary Karadjov2012-03-160-0/+0
| | * the test suite is mostly green againZahary Karadjov2012-03-1619-67/+46
| | * updated system.nim to take advantage of the new template capabilitiesZahary Karadjov2012-03-151-13/+13
| | * fix for template redefinition. test cases added.Zahary Karadjov2012-03-158-14/+98
| | * allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-143-7/+20
| | * allowing multiple definitions of templatesZahary Karadjov2012-03-142-12/+13
| | * bootstraps fine with overloadable templatesZahary Karadjov2012-03-1414-134/+221
* | | preparations for marker procs generationAraq2012-03-193-17/+19
|/ /