Commit Graph

3518 Commits

Author SHA1 Message Date
Araq
0464a1071e Merge branch 'master' of github.com:Araq/Nimrod 2013-08-31 20:45:47 +02:00
Araq
023bd63d39 fixes #398 2013-08-31 20:45:34 +02:00
Zahary Karadjov
b5d833b329 implemented the using statement 2013-08-31 19:40:36 +03:00
Araq
84bd794588 Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstring
Fixes xmltree <> macro docstring.
2013-08-31 07:33:30 -07:00
Araq
6cc06cd35d fixes #569; C++ codegen works again 2013-08-31 02:07:52 +02:00
Araq
0c133b3f02 tester compiles again 2013-08-30 18:14:19 +02:00
Araq
8710118b2c Merge branch 'master' of github.com:Araq/Nimrod 2013-08-30 12:44:27 +02:00
Araq
7056ceda67 float64 is now an alias to 'float'; fixes #545 2013-08-30 12:24:54 +02:00
Araq
5f943cf4bc docgen: more newlines in the output to support primitive postprocessors 2013-08-29 23:18:02 +02:00
Dominik Picheta
c934a33ccd Implemented ability to connect through proxies for the httpclient module. 2013-08-26 18:02:45 +01:00
Zahary Karadjov
037a1a3e0f parsing of user defined type classes 2013-08-23 21:36:56 +03:00
Zahary Karadjov
56d75bd23b implemented and documented the new typedesc binding rules 2013-08-23 15:43:27 +03:00
Grzegorz Adam Hankiewicz
b7b19348a7 Adds equality comparison for arrays. 2013-08-22 23:09:31 +02:00
Grzegorz Adam Hankiewicz
64cf8d3893 Fixes xmltree <> macro docstring. 2013-08-22 23:01:15 +02:00
Araq
3940bd5b84 GC: added static cycleGC checks 2013-08-22 19:20:45 +02:00
Araq
50403afb5c fixes base64 module 2013-08-15 00:22:48 +02:00
Araq
db027faf38 fixes a long standing channels bug 2013-08-09 00:25:31 +02:00
Araq
06b3852143 Merge branch 'master' of github.com:Araq/Nimrod 2013-08-07 01:40:37 +02:00
Araq
aefa0da8a6 new VM: implemented constructors and jump optimizer 2013-08-07 01:40:08 +02:00
Araq
ee9aee6c00 bugfix createDir for solaris 2013-08-07 01:36:15 +02:00
fenekku
0ec9e3aeb7 glColor*v now accept vector as input (as in original lib) 2013-08-04 18:30:22 -04:00
Dominik Picheta
8ac7bda244 sockets.send now throws an exception when a non-blocking socket is
passed to it.
2013-08-04 19:13:29 +01:00
Araq
30bb68d48a new VM: next steps 2013-08-03 21:14:57 +02:00
Dominik Picheta
ec86d5db0f Improved documentation for macros.newProc. 2013-07-31 23:44:09 +01:00
Araq
9589acd00e fixes #532 2013-08-01 00:16:29 +02:00
Araq
3ae6043e7e Merge pull request #533 from gradha/pr_helper_procs
Adds some helper procs
2013-07-31 12:59:22 -07:00
Araq
3ab4b3d58f Merge pull request #530 from EXetoC/master
Missing SDL_image symbols
2013-07-31 12:48:33 -07:00
Araq
c96a4406e4 Merge pull request #523 from exhu/x11fix
X11, cairo bindings fixes
2013-07-31 12:47:41 -07:00
ventor3000
347de6b08c Forgot publicity star on symbol 2013-07-31 07:44:55 +02:00
ventor3000
e6cedc2b8c Some minor fixes
Fixed som wrong spellings in cooments, reordering
some arguments to be mor uniform, and fixed a small bug in
isUniform for 3d matrix.
2013-07-30 18:15:39 +02:00
ventor3000
7c2fcd4ad9 Some doc. fixes 2013-07-28 00:17:03 +02:00
ventor3000
e1db8d11ad basic3d module and some fixes in basic2d
Added the basic3d module. Standard 3d maths but still reimplemented
evrywhere.
2013-07-27 23:56:01 +02:00
Dominik Picheta
c5c6ef6e2b Fixes graphics.drawEllipse.
It failed because a Natural cannot be negative but drawEllipse tried to
set negative values to a Natural variable; this variable's type was
changed to an Int.
2013-07-27 11:18:13 +01:00
Dominik Picheta
e33af13ae3 Fixes #543.
Changed signature of SetVideoMode so that the flags param is a uint32.
2013-07-27 11:03:28 +01:00
Araq
fca23d1675 bugfix: system.& for sequences 2013-07-27 01:28:13 +02:00
ventor3000
1c46fdf600 Fixed stupid mistake when clamping acos 2013-07-26 21:18:30 +02:00
ventor3000
854a000b44 Some minor changes 2013-07-26 10:49:22 +02:00
Dominik Picheta
e360d048ba Added macros.newIfStmt and macros.newVarStmt. 2013-07-25 22:15:34 +01:00
ventor3000
6912463585 Added file header 2013-07-25 16:01:40 +02:00
ventor3000
97810e1850 Added basic2d module
Module for basic 2d computation
2013-07-25 15:40:05 +02:00
Araq
8ac68a4d94 Merge pull request #527 from jbe/master
export pointer types for SDL event objects
2013-07-24 13:35:20 -07:00
Araq
f9426bfcd5 added macros.genSym 2013-07-24 21:58:17 +02:00
Dominik Picheta
325c167e2a Fixes OSError deprecation warning. 2013-07-21 11:08:28 +01:00
Araq
84534ce4b8 Merge branch 'master' of github.com:Araq/Nimrod 2013-07-20 20:18:21 +02:00
Grzegorz Adam Hankiewicz
55bcd0ba1e Adds findAll() convenience procs to xmltree. 2013-07-20 00:06:23 +02:00
Grzegorz Adam Hankiewicz
e7be3d873f Notes kind() getter is used to read TXmlNode.k field. 2013-07-19 23:25:22 +02:00
Grzegorz Adam Hankiewicz
c0b78276e8 Adds convenience expandTilde proc around getHomeDir. 2013-07-19 23:20:06 +02:00
Grzegorz Adam Hankiewicz
68cfb25c11 Adds convenience copyFileWithPermissions to os module. 2013-07-19 22:52:11 +02:00
Araq
bfbdb1f028 refactorings for the eval engine; bugfix: clean templates as accessors 2013-07-19 22:22:20 +02:00
EXetoC
1e3934e464 dynlib 2013-07-18 23:25:29 +02:00