summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* making tests green againZahary Karadjov2012-03-208-16/+16
|
* 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
| |
* | 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.
* | added locks for docgenAraq2012-02-181-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-171-5/+5
|\
| * Optimization for the times module; changed let to const.dom962012-02-171-5/+5
| |
* | fixes #99Araq2012-02-172-6/+37
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-174-2/+336
|\
| * niminst is now able to create build files for debhelper so that .deb ↵dom962012-02-164-2/+336
| | | | | | | | packages can be created. Implemented $ in the times module for TWeekDay and TMonth.
* | bugfix: optimization of complex constant string concatenationsAraq2012-02-177-16/+43
|/
* documentation improvementsAraq2012-02-132-3/+6
|
* pcre_info has been dropped; ↵Dominik Picheta2012-02-121-2/+0
| | | | http://www.exim.org/lurker/message/20111223.121857.2da547e0.fr.html
* bugfix: no need for arrows to be new token kindsAraq2012-02-123-8/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-1215-41/+86
|\
| * Added set_visible_window to gtk2Dominik Picheta2012-02-121-0/+3
| |