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
Araq
6e4c23bd32
Merge pull request #222 from fowlmouth/patch-2
...
opengl fix
2012-10-13 01:27:13 -07:00
Araq
4dde2137f7
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-13 01:59:58 +02:00
Araq
ffcbe19cd8
fixes #217
2012-10-13 01:59:20 +02:00
Araq
a9da8eba06
Merge pull request #221 from exhu/cas
...
Added CAS to system/atomics.nim
2012-10-12 16:49:04 -07:00
Araq
2193460ea6
bugfix: tests should be green again
2012-10-13 01:48:13 +02:00
Billingsly Wetherfordshire
d1965590ab
opengl fix
2012-10-12 17:33:37 -05:00
Araq
1d30798363
bugfix: threads should work again; fixes #220
2012-10-12 23:34:43 +02:00