summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes for closuresAraq2012-06-217-13/+58
|
* fixes #142Araq2012-06-202-2/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-201-9595/+9595
|\
| * Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
| |\ | | | | | | PPGLChar to cstringArray pull request
| | * Fixed other procedures that used PPGLChar.Rafael Vasco2012-06-131-4/+4
| | | | | | | | | | | | | | | They are now using cstringArray as glShaderSource since they are semantic compatible with it.
| | * Fixed string param on glShaderSourceRafael Vasco2012-06-131-9595/+9595
| | |
* | | added another macro regressionAraq2012-06-202-1/+10
| | |
* | | made some tests green againAraq2012-06-203-11/+15
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-1954-1254/+1983
|\ \
| * | don't take into account the user config file when building sourcesZahary Karadjov2012-06-143-3/+3
| | |
| * | more uint related fixesZahary Karadjov2012-06-1412-139/+151
| |/
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-122-93/+117
| |\
| | * Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-092-93/+117
| | |
| * | proper indentation in the generated C codeZahary Karadjov2012-06-126-212/+235
| | |
| * | better support for unsigned integers.Zahary Karadjov2012-06-1122-586/+643
| |/
| * destructor pragmaZahary Karadjov2012-06-074-9/+15
| |
| * destructors for case valuesZahary Karadjov2012-06-073-17/+65
| |
| * fix AST debug printing when line directives are enabledZahary Karadjov2012-06-061-30/+30
| |
| * fix bootstrapping on POSIX platformsZahary Karadjov2012-06-061-0/+4
| |
| * generate default destructorsZahary Karadjov2012-06-064-16/+107
| |
| * Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-043-3/+5
| |
| * fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-046-25/+41
| |
| * Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-036-122/+479
| |
| * codegen for C++ exceptionsZahary Karadjov2012-06-033-65/+80
| |
| * bugfix: finally blocks were not executed when the except block is exited by ↵Zahary Karadjov2012-06-033-13/+87
| | | | | | | | raise or return
* | somewhat working closuresAraq2012-06-198-33/+95
| |
* | next steps for full closure support (2)Araq2012-06-181-8/+6
| |
* | next steps for full closure supportAraq2012-06-184-134/+153
| |
* | tinterf.nim works nowAraq2012-06-174-17/+54
| |
* | simple example works againAraq2012-06-162-14/+32
| |
* | first implementation of new lambda liftingAraq2012-06-155-215/+411
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-0317-73/+261
|\|
| * attempt to fix nimbuildZahary Karadjov2012-06-021-1/+2
| |
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-0231-114/+459
| |\
| * | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-0213-39/+83
| | |
| * | codegen for user-defined destructorsZahary Karadjov2012-05-254-2/+87
| | |
| * | optional indentation for case statementsZahary Karadjov2012-05-231-3/+22
| | | | | | | | | | | | | | | - preliminary support for try expressions and case expressions - allow do forms in assignments and return statements
| * | stand-alone except and finally blocksZahary Karadjov2012-05-234-30/+69
| | | | | | | | | | | | This is equivalent to the on-error and at-scope-exit operators in other languages
* | | first steps to working closuresAraq2012-06-033-19/+24
| |/ |/|
* | bugfix: RST parser: URLs properly parsedAraq2012-06-012-1/+9
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-312-5/+6
|\ \
| * | Fixed times.format handling of month numbers.Dominik Picheta2012-05-301-2/+2
| | |
| * | Marshal now works with nil strings. Timezone and tzname vars are not public ↵Dominik Picheta2012-05-302-3/+4
| | | | | | | | | | | | any more in the times module.
* | | niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-314-18/+28
|/ /
* | fixes #127Araq2012-05-303-6/+30
| |
* | '+=' etc for all floating point typesAraq2012-05-296-13/+21
| |
* | made tsequtils green againAraq2012-05-285-8/+45
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-271-2/+2
|\ \
| * | Fixed times.formatDominik Picheta2012-05-271-2/+2
| | |
* | | bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-273-10/+27
| | |