Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -2/+2 | |
* | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 3 | -99/+99 | |
* | | updated iup.nim; made tests green | Araq | 2014-08-31 | 2 | -568/+568 | |
* | | Async SSL support. | Dominik Picheta | 2014-08-31 | 1 | -17/+34 | |
* | | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 1 | -8/+8 | |
* | | updated db_sqlite.nim | Araq | 2014-08-29 | 1 | -3/+3 | |
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 7 | -7/+7 | |
|/ | ||||||
* | Removed zmq wrapper. | Dominik Picheta | 2014-08-13 | 1 | -322/+0 | |
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -8/+2 | |
* | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh... | Clay Sweetser | 2014-05-31 | 1 | -2/+2 | |
|\ | ||||||
| * | Removes accidental module docstring. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -2/+2 | |
* | | Merge pull request #1126 from fowlmouth/patch-1 | Andreas Rumpf | 2014-05-31 | 1 | -0/+67 | |
|\ \ | ||||||
| * | | i left an {.importc.} in there | Billingsly Wetherfordshire | 2014-04-20 | 1 | -1/+1 | |
| * | | added md5 functions from <openssl/md5.h> | Billingsly Wetherfordshire | 2014-04-20 | 1 | -0/+67 | |
| |/ | ||||||
* | | pdcurses wrapper compiles again | Araq | 2014-05-25 | 1 | -5/+3 | |
* | | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made so... | Charlie Barto | 2014-05-10 | 1 | -1/+1 | |
* | | changed pointer to array in sqlite callback | Simon Hafner | 2014-04-21 | 1 | -3/+3 | |
|/ | ||||||
* | 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 | |
* | 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 | |
* | 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. | 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 | |
|\ | ||||||
| * | 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 keysym.nim | Billingsly Wetherfordshire | 2013-10-09 | 1 | -1703/+1704 | |
| | * | Update xutil.nim | Billingsly Wetherfordshire | 2013-10-09 | 1 | -3/+1 | |
| | * | Update glx.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -17/+17 | |
| | * | Update xutil.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -42/+44 | |
| | * | Update xlib.nim | Billingsly Wetherfordshire | 2013-10-08 | 1 | -155/+162 | |
| * | | 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 |