summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-2/+3
| |
* | system.shallow documentedAraq2012-02-121-0/+12
|/
* fixes tests for 'system.shallow'Araq2012-02-102-20/+24
|
* added 'system.shallow'Araq2012-02-091-1/+3
|
* little fixes for 0.8.14 releaseAraq2012-02-092-71/+116
|
* version 0.8.14Araq2012-02-093-1075/+1821
|
* further steps to closure supportAraq2012-02-062-7/+60
|
* closure implementation: first stepsAraq2012-02-042-209/+71
|
* pragma on/off improvements; endb rewrittenAraq2012-01-281-6/+29
|
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-172-7/+28
|
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-151-3/+4
|
* niminst: bugfixes; documentation changesAraq2012-01-153-77/+50
|
* implicit invokation of items/pairs iteratorsAraq2012-01-081-1/+20
|
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+11
|
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+3
|
* fixed small typos for subexes docsAraq2011-12-271-2/+2
|
* added support for advanced substitution expressionsAraq2011-12-272-0/+61
|
* codegen uses alias analysis to generate better codeAraq2011-12-101-0/+6
|
* bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-301-2/+7
|
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-302-16/+13
|
* implemented 'let' statementAraq2011-11-293-13/+36
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-262-2/+11
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-252-2/+11
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | manual: cstring finally properly documentedAraq2011-11-251-0/+52
| |
* | new pragma: 'noinit'Araq2011-11-251-0/+9
|/
* 'export' is now a keywordAraq2011-11-241-1/+1
|
* operator precedence changed: assignment like operators are supported; ↵Araq2011-11-092-8/+22
| | | | escaping of operators with \ is supported
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-041-0/+3
|\