Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 7 | -36/+100 |
| | |||||
* | bugfixes for exception tracking | Araq | 2012-11-04 | 2 | -4/+9 |
| | |||||
* | exception tracking should work | Araq | 2012-11-04 | 7 | -18/+105 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-03 | 9 | -16/+741 |
|\ | |||||
| * | Merge pull request #243 from gradha/pr_database_example | Araq | 2012-11-01 | 8 | -1/+700 |
| |\ | | | | | | | Pr database example | ||||
| | * | Adds command line interface for todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 3 | -0/+366 |
| | | | |||||
| | * | Adds backend code for the cross platform todo example. | Grzegorz Adam Hankiewicz | 2012-11-01 | 6 | -0/+333 |
| | | | |||||
| | * | Ignores whole upload directory. | Grzegorz Adam Hankiewicz | 2012-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #242 from fowlmouth/patch-3 | Araq | 2012-11-01 | 1 | -15/+41 |
| |\ \ | | |/ | |/| | Update examples/sdlex.nim | ||||
| | * | Update examples/sdlex.nim | Billingsly Wetherfordshire | 2012-10-31 | 1 | -15/+41 |
| | | | | | | | | | Updated sdlex.nim to show the basics of an SDL app (event loop, input) | ||||
* | | | next steps for exception tracking | Araq | 2012-11-03 | 7 | -34/+73 |
|/ / | |||||
* | | bugfix: exception tracking (still disabled) | Araq | 2012-11-01 | 3 | -3/+3 |
| | | |||||
* | | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 4 | -6/+13 |
| | | |||||
* | | nimbuild should work again | Araq | 2012-11-01 | 11 | -31/+106 |
|/ | |||||
* | rebuilt C sources for nimbuild | Araq | 2012-10-31 | 2 | -6/+18 |
| | |||||
* | exception tracking barely works; but disabled | Araq | 2012-10-31 | 4 | -27/+40 |
| | |||||
* | bugfix: wrong assertions for C++ code generation; some solaris support; ↵ | Araq | 2012-10-30 | 11 | -22/+193 |
| | | | | first steps to an effect system | ||||
* | fixes #235 | Araq | 2012-10-24 | 3 | -1/+19 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 3 | -5/+11 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-24 | 1 | -1/+1 |
|\ | |||||
| * | Redis fixed to use unbuffered sockets. | Dominik Picheta | 2012-10-21 | 1 | -1/+1 |
| | | |||||
* | | caas barely works now | Araq | 2012-10-24 | 4 | -8/+18 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-20 | 3 | -31/+32 |
|\ | |||||
| * | Merge pull request #228 from gradha/stringify_db_sqlite_varargs | Araq | 2012-10-20 | 3 | -31/+32 |
| |\ | | | | | | | Adds `$` as supplied proc to db_sqlite varargs. | ||||
| | * | Adds `$` as supplied proc to varargs in database modules. | Grzegorz Adam Hankiewicz | 2012-10-20 | 3 | -31/+32 |
| | | | |||||
* | | | bugfix: typo in unsigned.nim; fixes #234 | Araq | 2012-10-20 | 2 | -1/+2 |
|/ / | |||||
* | | fixes #226 | Araq | 2012-10-19 | 1 | -2/+2 |
| | | |||||
* | | bugfix: tcan_inherit_generic works again | Araq | 2012-10-19 | 2 | -1/+9 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 3 | -0/+121 |
|\ \ | |||||
| * \ | Merge pull request #233 from gradha/more_cross_calculator_interfaces | Araq | 2012-10-19 | 3 | -0/+121 |
| |\ \ | | | | | | | | | More cross calculator interfaces | ||||
| | * | | Adds command line interface for backend addition. | Grzegorz Adam Hankiewicz | 2012-10-19 | 3 | -0/+120 |
| | | | | |||||
| | * | | Adds docs/*.idx to git ignore list. | Grzegorz Adam Hankiewicz | 2012-10-19 | 1 | -0/+1 |
| | |/ | |||||
* | / | fixes #230; fixes #227 | Araq | 2012-10-19 | 4 | -10/+57 |
|/ / | |||||
* | | fixes #232 | Araq | 2012-10-19 | 4 | -3/+24 |
| | | |||||
* | | try version 1.0.0 for openssl | Araq | 2012-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 9 | -72/+180 |
|\| | |||||
| * | fixes #106 | Zahary Karadjov | 2012-10-16 | 3 | -13/+25 |
| | | |||||
| * | Improved support for nkSymChoices in type coercions | Zahary Karadjov | 2012-10-15 | 5 | -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/master | Araq | 2012-10-14 | 1 | -8/+8 |
| |\ | | | | | | | opengl update | ||||
| | * | make glU* types unsigned, *int types are in32 | Billingsly Wetherfordshire | 2012-10-14 | 1 | -8/+8 |
| |/ | |||||
* / | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 7 | -29/+76 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-14 | 6 | -69/+85 |
|\ | |||||
| * | fixes #211 | Zahary Karadjov | 2012-10-13 | 5 | -9/+25 |
| | | | | | | | | transf: fix a clang compilation error when lineDir:on is used | ||||
| * | Merge pull request #222 from fowlmouth/patch-2 | Araq | 2012-10-13 | 1 | -60/+60 |
| |\ | | | | | | | opengl fix | ||||
| | * | opengl fix | Billingsly Wetherfordshire | 2012-10-12 | 1 | -60/+60 |
| | | | |||||
* | | | bugfix: evalTemplateArgs | Araq | 2012-10-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-13 | 1 | -0/+34 |
|\ \ | |||||
| * \ | Merge pull request #221 from exhu/cas | Araq | 2012-10-12 | 1 | -0/+34 |
| |\ \ | | | | | | | | | Added CAS to system/atomics.nim | ||||
| | * | | Added CAS to system/atomics.nim | Yury Benesh | 2012-10-13 | 1 | -0/+34 |
| | | | | |||||
* | | | | fixes #217 | Araq | 2012-10-13 | 3 | -7/+13 |
|/ / / |