summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #228 from gradha/stringify_db_sqlite_varargsAraq2012-10-203-31/+32
| |\ | | | | | | Adds `$` as supplied proc to db_sqlite varargs.
| | * Adds `$` as supplied proc to varargs in database modules.Grzegorz Adam Hankiewicz2012-10-203-31/+32
| | |
* | | bugfix: typo in unsigned.nim; fixes #234Araq2012-10-202-1/+2
|/ /
* | fixes #226Araq2012-10-191-2/+2
| |
* | bugfix: tcan_inherit_generic works againAraq2012-10-192-1/+9
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-193-0/+121
|\ \
| * \ Merge pull request #233 from gradha/more_cross_calculator_interfacesAraq2012-10-193-0/+121
| |\ \ | | | | | | | | More cross calculator interfaces
| | * | Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-193-0/+120
| | | |
| | * | Adds docs/*.idx to git ignore list.Grzegorz Adam Hankiewicz2012-10-191-0/+1
| | |/
* | / fixes #230; fixes #227Araq2012-10-194-10/+57
|/ /
* | fixes #232Araq2012-10-194-3/+24
| |
* | try version 1.0.0 for opensslAraq2012-10-191-1/+1
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-199-72/+180
|\|
| * fixes #106Zahary Karadjov2012-10-163-13/+25
| |
| * Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-155-51/+147
| | | | | | | | | | | | | | | | | | | | For example, this allows you to pick up a proc with a specific signature from an overload set. bugfix: nimrod generated invalid code when a RVO function had a single compile-time param bugfix: nkHiddenDerefs were not neutralised properly for indirect proc calls
| * Merge pull request #225 from fowlmouth/masterAraq2012-10-141-8/+8
| |\ | | | | | | opengl update
| | * make glU* types unsigned, *int types are in32Billingsly Wetherfordshire2012-10-141-8/+8
| |/
* / fixed a serious code generation bug leading to wrong RTTIAraq2012-10-197-29/+76
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-146-69/+85
|\
| * fixes #211Zahary Karadjov2012-10-135-9/+25
| | | | | | | | transf: fix a clang compilation error when lineDir:on is used
| * Merge pull request #222 from fowlmouth/patch-2Araq2012-10-131-60/+60
| |\ | | | | | | opengl fix
| | * opengl fixBillingsly Wetherfordshire2012-10-121-60/+60
| | |
* | | bugfix: evalTemplateArgsAraq2012-10-141-1/+1
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-131-0/+34
|\ \
| * \ Merge pull request #221 from exhu/casAraq2012-10-121-0/+34
| |\ \ | | | | | | | | Added CAS to system/atomics.nim
| | * | Added CAS to system/atomics.nimYury Benesh2012-10-131-0/+34
| | | |
* | | | fixes #217Araq2012-10-133-7/+13
|/ / /