summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-0811-13/+40
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-064-5/+5
|
* added missing new Lua and openGl wrappersAraq2011-02-209-0/+8181
|
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-142-12/+9
|
* REPL improvementsAraq2011-02-138-1/+2921
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-123-0/+0
|
* Adjust name of event converters and remove the boilerplateMichael Fellinger2011-01-051-38/+19
|
* Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73
|
* claro wrapper addedAraq2010-11-071-0/+2734
|
* Added a close function to the ssl module.dom962010-10-271-0/+2
|
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-11/+16
|
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+386
|