Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Dominik Picheta
f2041afad5
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
...
a bug with redirection in httpclient.
2013-02-23 23:12:11 +00:00
Zahary Karadjov
81a3585872
merged upstream master
2013-01-27 23:41:45 +02:00
Zahary Karadjov
5d9153d420
Fixed openssl lib path on Mac OS X;
2013-01-27 20:29:18 +02:00
Dominik Picheta
bb38420ac7
Added gtk_window_is_active to gtk wrapper.
2013-01-26 22:19:48 +00:00
Dominik Picheta
0e5e852f5c
Added some tooltip functions to the gtk wrapper.
2013-01-25 21:43:20 +00:00
Araq
10d995c290
support for LuaJIT
2013-01-15 01:09:38 +01:00
Araq
88a441ea8e
next steps for FFI at compile time
2013-01-02 01:17:53 +01:00
Dominik Picheta
d7d4caf45a
Added set_markup to gtk2 wrapper.
2012-12-25 14:06:18 +00:00
Araq
b6c8e16b0f
bugfix: openssl import for macosx
2012-12-19 21:45:18 +01:00
Araq
7148812524
first steps for FFI support at compile time
2012-12-19 02:22:39 +01:00
Araq
8948a97151
bugfix: 'not nil' and 'shared' types
2012-12-02 20:02:42 +01:00
Araq
0df0012bda
try version 1.0.0 for openssl
2012-10-19 02:02:06 +02:00
Billingsly Wetherfordshire
197ee778c8
make glU* types unsigned, *int types are in32
2012-10-14 06:43:02 -05:00
Billingsly Wetherfordshire
d1965590ab
opengl fix
2012-10-12 17:33:37 -05:00
Dominik Picheta
b3913a28c9
Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText
2012-10-11 22:14:59 +01:00
Araq
cf06131dec
better extension loading for the OpenGL wrapper
2012-10-09 17:11:33 +02:00
Araq
1dc2c780f1
fixes #213
2012-10-04 09:49:04 +02:00
Araq
3bcf9f4e53
opengl wrapper compiles under windows
2012-09-29 08:06:43 +02:00
Araq
36efc380dd
website improvements; better opengl wrapper (still broken)
2012-09-28 00:22:07 +02:00
Araq
d17caa86e8
objects with no ancestor are not implicitely final
2012-08-24 17:33:04 +02:00
Dominik Picheta
3a4e22de33
os.JoinPath now uses varargs. Some additions to gtk wrappers.
2012-08-19 02:40:21 +01:00
Dominik Picheta
1b19201e91
g_timeout_add_full and g_idle_add_full added.
2012-07-30 00:24:55 +01:00
Dominik Picheta
541fdceb57
Addition of setTabReorderable to gtk2.nim
2012-07-29 22:53:39 +01:00
Dominik Picheta
40ae258e7e
Some improvements to the sockets module.
2012-07-25 19:55:52 +01:00
Dominik Picheta
3a06698118
Fixed the tasynciossl ImplicitClosure warning.
2012-07-24 20:39:45 +01:00
Dominik Picheta
5310a3044f
Many fixes for asynchronous sockets. Asyncio should now work well with buffered and unbuffered plain and ssl sockets. Added asyncio
...
test to the test suite.
2012-07-22 23:32:49 +01:00
Araq
5e3d42a929
Merge branch 'master' of github.com:Araq/Nimrod
2012-07-16 23:01:18 +02:00
Araq
8d99753d63
preparations for making 'closure' the default calling convention for proc types
2012-07-16 23:00:57 +02:00
Araq
4215686cce
x11 example compiles again; updated python wrapper; compiler supports variables in DLLs
2012-07-16 08:11:37 +02:00
Araq
17a41ff5df
Merge pull request #165 from Schala/master
...
PDCurses wrapper is (almost) done, but will compile
2012-07-15 02:16:16 -07:00
Araq
089e7db08a
x11 wrapper uses system's types
2012-07-15 10:39:21 +02:00
Schala Zeal
61bf90f658
PDCurses wrapper (incomplete, see desc)
...
PDCurses wrapper will compile. However there are a couple dozen consts
commented out that were problematic. Also, I got confused about a few
procs with function ptrs as arguments. Feel free to fix
2012-07-15 00:00:32 -07:00
Araq
6074a9c129
pcre wrapper compiles again
2012-07-11 14:28:49 +02:00
Schala Zeal
5f0d685f86
Oops..
2012-07-09 19:06:36 -07:00
Schala Zeal
59cbc6b05d
PCRE wrapper update to 8.31
...
PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
2012-07-09 18:38:07 -07:00
Araq
4fbba0a65a
changed integer promotion rules; breaks bootstrapping and lots of code
2012-07-08 21:03:47 +02:00
Araq
9b60518904
Merge pull request #135 from rafaelvasco/master
...
PPGLChar to cstringArray pull request
2012-06-19 15:23:09 -07:00
Zahary Karadjov
b11fe5d0b4
more uint related fixes
2012-06-14 17:33:00 +03:00
Rafael Vasco
0c353876a1
Fixed other procedures that used PPGLChar.
...
They are now using cstringArray as glShaderSource since they are
semantic compatible with it.
2012-06-13 15:11:50 -03:00
Rafael Vasco
5fba5a7c01
Fixed string param on glShaderSource
2012-06-13 14:30:38 -03:00
Dominik Picheta
3294cb10a9
Sockets are now buffered and have ssl support through openssl.
2012-06-03 19:09:42 +01:00
Araq
dde5a83d29
improvements for the iup wrapper
2012-05-05 10:47:36 +02:00
Araq
c53ad1b39f
documentation improvements; higher level Mongodb wrapper
2012-04-09 11:18:10 +02:00
Araq
0f96e72b18
fixed another docgen bug; initial mongodb wrapper
2012-04-06 00:41:27 +02:00
Araq
07b355bea4
better opengl wrapper; oids and endians modules documented
2012-04-04 21:26:23 +02:00
Araq
a4a99ae997
added libsvm wrapper
2012-04-04 16:01:28 +02:00
Araq
b9f99565e9
added new OpenGL wrapper
2012-04-04 01:40:39 +02:00
Zahary Karadjov
a72fe16f9d
making tests green again
2012-03-20 14:44:23 +02:00
Zahary Karadjov
72f2a6e275
the test suite is mostly green again
2012-03-16 05:33:21 +02:00