summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* objects with no ancestor are not implicitely finalAraq2012-08-242-4/+4
|
* os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-192-6/+24
|
* g_timeout_add_full and g_idle_add_full added.Dominik Picheta2012-07-301-0/+16
|
* Addition of setTabReorderable to gtk2.nimDominik Picheta2012-07-291-0/+4
|
* Some improvements to the sockets module.Dominik Picheta2012-07-251-0/+3
|
* Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
|
* Many fixes for asynchronous sockets. Asyncio should now work well with ↵Dominik Picheta2012-07-221-1/+1
| | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-161-0/+1541
|\
| * Merge pull request #165 from Schala/masterAraq2012-07-151-0/+1541
| |\ | | | | | | PDCurses wrapper is (almost) done, but will compile
| | * PDCurses wrapper (incomplete, see desc)Schala Zeal2012-07-151-0/+1541
| | | | | | | | | | | | | | | | | | 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
* | | preparations for making 'closure' the default calling convention for proc typesAraq2012-07-169-8/+17
| | |
* | | x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-13/+17
|/ / | | | | | | variables in DLLs
* / x11 wrapper uses system's typesAraq2012-07-152-7/+3
|/
* pcre wrapper compiles againAraq2012-07-111-6/+8
|
* Oops..Schala Zeal2012-07-091-1/+1
|
* PCRE wrapper update to 8.31Schala Zeal2012-07-091-43/+115
| | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-0810-30/+31
|
* Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
|\ | | | | PPGLChar to cstringArray pull request
| * Fixed other procedures that used PPGLChar.Rafael Vasco2012-06-131-4/+4
| | | | | | | | | | They are now using cstringArray as glShaderSource since they are semantic compatible with it.
| * Fixed string param on glShaderSourceRafael Vasco2012-06-131-9595/+9595
| |
* | more uint related fixesZahary Karadjov2012-06-141-3/+1
|/
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-16/+46
|
* improvements for the iup wrapperAraq2012-05-051-17/+21
|
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-295/+303
|
* fixed another docgen bug; initial mongodb wrapperAraq2012-04-062-4/+1188
|
* better opengl wrapper; oids and endians modules documentedAraq2012-04-041-2522/+2547
|
* added libsvm wrapperAraq2012-04-042-0/+118
|
* added new OpenGL wrapperAraq2012-04-041-0/+9606
|
* making tests green againZahary Karadjov2012-03-201-1/+1
|
* the test suite is mostly green againZahary Karadjov2012-03-161-2/+2
|
* prepared niminst for win64 targetAraq2012-02-281-1/+1
|
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-1/+1
|
* pcre_info has been dropped; ↵Dominik Picheta2012-02-121-2/+0
| | | | http://www.exim.org/lurker/message/20111223.121857.2da547e0.fr.html
* Added set_visible_window to gtk2Dominik Picheta2012-02-121-0/+3
|
* Removed ambiguity in gtk2.nimdom962012-02-111-5/+0
|
* New tooltip API for gtk.dom962012-01-122-1/+25
|
* Added a couple of GTK 2.12 functions.Dominik Picheta2011-12-182-0/+9
|
* libuv working on windows tooZahary Karadjov2011-10-122-18/+21
| | | | Added: vcc compilation flags for proper debug symbol generation
* Added wrappers for joyent's libuv and http_parser librarierZahary Karadjov2011-10-122-0/+779
|
* lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx'Keita Haga2011-09-091-63/+63
|
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-0/+2
|
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-222-0/+7
|
* preparations for 0.8.12Araq2011-07-102-1/+26
|
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-141-0/+261
|
* first steps to thread local heapsAraq2011-06-021-0/+298
|
* The sockets module supports non-blocking sockets now. Many other fixes in ↵dom962011-04-301-0/+3
| | | | sockets. Timeout support in scgi.
* slices are first class citizensAraq2011-04-221-1/+1
|
* p[] instead of p^Araq2011-04-117-101/+101
|
* ugh, maybe broke gitAraq2011-04-011-1/+4
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-237-0/+0
|