summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
...
* | some progress on documentation buildingAraq2014-09-171-2/+2
* | More docgen fixes.Dominik Picheta2014-09-133-99/+99
* | updated iup.nim; made tests greenAraq2014-08-312-568/+568
* | Async SSL support.Dominik Picheta2014-08-311-17/+34
* | Fixes SSL case sensitive issues.Dominik Picheta2014-08-301-8/+8
* | updated db_sqlite.nimAraq2014-08-291-3/+3
* | Nimrod renamed to NimAraq2014-08-287-7/+7
|/
* Removed zmq wrapper.Dominik Picheta2014-08-131-322/+0
* distinguish between 'defined' and 'declared'Araq2014-08-111-8/+2
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-311-2/+2
|\
| * Removes accidental module docstring.Grzegorz Adam Hankiewicz2014-04-191-2/+2
* | Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\ \
| * | 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 so...Charlie Barto2014-05-101-1/+1
* | 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
* VM: endless loop preventionAraq2014-03-241-1204/+0
* Provide zlib version explicit on Linux.Michał Zieliński2014-03-131-1/+1
* 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.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
|\
| * 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 keysym.nimBillingsly Wetherfordshire2013-10-091-1703/+1704
| | * Update xutil.nimBillingsly Wetherfordshire2013-10-091-3/+1
| | * Update glx.nimBillingsly Wetherfordshire2013-10-081-17/+17
| | * Update xutil.nimBillingsly Wetherfordshire2013-10-081-42/+44
| | * Update xlib.nimBillingsly Wetherfordshire2013-10-081-155/+162
| * | 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