summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-311-1/+5
|\
| * Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstringAraq2013-08-311-1/+5
| |\ | | | | | | Fixes xmltree <> macro docstring.
| | * Fixes xmltree <> macro docstring.Grzegorz Adam Hankiewicz2013-08-221-1/+5
| | |
* | | fixes #398Araq2013-08-311-6/+6
|/ /
* | fixes #569; C++ codegen works againAraq2013-08-313-3/+3
| |
* | tester compiles againAraq2013-08-301-1/+1
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-302-22/+68
|\ \
| * | Implemented ability to connect through proxies for the httpclient module.Dominik Picheta2013-08-261-16/+51
| | |
| * | implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-6/+17
| |/
* | float64 is now an alias to 'float'; fixes #545Araq2013-08-302-3/+17
| |
* | docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-2/+2
|/
* GC: added static cycleGC checksAraq2013-08-221-4/+6
|
* fixes base64 moduleAraq2013-08-151-6/+8
|
* fixes a long standing channels bugAraq2013-08-092-1/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-071-2/+14
|\
| * sockets.send now throws an exception when a non-blocking socket isDominik Picheta2013-08-041-2/+14
| | | | | | | | passed to it.
* | new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+1
| |
* | bugfix createDir for solarisAraq2013-08-071-1/+4
|/
* new VM: next stepsAraq2013-08-031-23/+46
|
* Improved documentation for macros.newProc.Dominik Picheta2013-07-311-0/+3
|
* fixes #532Araq2013-08-011-1/+1
|
* Merge pull request #533 from gradha/pr_helper_procsAraq2013-07-312-4/+87
|\ | | | | Adds some helper procs
| * Adds findAll() convenience procs to xmltree.Grzegorz Adam Hankiewicz2013-07-201-0/+37
| |
| * Notes kind() getter is used to read TXmlNode.k field.Grzegorz Adam Hankiewicz2013-07-191-1/+1
| |
| * Adds convenience expandTilde proc around getHomeDir.Grzegorz Adam Hankiewicz2013-07-191-0/+24
| |
| * Adds convenience copyFileWithPermissions to os module.Grzegorz Adam Hankiewicz2013-07-191-3/+25
| |
* | Merge pull request #530 from EXetoC/masterAraq2013-07-311-0/+11
|\ \ | | | | | | Missing SDL_image symbols
| * | dynlibEXetoC2013-07-181-2/+4
| | |
| * | Add missing SDL symbols.EXetoC2013-07-181-0/+9
| |/
* | Merge pull request #523 from exhu/x11fixAraq2013-07-3110-1159/+951
|\ \ | | | | | | X11, cairo bindings fixes
| * | Moved complex pragmas for xlib and cairo into separate included files. Fixed ↵Yury Benesh2013-07-158-322/+263
| | | | | | | | | | | | xkb bindings.
| * | Fixed xrender.nim for use_pkg_configYury Benesh2013-07-091-2/+5
| | |
| * | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairoYury Benesh2013-07-093-7/+13
| | |
| * | Fixed XClientMessageEvent struct, added equals operator fot TAtom from ↵Yury Benesh2013-07-072-2/+11
| | | | | | | | | | | | unsigned, added xclient union field access proc to XEvent
| * | Some fixes to xlib wrapperYury Benesh2013-07-062-1/+3
| | |
| * | Added pkg-config support to xlib, xrender, cairo, cairoxlibYury Benesh2013-07-044-885/+705
| | |
| * | Fixed libX11, libXrender bindings for macos and linux.Yury Benesh2013-07-042-18/+29
| | |
* | | Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-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 Picheta2013-07-271-1/+2
| | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32.
* | | bugfix: system.& for sequencesAraq2013-07-271-2/+2
| | |
* | | Added macros.newIfStmt and macros.newVarStmt.Dominik Picheta2013-07-251-1/+23
| | |
* | | Merge pull request #527 from jbe/masterAraq2013-07-241-10/+10
|\ \ \ | | | | | | | | export pointer types for SDL event objects
| * | | export pointer types for SDL event objectsjbe2013-07-171-10/+10
| | | |
* | | | added macros.genSymAraq2013-07-241-3/+10
| | | |
* | | | Fixes OSError deprecation warning.Dominik Picheta2013-07-211-1/+1
| | | |
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-209-23/+537
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed libzip path for Arch Linux.Dominik Picheta2013-07-171-1/+1
| |/ /
| * | Documents copyFile not copying attributes on posix.Grzegorz Adam Hankiewicz2013-07-161-2/+7
| | |
| * | Warns to not modify string findAll is iterating over.Grzegorz Adam Hankiewicz2013-07-161-1/+4
| | |
| * | Explains parseHex initialization quirk.Grzegorz Adam Hankiewicz2013-07-161-2/+26
| | |