Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added an sqlite constant | Simon Hafner | 2014-04-16 | 1 | -0/+1 |
| | |||||
* | Uses finally as statement to release zlib memory. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -2/+3 |
| | |||||
* | Uses swap() to avoid variable copies. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -4/+4 |
| | |||||
* | Modifies inflate() to return a discardable bool. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -13/+4 |
| | |||||
* | Adds convenience uncompress and inflate procs to zlib. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -0/+134 |
| | | | | | | The new uncompress() version doesn't require you to know the size of the inflated destination buffer. The inflate() proc wraps it for convenience on a var string type. | ||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -1204/+0 |
| | |||||
* | Provide zlib version explicit on Linux. | Michał Zieliński | 2014-03-13 | 1 | -1/+1 |
| | | | | | | - workaround for Gentoo (#987), - also, it's a good practice to provide ABI version in calls to dlopen, so if zlib ever changes ABI, wrappers won't break siliently. | ||||
* | zmq: remove unnecessary 'var' decls from high-level procs | Michał Zieliński | 2014-03-05 | 1 | -4/+3 |
| | |||||
* | fixes #612 | Araq | 2014-02-11 | 1 | -0/+1 |
| | |||||
* | Merge pull request #875 from EXetoC/mongo | Andreas Rumpf | 2014-02-06 | 1 | -17/+35 |
|\ | | | | | A first attempt at fixing the MongoDB modules. | ||||
| * | A first attempt at fixing the MongoDB modules. | EXetoC | 2014-02-02 | 1 | -17/+35 |
| | | |||||
* | | merged #823 against devel | Araq | 2014-02-02 | 1 | -10/+14 |
|/ | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -2/+2 |
| | |||||
* | case consistency: niminst | Araq | 2013-12-29 | 1 | -54/+54 |
| | |||||
* | case consistency part 6 | Araq | 2013-12-28 | 1 | -9/+9 |
| | |||||
* | added libffi for win support | Araq | 2013-12-19 | 22 | -10/+7192 |
| | |||||
* | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 50 | -60901/+4 |
|\ | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | Removed lua, python, tcl, cairo | fowlmouth | 2013-12-01 | 10 | -3951/+0 |
| | | |||||
| * | Removed opengl | fowlmouth | 2013-12-01 | 7 | -17211/+0 |
| | | |||||
| * | removed gtk2 | fowlmouth | 2013-12-01 | 11 | -29499/+0 |
| | | |||||
| * | removed x11 | fowlmouth | 2013-12-01 | 20 | -10247/+0 |
| | | |||||
| * | Made TSocketHandle distinct and fixed problems it caused for SSL. | Dominik Picheta | 2013-10-23 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #615 from fowlmouth/patch-10 | Andreas Rumpf | 2013-10-15 | 4 | -1917/+1925 |
| |\ | | | | | | | Update xlib.nim | ||||
| | * | Update keysym.nim | Billingsly Wetherfordshire | 2013-10-09 | 1 | -1703/+1704 |
| | | | | | | | | | properly type all the keysyms | ||||
| | * | Update xutil.nim | Billingsly Wetherfordshire | 2013-10-09 | 1 | -3/+1 |
| | | | | | | | | | removed converter | ||||
| | * | Update glx.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -17/+17 |
| | | | | | | | | | glx attributes should be int32 | ||||
| | * | Update xutil.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -42/+44 |
| | | | |||||
| | * | Update xlib.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -155/+162 |
| | | | | | | | | | remove -d:MACROS requirement for xlib shortcut functions | ||||
| * | | Add compressBound proc to zlib wrapper. | Dominik Picheta | 2013-10-13 | 1 | -0/+1 |
| |/ | |||||
* / | next steps for FFI support | Araq | 2013-11-25 | 1 | -29/+55 |
|/ | |||||
* | Color vectors (second line endings fix attempt) | fenekku | 2013-09-02 | 1 | -0/+15 |
| | |||||
* | Color vectors (first line endings fix attempt) | fenekku | 2013-09-02 | 1 | -1653/+1653 |
| | |||||
* | glColor*v now accept vector as input (as in original lib) | fenekku | 2013-08-04 | 1 | -1668/+1676 |
| | |||||
* | 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 #543. | Dominik Picheta | 2013-07-27 | 1 | -1/+2 |
| | | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32. | ||||
* | | | 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 |
| |/ | |||||
* / | Fixed libzip path for Arch Linux. | Dominik Picheta | 2013-07-17 | 1 | -1/+1 |
|/ | |||||
* | 2n attempt to fix niminst on the testing machines | Araq | 2013-06-29 | 1 | -1/+2 |
| | |||||
* | attempt to make libzip work on the testing machines | Araq | 2013-06-27 | 1 | -3/+5 |
| |