summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Support MySQL on OSXEndre Karlson2015-01-111-5/+9
|
* Merge pull request #1835 from def-/mysql-lib-versionVarriount2015-01-051-1/+1
|\ | | | | Allow higher versions of libmysqlclient
| * Allow higher versions of libmysqlclientdef2015-01-021-1/+1
| |
* | Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
|/
* fixes a long standing openssl wrapper bug: pass C compliant allocation ↵Araq2014-12-281-1/+10
| | | | functions to CRYPTO_set_mem_functions
* improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-3/+10
|
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
|
* Update the pattern to prefer the old versionDustin Lacewell2014-12-031-1/+1
|
* Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵Dustin Lacewell2014-12-031-1/+1
| | | | distributions
* docgen works on linuxAraq2014-10-271-3/+5
|
* docgen should work againAraq2014-10-051-30/+30
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-2/+4
|\ | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim
| * Add postgresql prepared queries and stop relying on string formattingErwan Ameil2014-08-291-0/+2
| | | | | | | | for sql parameter passing
* | updated pdcurses.nimAraq2014-09-191-3/+3
| |
* | cleaned up openssl.nim a bitAraq2014-09-191-41/+42
| |
* | updated libcurl.nimAraq2014-09-191-4/+4
| |
* | cleaned up iup.nimAraq2014-09-191-501/+501
| |
* | cleaned up expat wrapperAraq2014-09-191-76/+76
| |
* | cleaned up various modulesAraq2014-09-196-24/+24
| |
* | updated graphics.nimAraq2014-09-181-13/+13
| |
* | updated SDL wrapperAraq2014-09-188-747/+732
| |
* | CS fixes for zlib.nimDominik Picheta2014-09-171-72/+72
| |
* | 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 ↵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
| |