summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-0/+12
|
* implemented #133Araq2012-07-191-3/+12
|
* improvements for 'bind', fixes #166Araq2012-07-181-1/+1
|
* tutorial improvementsAraq2012-07-171-16/+23
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-10/+11
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-1/+1
| | | | variables in DLLs
* made a test green againAraq2012-07-151-4/+2
|
* improved unsigned supportAraq2012-07-141-0/+5
|
* ';' as statement separatorAraq2012-07-121-3/+3
|
* ';' now valid for parameter listsAraq2012-07-111-3/+5
|
* cross-compilation improvementsAraq2012-07-081-1/+14
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-21/+61
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-12/+18
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-24/+29
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-022-13/+39
|
* JS codegen enhancements; still unusableAraq2012-07-011-0/+1
|
* added proc annotations: macros invoked as pragmasAraq2012-06-261-1/+22
|
* tests/gc/gcleak4.nimAraq2012-06-241-3/+5
|
* doc2 improvementsAraq2012-06-242-3/+1
|
* docgen2 improvementsAraq2012-06-231-1/+1
|
* first implementation of docgen2Araq2012-06-231-0/+1
|
* deprecated the pretty printer commandAraq2012-06-221-1/+0
|
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-2/+14
|
* documented 'immediate' templatesAraq2012-06-221-16/+55
|
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-4/+6
|
* stand-alone except and finally blocksZahary Karadjov2012-05-231-22/+31
| | | | This is equivalent to the on-error and at-scope-exit operators in other languages
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-201-0/+5
|\
| * Fixed a bug in times and finished its docs. Added mimetypes module and added ↵dom962012-05-131-0/+5
| | | | | | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* | fixes #109Araq2012-05-201-0/+1
|/
* extracted documentation generatorAraq2012-05-092-9666/+2
|
* fixes binding of overloaded procsAraq2012-05-041-1/+1
|
* added db_*.getRowAraq2012-04-241-2/+5
|
* documentation improvements; GC_step improvedAraq2012-04-213-9/+56
|
* GC with realtime supportAraq2012-04-213-0/+65
|
* documentation improvements; cleanupAraq2012-04-161-3/+0
|
* documentation improvementsAraq2012-04-164-1/+99
|
* @ is a sigil-like operatorAraq2012-04-151-7/+26
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-105-398/+528
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-092-355/+497
| |
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-062-31/+3
| |
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-041-0/+9
| |
| * added libsvm wrapperAraq2012-04-041-0/+6
| |
| * added new OpenGL wrapperAraq2012-04-043-13/+14
| |
* | proper order of initialization for .global. variablesZahary Karadjov2012-04-101-1/+17
|/
* added htmlgen to docsAraq2012-03-231-0/+4
|
* implemented 'static'; macros do not work anymoreAraq2012-03-151-4/+2
|
* first steps for cleaner static/const distinctionAraq2012-03-134-3/+30
|
* exported strutils.abbrevAraq2012-02-241-3/+3
|
* documentation improvementsAraq2012-02-132-3/+6
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-121-2/+3
|\