summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵Clay Sweetser2014-05-311-2/+2
|\ | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini
| * Removes accidental module docstring.Grzegorz Adam Hankiewicz2014-04-191-2/+2
| |
* | Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\ \ | | | | | | added md5 functions from <openssl/md5.h>
| * | i left an {.importc.} in thereBillingsly Wetherfordshire2014-04-201-1/+1
| | |
| * | added md5 functions from <openssl/md5.h>Billingsly Wetherfordshire2014-04-201-0/+67
| |/
* | pdcurses wrapper compiles againAraq2014-05-251-5/+3
| |
* | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made ↵Charlie Barto2014-05-101-1/+1
| | | | | | | | sockets.nim exclude the sslv2 code on BSD
* | changed pointer to array in sqlite callbackSimon Hafner2014-04-211-3/+3
|/
* added an sqlite constantSimon Hafner2014-04-161-0/+1
|
* Uses finally as statement to release zlib memory. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-2/+3
|
* Uses swap() to avoid variable copies. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-4/+4
|
* Modifies inflate() to return a discardable bool. Refs #1048.Grzegorz Adam Hankiewicz2014-03-291-13/+4
|
* Adds convenience uncompress and inflate procs to zlib.Grzegorz Adam Hankiewicz2014-03-291-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 preventionAraq2014-03-241-1204/+0
|
* Provide zlib version explicit on Linux.Michał Zieliński2014-03-131-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 procsMichał Zieliński2014-03-051-4/+3
|
* fixes #612Araq2014-02-111-0/+1
|
* Merge pull request #875 from EXetoC/mongoAndreas Rumpf2014-02-061-17/+35
|\ | | | | A first attempt at fixing the MongoDB modules.
| * A first attempt at fixing the MongoDB modules.EXetoC2014-02-021-17/+35
| |
* | merged #823 against develAraq2014-02-021-10/+14
|/
* case consistency improvementsAraq2014-01-111-2/+2
|
* case consistency: niminstAraq2013-12-291-54/+54
|
* case consistency part 6Araq2013-12-281-9/+9
|
* added libffi for win supportAraq2013-12-1922-10/+7192
|
* Merge branch 'master' into vm2Araq2013-12-0550-60901/+4
|\ | | | | | | | | Conflicts: compiler/sem.nim
| * Removed lua, python, tcl, cairofowlmouth2013-12-0110-3951/+0
| |
| * Removed openglfowlmouth2013-12-017-17211/+0
| |
| * removed gtk2fowlmouth2013-12-0111-29499/+0
| |
| * removed x11fowlmouth2013-12-0120-10247/+0
| |
| * Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-1/+3
| |
| * Merge pull request #615 from fowlmouth/patch-10Andreas Rumpf2013-10-154-1917/+1925
| |\ | | | | | | Update xlib.nim
| | * Update keysym.nimBillingsly Wetherfordshire2013-10-091-1703/+1704
| | | | | | | | | properly type all the keysyms
| | * Update xutil.nimBillingsly Wetherfordshire2013-10-091-3/+1
| | | | | | | | | removed converter
| | * Update glx.nimBillingsly Wetherfordshire2013-10-081-17/+17
| | | | | | | | | glx attributes should be int32
| | * Update xutil.nimBillingsly Wetherfordshire2013-10-081-42/+44
| | |
| | * Update xlib.nimBillingsly Wetherfordshire2013-10-081-155/+162
| | | | | | | | | remove -d:MACROS requirement for xlib shortcut functions
| * | Add compressBound proc to zlib wrapper.Dominik Picheta2013-10-131-0/+1
| |/
* / next steps for FFI supportAraq2013-11-251-29/+55
|/
* Color vectors (second line endings fix attempt)fenekku2013-09-021-0/+15
|
* Color vectors (first line endings fix attempt)fenekku2013-09-021-1653/+1653
|
* glColor*v now accept vector as input (as in original lib)fenekku2013-08-041-1668/+1676
|
* 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
| | |