summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Reduces code repetition through helper procs and templates.Grzegorz Adam Hankiewicz2012-11-151-79/+63
|
* next steps for first class iteratorsAraq2012-11-156-16/+75
|
* improvements for first class iteratorsAraq2012-11-153-6/+35
|
* Merge pull request #249 from gradha/pr_improve_example_styleAraq2012-11-144-80/+69
|\ | | | | Improve examples' style
| * Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
| |
| * Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-134-58/+46
| | | | | | | | | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case.
* | bugfix: stack traces; first class iterators almost workingAraq2012-11-1513-51/+186
| |
* | made some tests greenAraq2012-11-113-3/+4
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-118-14/+129
|\ \
| * | fixed a typoZahary Karadjov2012-11-111-1/+1
| | |
| * | AST quasi-quoting for macrosZahary Karadjov2012-11-118-14/+129
| |/
* / implemented 'tags' pragmaAraq2012-11-119-88/+193
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-094-6/+16
|\
| * Merge pull request #248 from gradha/pr_use_cfg_file_for_compilationAraq2012-11-084-6/+16
| |\ | | | | | | Replaces shell scripts with nimrod configuration files.
| | * Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-084-6/+16
| |/ | | | | | | This should make compilation more cross platform friendly.
* / fixed the bugfix of #247Araq2012-11-091-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-081-4/+87
|\
| * Merge pull request #245 from gradha/pr_improve_documentationAraq2012-11-081-4/+87
| |\ | | | | | | Adds to the tutorial some info about exception tracking.
| | * Updates docs about exceptions being on the stack/heap.Grzegorz Adam Hankiewicz2012-11-081-1/+2
| | |
| | * Adds to the tutorial some info about exception tracking.Grzegorz Adam Hankiewicz2012-11-081-3/+85
| | |
* | | fixes #247Araq2012-11-081-4/+1
| | |
* | | documented 'mixin' declarationAraq2012-11-084-7/+36
|/ /
* / made some tests greenAraq2012-11-074-4/+6
|/
* documented Nimrod's effects systemAraq2012-11-062-14/+107
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-056-42/+58
|\
| * Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-046-42/+58
| |
* | system.onRaise improvementsAraq2012-11-053-114/+133
| |
* | added system.onRaise to support a condition systemAraq2012-11-057-36/+100
|/
* bugfixes for exception trackingAraq2012-11-042-4/+9
|
* exception tracking should workAraq2012-11-047-18/+105
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-039-16/+741
|\
| * Merge pull request #243 from gradha/pr_database_exampleAraq2012-11-018-1/+700
| |\ | | | | | | Pr database example
| | * Adds command line interface for todo example.Grzegorz Adam Hankiewicz2012-11-013-0/+366
| | |
| | * Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-016-0/+333
| | |
| | * Ignores whole upload directory.Grzegorz Adam Hankiewicz2012-11-011-1/+1
| | |
| * | Merge pull request #242 from fowlmouth/patch-3Araq2012-11-011-15/+41
| |\ \ | | |/ | |/| Update examples/sdlex.nim
| | * Update examples/sdlex.nimBillingsly Wetherfordshire2012-10-311-15/+41
| | | | | | | | | Updated sdlex.nim to show the basics of an SDL app (event loop, input) 
* | | next steps for exception trackingAraq2012-11-037-34/+73
|/ /
* | bugfix: exception tracking (still disabled)Araq2012-11-013-3/+3
| |
* | doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-014-6/+13
| |
* | nimbuild should work againAraq2012-11-0111-31/+106
|/
* rebuilt C sources for nimbuildAraq2012-10-312-6/+18
|
* exception tracking barely works; but disabledAraq2012-10-314-27/+40
|
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-3011-22/+193
| | | | first steps to an effect system
* fixes #235Araq2012-10-243-1/+19
|
* cas improvementsAraq2012-10-243-5/+11
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-241-1/+1
|\
| * Redis fixed to use unbuffered sockets.Dominik Picheta2012-10-211-1/+1
| |
* | caas barely works nowAraq2012-10-244-8/+18
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-203-31/+32
|\