Commit Graph

829 Commits

Author SHA1 Message Date
Araq
515cf985f4 made some tests green 2012-11-07 01:08:31 +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
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
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
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
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
Billingsly Wetherfordshire
197ee778c8 make glU* types unsigned, *int types are in32 2012-10-14 06:43:02 -05:00
Araq
6e4c23bd32 Merge pull request #222 from fowlmouth/patch-2
opengl fix
2012-10-13 01:27:13 -07:00
Billingsly Wetherfordshire
d1965590ab opengl fix 2012-10-12 17:33:37 -05:00
Yury Benesh
bfd3ac4ee7 Added CAS to system/atomics.nim 2012-10-13 00:04:09 +03:00
Araq
bfda844ccc Merge branch 'master' of github.com:Araq/Nimrod 2012-10-12 18:42:22 +02:00
Araq
9bbf56bdbb allow 'mixin' in generics 2012-10-12 17:13:58 +02:00
Dominik Picheta
b3913a28c9 Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText 2012-10-11 22:14:59 +01:00
Araq
8717742f00 bugfix: leak in db_sqlite.GetValue 2012-10-10 01:05:03 +02:00
Araq
fe7dd31b61 Merge branch 'master' of github.com:Araq/Nimrod 2012-10-10 01:03:04 +02:00
Araq
d43febf81e first version of a memory profiler 2012-10-10 00:41:34 +02:00
Araq
cf06131dec better extension loading for the OpenGL wrapper 2012-10-09 17:11:33 +02:00
Dominik Picheta
8f3dc6ebd3 Fixes segfault in db_sqlite. Fixes problems with times.format. 2012-10-07 15:37:12 +01:00
Araq
70fa5a6df0 attempt to fix #183 2012-10-06 22:46:41 +02:00
Zahary Karadjov
f28b7be6a3 fixes #120 2012-10-04 17:24:42 +03:00
Zahary Karadjov
d9d82fb0af syntax compatibility between do blocks and stmt blocks
See the section `do notation` in the manual for more info.

* nkMacroStmt has been removed
   Macro statements are now mapped to regular nkCall nodes.
   The support for additional clauses (such as else, except, of, etc)
   have been restored - they will now appear as additional arguments
   for the nkCall node (as nkElse, nkExcept, etc nodes)

* fixed some regressions in the `is` operator and semCompiles
2012-10-04 15:37:26 +03:00
Araq
1dc2c780f1 fixes #213 2012-10-04 09:49:04 +02:00
Araq
c2b8669e04 Merge branch 'master' of github.com:Araq/Nimrod 2012-10-03 20:51:22 +02:00
Araq
9fbee85cc9 first steps for compiler as a service 2012-10-03 20:49:43 +02:00
Zahary Karadjov
2e5265bef5 experimental support for querying the type of expressions within macros
normalised the line endings of macros.nim (minor edits otherwise)
2012-10-03 01:59:50 +03:00
Zahary Karadjov
9c8bc3a244 the is operator now works with type classes and type variables
bugfixes:
the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
2012-10-03 01:59:49 +03:00
Zahary Karadjov
770d4a997e implemented case expressions 2012-10-03 01:59:49 +03:00
Zahary Karadjov
7e44015491 implemented return type inference
Other fixes:
* bind once is now the default for type classes as documented in the manual
* fixes an issue in template overloading (erroneous  ambiguity when different typedesc params were used)
2012-10-03 01:59:49 +03:00
Araq
2b49000cbb Merge branch 'master' of github.com:Araq/Nimrod 2012-09-29 08:07:05 +02:00
Araq
3bcf9f4e53 opengl wrapper compiles under windows 2012-09-29 08:06:43 +02:00
Dominik Picheta
e314da76b9 Fixes async scgi. 2012-09-28 18:45:31 +01:00
Araq
36efc380dd website improvements; better opengl wrapper (still broken) 2012-09-28 00:22:07 +02:00
Dominik Picheta
15dcb9a6a6 Added close() to async versions of scgi and httpserver. 2012-09-23 16:04:17 +01:00
Dominik Picheta
d00cb877fd Fixes sockets.recvFrom not setting length of data. 2012-09-23 01:31:49 +01:00
Araq
2997e26ee1 Merge branch 'master' of github.com:Araq/Nimrod 2012-09-23 00:52:51 +02:00
Araq
759b3201ad proc bodies can be expressions with a type 2012-09-22 22:43:36 +02:00
Dominik Picheta
6c6f9e6674 Ftpclient now fully works both synchronously and asynchronously.
Fixed some deprecation doc messages. And some issues with asyncio.
2012-09-22 16:39:51 +01:00