summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | clean separation of PNimrodNode and tyExprAraq2012-03-162-4/+5
* | implemented 'static'; macros do not work anymoreAraq2012-03-151-10/+10
* | first steps for cleaner static/const distinctionAraq2012-03-132-7/+8
|/
* browsers module should compile on windows againAraq2012-03-101-1/+8
* unit test for #100Zahary Karadjov2012-03-102-5/+13
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-046-153/+701
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-281-1/+1
|\
| * Fixed misspelling in lib/core/macros.nimDominik Picheta2012-02-251-1/+1
* | prepared niminst for win64 targetAraq2012-02-281-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-242-1/+26
|\
| * helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-242-1/+26
* | exported strutils.abbrevAraq2012-02-243-15/+14
|/
* In the IRC module the socket is now closed when EvDisconnected event is created.dom962012-02-201-1/+14
* added matchers.parseIntAraq2012-02-201-2/+2