Grzegorz Adam Hankiewicz
790df95072
Updates docs about exceptions being on the stack/heap.
2012-11-08 17:37:55 +01:00
Grzegorz Adam Hankiewicz
42f6cb465a
Adds to the tutorial some info about exception tracking.
2012-11-08 00:02:09 +01:00
Araq
35f61e1997
documented Nimrod's effects system
2012-11-06 17:31:43 +01:00
Araq
43cdf49472
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-05 19:49:19 +01:00
Araq
e54425b068
system.onRaise improvements
2012-11-05 19:48:49 +01:00
Araq
865d9cc6e6
added system.onRaise to support a condition system
2012-11-05 08:36:44 +01:00
Dominik Picheta
76c4b0516a
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
2012-11-04 22:30:19 +00:00
Araq
42c8fd1fe2
bugfixes for exception tracking
2012-11-04 22:40:51 +01:00
Araq
6dd2c2d767
exception tracking should work
2012-11-04 18:09:15 +01:00
Araq
9fea5b8f69
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-03 15:57:29 +01:00
Araq
9f38ff0c65
next steps for exception tracking
2012-11-03 15:57:12 +01:00
Araq
12f7a0b0ca
Merge pull request #243 from gradha/pr_database_example
...
Pr database example
2012-11-01 15:36:08 -07:00
Araq
9ef0c53597
Merge pull request #242 from fowlmouth/patch-3
...
Update examples/sdlex.nim
2012-11-01 15:35:53 -07:00
Grzegorz Adam Hankiewicz
a8df766fd9
Adds command line interface for todo example.
2012-11-01 20:41:16 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a
Adds backend code for the cross platform todo example.
2012-11-01 20:41:15 +01:00
Grzegorz Adam Hankiewicz
b2e486b237
Ignores whole upload directory.
2012-11-01 19:59:44 +01:00
Araq
224f42bbd7
bugfix: exception tracking (still disabled)
2012-11-01 19:57:48 +01:00
Araq
f35b51c68f
doc2 support for nimweb; fixed graphics.withEvents
2012-11-01 08:32:30 +01:00
Araq
42d0911d6a
nimbuild should work again
2012-11-01 01:11:48 +01:00
Billingsly Wetherfordshire
6f4bd5174f
Update examples/sdlex.nim
...
Updated sdlex.nim to show the basics of an SDL app (event loop, input)
2012-10-31 18:01:00 -05:00
Araq
faed98d215
rebuilt C sources for nimbuild
2012-10-31 07:09:04 +01:00
Araq
ce454fb835
exception tracking barely works; but disabled
2012-10-31 02:31:03 +01:00
Araq
2133fbfcce
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
2012-10-30 22:29:03 +01:00
Araq
86ed918157
fixes #235
2012-10-24 23:26:13 +02:00
Araq
7e31134ff6
cas improvements
2012-10-24 08:43:17 +02:00
Araq
0ca559b40d
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-24 01:14:09 +02:00
Araq
de338526ec
caas barely works now
2012-10-24 01:13:44 +02:00
Dominik Picheta
f9775e1fe9
Redis fixed to use unbuffered sockets.
2012-10-21 18:58:12 +01:00
Araq
b1c44c9ae1
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-20 18:48:49 +02:00
Araq
e80af878b9
bugfix: typo in unsigned.nim; fixes #234
2012-10-20 18:48:28 +02:00
Araq
51fa280fc3
Merge pull request #228 from gradha/stringify_db_sqlite_varargs
...
Adds `$` as supplied proc to db_sqlite varargs.
2012-10-20 01:45:39 -07:00
Grzegorz Adam Hankiewicz
f35b9e2dc0
Adds $ as supplied proc to varargs in database modules.
2012-10-20 09:54:45 +02:00
Araq
3f7a9e9b47
fixes #226
2012-10-19 22:11:04 +02:00
Araq
ac978b3203
bugfix: tcan_inherit_generic works again
2012-10-19 21:43:18 +02:00
Araq
fc9bfb5eac
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-19 20:45:50 +02:00
Araq
172b6aacf8
fixes #230 ; fixes #227
2012-10-19 20:45:26 +02:00
Araq
d7ad396d9b
Merge pull request #233 from gradha/more_cross_calculator_interfaces
...
More cross calculator interfaces
2012-10-19 11:39:27 -07:00
Grzegorz Adam Hankiewicz
760e42b3f9
Adds command line interface for backend addition.
2012-10-19 20:09:12 +02:00
Grzegorz Adam Hankiewicz
d20a8ac68d
Adds docs/*.idx to git ignore list.
2012-10-19 18:46:58 +02:00
Araq
b20663ce19
fixes #232
2012-10-19 13:24:42 +02:00
Araq
0df0012bda
try version 1.0.0 for openssl
2012-10-19 02:02:06 +02:00
Araq
e6b52fe219
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-19 01:59:51 +02:00
Araq
3f82352c2e
fixed a serious code generation bug leading to wrong RTTI
2012-10-19 01:59:28 +02:00
Zahary Karadjov
2efdf3df81
fixes #106
2012-10-16 02:21:28 +03:00
Zahary Karadjov
3c9e3a6a71
Improved support for nkSymChoices in type coercions
...
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
2012-10-15 21:00:29 +03:00
Araq
7424a60ba1
Merge pull request #225 from fowlmouth/master
...
opengl update
2012-10-14 15:54:11 -07:00
Billingsly Wetherfordshire
197ee778c8
make glU* types unsigned, *int types are in32
2012-10-14 06:43:02 -05:00
Araq
b800b77a1a
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-14 12:03:18 +02:00
Araq
6fd4b8350d
bugfix: evalTemplateArgs
2012-10-14 12:02:57 +02:00
Zahary Karadjov
4ef96a7435
fixes #211
...
transf: fix a clang compilation error when lineDir:on is used
2012-10-13 23:31:27 +03:00