Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes base64 module | Araq | 2013-08-15 | 1 | -6/+8 |
| | |||||
* | fixes a long standing channels bug | Araq | 2013-08-09 | 2 | -1/+3 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-07 | 1 | -2/+14 |
|\ | |||||
| * | sockets.send now throws an exception when a non-blocking socket is | Dominik Picheta | 2013-08-04 | 1 | -2/+14 |
| | | | | | | | | passed to it. | ||||
* | | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -1/+1 |
| | | |||||
* | | bugfix createDir for solaris | Araq | 2013-08-07 | 1 | -1/+4 |
|/ | |||||
* | new VM: next steps | Araq | 2013-08-03 | 1 | -23/+46 |
| | |||||
* | Improved documentation for macros.newProc. | Dominik Picheta | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | fixes #532 | Araq | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #533 from gradha/pr_helper_procs | Araq | 2013-07-31 | 2 | -4/+87 |
|\ | | | | | Adds some helper procs | ||||
| * | Adds findAll() convenience procs to xmltree. | Grzegorz Adam Hankiewicz | 2013-07-20 | 1 | -0/+37 |
| | | |||||
| * | Notes kind() getter is used to read TXmlNode.k field. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -1/+1 |
| | | |||||
| * | Adds convenience expandTilde proc around getHomeDir. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -0/+24 |
| | | |||||
| * | Adds convenience copyFileWithPermissions to os module. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -3/+25 |
| | | |||||
* | | Merge pull request #530 from EXetoC/master | Araq | 2013-07-31 | 1 | -0/+11 |
|\ \ | | | | | | | Missing SDL_image symbols | ||||
| * | | dynlib | EXetoC | 2013-07-18 | 1 | -2/+4 |
| | | | |||||
| * | | Add missing SDL symbols. | EXetoC | 2013-07-18 | 1 | -0/+9 |
| |/ | |||||
* | | Merge pull request #523 from exhu/x11fix | Araq | 2013-07-31 | 10 | -1159/+951 |
|\ \ | | | | | | | X11, cairo bindings fixes | ||||
| * | | Moved complex pragmas for xlib and cairo into separate included files. Fixed ↵ | Yury Benesh | 2013-07-15 | 8 | -322/+263 |
| | | | | | | | | | | | | xkb bindings. | ||||
| * | | Fixed xrender.nim for use_pkg_config | Yury Benesh | 2013-07-09 | 1 | -2/+5 |
| | | | |||||
| * | | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairo | Yury Benesh | 2013-07-09 | 3 | -7/+13 |
| | | | |||||
| * | | Fixed XClientMessageEvent struct, added equals operator fot TAtom from ↵ | Yury Benesh | 2013-07-07 | 2 | -2/+11 |
| | | | | | | | | | | | | unsigned, added xclient union field access proc to XEvent | ||||
| * | | Some fixes to xlib wrapper | Yury Benesh | 2013-07-06 | 2 | -1/+3 |
| | | | |||||
| * | | Added pkg-config support to xlib, xrender, cairo, cairoxlib | Yury Benesh | 2013-07-04 | 4 | -885/+705 |
| | | | |||||
| * | | Fixed libX11, libXrender bindings for macos and linux. | Yury Benesh | 2013-07-04 | 2 | -18/+29 |
| | | | |||||
* | | | Fixes graphics.drawEllipse. | Dominik Picheta | 2013-07-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Fixes #543. | Dominik Picheta | 2013-07-27 | 1 | -1/+2 |
| | | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32. | ||||
* | | | bugfix: system.& for sequences | Araq | 2013-07-27 | 1 | -2/+2 |
| | | | |||||
* | | | Added macros.newIfStmt and macros.newVarStmt. | Dominik Picheta | 2013-07-25 | 1 | -1/+23 |
| | | | |||||
* | | | Merge pull request #527 from jbe/master | Araq | 2013-07-24 | 1 | -10/+10 |
|\ \ \ | | | | | | | | | export pointer types for SDL event objects | ||||
| * | | | export pointer types for SDL event objects | jbe | 2013-07-17 | 1 | -10/+10 |
| | | | | |||||
* | | | | added macros.genSym | Araq | 2013-07-24 | 1 | -3/+10 |
| | | | | |||||
* | | | | Fixes OSError deprecation warning. | Dominik Picheta | 2013-07-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-20 | 9 | -23/+537 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fixed libzip path for Arch Linux. | Dominik Picheta | 2013-07-17 | 1 | -1/+1 |
| |/ / | |||||
| * | | Documents copyFile not copying attributes on posix. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -2/+7 |
| | | | |||||
| * | | Warns to not modify string findAll is iterating over. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -1/+4 |
| | | | |||||
| * | | Explains parseHex initialization quirk. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -2/+26 |
| | | | |||||
| * | | Adds some examples to JoinPath and / procs. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -7/+25 |
| | | | |||||
| * | | Merge pull request #504 from ventor3000/master | Araq | 2013-07-07 | 2 | -0/+450 |
| |\ \ | | | | | | | | | modules poly and numeric added | ||||
| | * | | Fixed some minor stuff in module poly | Robert Persson | 2013-07-07 | 1 | -15/+9 |
| | | | | | | | | | | | | | | | | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots. | ||||
| | * | | Optimized integrate function in module poly | Robert Persson | 2013-07-07 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug | ||||
| | * | | Optimized divMod in poly | Robert Persson | 2013-07-03 | 1 | -13/+11 |
| | | | | | | | | | | | | | | | | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower. | ||||
| | * | | Fixed a mixed bag of stuff poly and numeric | Robert Persson | 2013-07-03 | 2 | -51/+42 |
| | | | | |||||
| | * | | Cleanup of poly an numeric modules | Robert Persson | 2013-07-02 | 2 | -63/+0 |
| | | | | | | | | | | | | | | | | Removed some test code | ||||
| | * | | Added poly and numeric modules | Robert Persson | 2013-07-02 | 2 | -0/+524 |
| | |/ | |||||
| * | | Merge pull request #513 from gradha/pr_extends_align | Araq | 2013-07-07 | 1 | -6/+14 |
| |\ \ | | | | | | | | | Extends align proc with default padding parameter. | ||||
| | * | | Extends align proc with default padding parameter. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -6/+14 |
| | | | | |||||
| * | | | Documents passC/passL pragmas. Refs #506. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -3/+9 |
| |/ / | |||||
| * / | Silences debug echo. | Grzegorz Adam Hankiewicz | 2013-07-04 | 1 | -1/+1 |
| |/ |