Commit Graph

188 Commits

Author SHA1 Message Date
Clay Sweetser
24e6baa3e2 Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradha-pr_documents_koch
Conflicts:
	web/nimrod.ini
2014-05-31 14:41:34 -04:00
Andreas Rumpf
794b035e89 Merge pull request #1126 from fowlmouth/patch-1
added md5 functions from <openssl/md5.h>
2014-05-31 14:37:33 +02:00
Araq
ab5f2273a6 pdcurses wrapper compiles again 2014-05-25 21:51:08 +02:00
Charlie Barto
46d4e5d052 changed openssl to import CRYPTO_mem_set_functions from libcrypto and made sockets.nim exclude the sslv2 code on BSD 2014-05-10 18:54:30 -04:00
Simon Hafner
bc79f40281 changed pointer to array in sqlite callback 2014-04-21 13:21:30 -05:00
Billingsly Wetherfordshire
3571635701 i left an {.importc.} in there 2014-04-20 23:49:41 -05:00
Billingsly Wetherfordshire
a7db33e876 added md5 functions from <openssl/md5.h> 2014-04-20 23:38:45 -05:00
Grzegorz Adam Hankiewicz
e2f771a150 Removes accidental module docstring. 2014-04-19 23:42:57 +02:00
Simon Hafner
5859e80364 added an sqlite constant 2014-04-16 23:34:50 -05:00
Grzegorz Adam Hankiewicz
20e55fc5d4 Uses finally as statement to release zlib memory. Refs #1048. 2014-03-29 12:29:17 +01:00
Grzegorz Adam Hankiewicz
a6f8bae69f Uses swap() to avoid variable copies. Refs #1048. 2014-03-29 12:27:18 +01:00
Grzegorz Adam Hankiewicz
d41988d8b2 Modifies inflate() to return a discardable bool. Refs #1048. 2014-03-29 12:24:54 +01:00
Grzegorz Adam Hankiewicz
cc718435b3 Adds convenience uncompress and inflate procs to zlib.
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.
2014-03-29 01:14:33 +01:00
Araq
ee1192679e VM: endless loop prevention 2014-03-24 08:43:57 +01:00
Michał Zieliński
a9bc8220fd Provide zlib version explicit on Linux.
- 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.
2014-03-13 12:04:27 +01:00
Michał Zieliński
6e42513acd zmq: remove unnecessary 'var' decls from high-level procs 2014-03-05 18:31:22 +01:00
Araq
232af9de6c fixes #612 2014-02-11 16:32:02 +01:00
Andreas Rumpf
afb7bc0e63 Merge pull request #875 from EXetoC/mongo
A first attempt at fixing the MongoDB modules.
2014-02-06 02:46:19 +01:00
EXetoC
798295a9b6 A first attempt at fixing the MongoDB modules. 2014-02-02 02:22:42 +01:00
Araq
435610e0af merged #823 against devel 2014-02-02 01:38:19 +01:00
Araq
346443d1b5 case consistency improvements 2014-01-11 21:56:05 +01:00
Araq
4ed8cec7ca case consistency: niminst 2013-12-29 03:42:20 +01:00
Araq
bf205fa85d case consistency part 6 2013-12-28 01:17:02 +01:00
Araq
e2a4d591e5 added libffi for win support 2013-12-19 01:00:51 +01:00
Araq
5eba93d584 Merge branch 'master' into vm2
Conflicts:
	compiler/sem.nim
2013-12-05 00:03:27 +01:00
fowlmouth
6577093d2d Removed lua, python, tcl, cairo 2013-12-01 21:19:32 -06:00
fowlmouth
0b4805f366 Removed opengl 2013-12-01 21:17:50 -06:00
fowlmouth
ee520689d7 removed gtk2 2013-12-01 21:15:48 -06:00
fowlmouth
944b4685b9 removed x11 2013-12-01 21:10:06 -06:00
Araq
9035d15ed2 next steps for FFI support 2013-11-25 13:04:11 +01:00
Dominik Picheta
8231deffd0 Made TSocketHandle distinct and fixed problems it caused for SSL. 2013-10-23 18:07:00 +01:00
Andreas Rumpf
b4df3cade6 Merge pull request #615 from fowlmouth/patch-10
Update xlib.nim
2013-10-15 13:16:41 -07:00
Dominik Picheta
b753edec1d Add compressBound proc to zlib wrapper. 2013-10-13 00:41:57 +01:00
Billingsly Wetherfordshire
4c7098e362 Update keysym.nim
properly type all the keysyms
2013-10-09 14:34:44 -07:00
Billingsly Wetherfordshire
8f2efd0b16 Update xutil.nim
removed converter
2013-10-09 14:34:17 -07:00
Billingsly Wetherfordshire
2c1c5f7a13 Update glx.nim
glx attributes should be int32
2013-10-08 18:05:55 -07:00
Billingsly Wetherfordshire
fd6f806194 Update xutil.nim 2013-10-08 18:04:58 -07:00
Billingsly Wetherfordshire
b226c8ca79 Update xlib.nim
remove -d:MACROS requirement for xlib shortcut functions
2013-10-08 18:02:52 -07:00
fenekku
0ce885e8c8 Color vectors (second line endings fix attempt) 2013-09-02 18:43:19 -04:00
fenekku
c57103f2d8 Color vectors (first line endings fix attempt) 2013-09-02 10:59:42 -04:00
fenekku
0ec9e3aeb7 glColor*v now accept vector as input (as in original lib) 2013-08-04 18:30:22 -04:00
Araq
3ab4b3d58f Merge pull request #530 from EXetoC/master
Missing SDL_image symbols
2013-07-31 12:48:33 -07:00
Araq
c96a4406e4 Merge pull request #523 from exhu/x11fix
X11, cairo bindings fixes
2013-07-31 12:47:41 -07:00
Dominik Picheta
e33af13ae3 Fixes #543.
Changed signature of SetVideoMode so that the flags param is a uint32.
2013-07-27 11:03:28 +01:00
Araq
8ac68a4d94 Merge pull request #527 from jbe/master
export pointer types for SDL event objects
2013-07-24 13:35:20 -07:00
EXetoC
1e3934e464 dynlib 2013-07-18 23:25:29 +02:00
EXetoC
6e4dfc8eb5 Add missing SDL symbols. 2013-07-18 20:28:09 +02:00
Dominik Picheta
f3b4240b87 Fixed libzip path for Arch Linux. 2013-07-17 22:29:21 +01:00
jbe
2c2ae2adb2 export pointer types for SDL event objects 2013-07-17 00:52:32 +02:00
Yury Benesh
02ca9e3b59 Moved complex pragmas for xlib and cairo into separate included files. Fixed xkb bindings. 2013-07-15 16:06:53 +03:00