summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixes scgi, adds async functionality to httpserver.Dominik Picheta2012-09-093-30/+184
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-0938-9/+1732
|\
| * Merge pull request #199 from gradha/implement_cross_platform_exampleAraq2012-09-0835-1/+1714
| |\
| | * Adds interactive user interface for android.Grzegorz Adam Hankiewicz2012-09-082-10/+116
| | * Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-0813-0/+373
| | * Changes NIB to template and generates code manually for UI.Grzegorz Adam Hankiewicz2012-09-083-117/+231
| | * Adds native user interface to iOS.Grzegorz Adam Hankiewicz2012-09-085-24/+626
| | * Adds ios patterns to ignore list.Grzegorz Adam Hankiewicz2012-09-081-0/+13
| | * Adds iOS files for crossplatform calculator example.Grzegorz Adam Hankiewicz2012-09-089-0/+494
| | * Splits nimrod and lazarus files into separate directories.Grzegorz Adam Hankiewicz2012-09-089-1/+12
| * | Merge pull request #198 from Tass/masterAraq2012-09-083-8/+18
| |\ \ | | |/ | |/|
| | * real test nowSimon Hafner2012-09-081-1/+2
| | * Issue #197 has been solvedSimon Hafner2012-09-081-8/+6
| | * hash() for floatsSimon Hafner2012-09-082-0/+11
* | | first steps to deprecate 'nil' statementAraq2012-09-099-36/+34
|/ /
* | unittest bugfix; made some tests greenAraq2012-09-083-4/+6
* | implemented 'pure' enumsAraq2012-09-083-5/+21
* | tmatrix.nim works nowAraq2012-09-085-24/+40
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-082-14/+82
|\ \
| * | Merge pull request #196 from Tass/masterAraq2012-09-062-14/+82
| |\|
| | * no uniqueCounter it isSimon Hafner2012-09-062-9/+7
| | * + random number generator for floats and slices - with testsSimon Hafner2012-09-062-14/+84
* | | term rewriting improvementsAraq2012-09-0818-144/+284
|/ /
* | activated tests for tr macrosAraq2012-09-067-24/+62
* | bugfixes and improvements for term rewriting macrosAraq2012-09-045-19/+30
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-041-0/+1
|\
| * Fixes bootstrapping.Dominik Picheta2012-09-031-0/+1
* | further improvements for term rewriting macrosAraq2012-09-048-28/+74
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-037-97/+439
|\
| * Added fsmonitor module.Dominik Picheta2012-09-026-72/+307
| * Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
* | term rewriting macros fully implemented; still buggyAraq2012-09-0322-136/+674
|/
* made tests green againAraq2012-08-3111-8/+16
* next steps towards term rewriting macros; simple examples workAraq2012-08-3017-56/+124
* first steps towards term rewriting macrosAraq2012-08-3017-58/+264
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-2816-180/+270
* implemented generic templatesAraq2012-08-277-26/+47
* thygienictempl addedAraq2012-08-261-0/+10
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-2615-50/+107
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-259-73/+48
* made tests green againAraq2012-08-247-7/+7
* objects with no ancestor are not implicitely finalAraq2012-08-2415-22/+44
* documented bind in macrosAraq2012-08-242-2/+55
* implemented 'bind' for macrosAraq2012-08-247-15/+83
* implemented backslash for continuation commentsAraq2012-08-236-10/+46
* fixes #185Araq2012-08-221-2/+7
* bugfix for methods (comment in #185)Araq2012-08-222-4/+10
* added ttables2 to gather data about issue #183Araq2012-08-222-1/+22
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-2211-48/+123
* Fixed tasyncudp.nim to work with fowl's changes.Dominik Picheta2012-08-201-1/+2