summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵dom962012-03-222-6/+87
| | | | | | | | to procs in the sockets module.
* | 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
|/ /
* | unittest module compiles againAraq2012-03-172-6/+6
| |
* | rebuilt C sourcesAraq2012-03-172-8/+1
| |
* | trigger a new build for nimbuild; last commit fixes #14, #34, #101Araq2012-03-171-2/+1
| |
* | clean separation of PNimrodNode and tyExprAraq2012-03-167-22/+32
| |
* | implemented 'static'; macros do not work anymoreAraq2012-03-1510-22/+73
| |
* | first steps for cleaner static/const distinctionAraq2012-03-1319-66/+193
|/
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-112-3/+3
|
* attempt to make tests green againAraq2012-03-115-21/+40
|
* browsers module should compile on windows againAraq2012-03-101-1/+8
|
* unit test for #100Zahary Karadjov2012-03-104-5/+26
| | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite
* fixes #100Araq2012-03-103-9/+11
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-0422-199/+931
| | | | wide char versions of the WinAPI
* c2nim, pas2nim compile againAraq2012-02-292-4/+4
|
* 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-283-14/+50
| |
* | ERecoverableError exception contains the error messageAraq2012-02-255-24/+20
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-243-1/+34
|\
| * helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-243-1/+34
| |
* | examples/tclex compiles againAraq2012-02-241-1/+1
| |
* | exported strutils.abbrevAraq2012-02-244-18/+17
|/
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-214-3/+63
|
* 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
|
* added system.setControlCHook, system.writeStackTraceAraq2012-02-194-2/+17
|
* bugfix: semfold supports merging of '&'Araq2012-02-193-2/+29
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-185-10/+83
|\
| * recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵dom962012-02-185-10/+83
| | | | | | | | asyncio async sockets. Fixed removeDir on windows.