Commit Graph

3313 Commits

Author SHA1 Message Date
Rafael Vasco
0c353876a1 Fixed other procedures that used PPGLChar.
They are now using cstringArray as glShaderSource since they are
semantic compatible with it.
2012-06-13 15:11:50 -03:00
Rafael Vasco
5fba5a7c01 Fixed string param on glShaderSource 2012-06-13 14:30:38 -03:00
Zahary Karadjov
308cfc49b8 Merge branch 'master' of github.com:Araq/Nimrod into upstream 2012-06-12 04:45:26 +03:00
Zahary Karadjov
df1ec09399 proper indentation in the generated C code 2012-06-12 04:43:58 +03:00
Zahary Karadjov
e2d38a57ec better support for unsigned integers. 2012-06-11 21:38:01 +03:00
Dominik Picheta
7364d72548 Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows. 2012-06-09 14:24:41 +01:00
Zahary Karadjov
ce933c90a4 destructor pragma 2012-06-07 03:32:40 +03:00
Zahary Karadjov
65970efd97 destructors for case values 2012-06-07 02:14:25 +03:00
Zahary Karadjov
985113ee2a fix AST debug printing when line directives are enabled 2012-06-06 21:12:14 +03:00
Zahary Karadjov
db8dbab766 fix bootstrapping on POSIX platforms 2012-06-06 20:38:57 +03:00
Zahary Karadjov
d10b524c9a generate default destructors 2012-06-06 19:11:52 +03:00
Dominik Picheta
41a9a941ab Fixed math.round, added math.ceil and fixed times.format. 2012-06-04 19:24:13 +01:00
Zahary Karadjov
4105a91c48 fix compilation errors when bootstrapping with C++ 2012-06-04 01:56:42 +03:00
Dominik Picheta
3294cb10a9 Sockets are now buffered and have ssl support through openssl. 2012-06-03 19:09:42 +01:00
Zahary Karadjov
bb850aafec codegen for C++ exceptions 2012-06-03 20:37:56 +03:00
Zahary Karadjov
3ce400bb00 bugfix: finally blocks were not executed when the except block is exited by raise or return 2012-06-03 18:00:45 +03:00
Araq
70c283ac64 Merge branch 'master' of github.com:Araq/Nimrod 2012-06-03 10:11:01 +02:00
Araq
5f527769ee first steps to working closures 2012-06-03 10:10:38 +02:00
Zahary Karadjov
ab18654e59 attempt to fix nimbuild 2012-06-02 22:43:09 +03:00
Zahary Karadjov
88f7b7bc50 Merge branch 'master' of github.com:Araq/Nimrod into upstream 2012-06-02 19:52:06 +03:00
Zahary Karadjov
a1da1f987b Added system.staticExec proc for executing external command at compile-time 2012-06-02 19:51:49 +03:00
Araq
232ab71f20 bugfix: RST parser: URLs properly parsed 2012-06-01 00:25:02 +02:00
Araq
073323af48 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-31 01:35:32 +02:00
Araq
761936bad5 niminst: use 'set -e'; failing to copy docs and data is no installation error 2012-05-31 01:35:13 +02:00
Dominik Picheta
ec39788b41 Fixed times.format handling of month numbers. 2012-05-30 23:22:09 +01:00
Dominik Picheta
2509c08d34 Marshal now works with nil strings. Timezone and tzname vars are not public any more in the times module. 2012-05-30 22:35:43 +01:00
Araq
04300542da fixes #127 2012-05-30 22:37:17 +02:00
Araq
b5d8e8bfaa '+=' etc for all floating point types 2012-05-29 00:42:28 +02:00
Araq
f3980eb24a made tsequtils green again 2012-05-28 01:17:17 +02:00
Araq
22188a0647 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-27 16:23:07 +02:00
Araq
bb7a14fec0 bugfix: UFCS for templates (ttempl3.nim enhanced) 2012-05-27 16:22:48 +02:00
Araq
7a249eb8c1 bugfix: field names of tuples are treated consistently in the C backend 2012-05-27 14:57:12 +02:00
Dominik Picheta
82a2dfd816 Fixed times.format 2012-05-27 01:06:48 +01:00
Dominik Picheta
558d0db89f Fixed times on non-posix operating systems. 2012-05-26 20:35:56 +01:00
Dominik Picheta
25ea5c35b8 Added timezone handling and functions for adding and subtracting time to the times module. Added insert for strings to the system
module.
2012-05-26 01:52:43 +01:00
Zahary Karadjov
337e1ecc7c codegen for user-defined destructors 2012-05-25 19:02:14 +03:00
Araq
848c1b297f added system.||; lacks runtime support 2012-05-23 02:05:28 +02:00
Zahary Karadjov
4f45097f87 optional indentation for case statements
- preliminary support for try expressions  and case expressions
- allow do forms in assignments and return statements
2012-05-23 02:27:57 +03:00
Zahary Karadjov
b1574bb0e0 stand-alone except and finally blocks
This is equivalent to the on-error and at-scope-exit operators in other languages
2012-05-23 02:25:16 +03:00
Araq
1c01c78be5 TInteger vs TOrdinal 2012-05-22 19:37:26 +02:00
Araq
7f64e95747 fixes a long standing bug concerning assignment of case objects 2012-05-22 01:02:33 +02:00
Araq
ea5b74c832 todo.txt changes 2012-05-20 23:18:14 +02:00
Araq
29b63be980 added another system.getStackTrace 2012-05-20 18:42:50 +02:00
dom96
e2221ab310 Fixes for embeddable devices (--os:standalone) 2012-05-20 11:23:16 +01:00
Araq
a36a856a2f fixes #113 2012-05-20 12:09:47 +02:00
Araq
3700885573 fixes #114 2012-05-20 10:58:24 +02:00
Araq
0c5a4bf6c0 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-20 10:56:48 +02:00
Araq
15dd3a2251 fixes #109 2012-05-20 10:56:17 +02:00
dom96
f9089db681 The httpserver now grabs the IP address of the client. RST gen fix for smileys. 2012-05-16 22:29:51 +01:00
dom96
d6ae98a652 Fixed a bug in times and finished its docs. Added mimetypes module and added the uri module to the doc gen. Fixed a bug in the cookies module. 2012-05-13 14:38:59 +01:00