Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PDCurses wrapper (incomplete, see desc) | Schala Zeal | 2012-07-15 | 1 | -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 again | Araq | 2012-07-11 | 1 | -6/+8 |
| | |||||
* | Oops.. | Schala Zeal | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | PCRE wrapper update to 8.31 | Schala Zeal | 2012-07-09 | 1 | -43/+115 |
| | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL | ||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 10 | -30/+31 |
| | |||||
* | Merge pull request #135 from rafaelvasco/master | Araq | 2012-06-19 | 1 | -9595/+9595 |
|\ | | | | | PPGLChar to cstringArray pull request | ||||
| * | Fixed other procedures that used PPGLChar. | Rafael Vasco | 2012-06-13 | 1 | -4/+4 |
| | | | | | | | | | | They are now using cstringArray as glShaderSource since they are semantic compatible with it. | ||||
| * | Fixed string param on glShaderSource | Rafael Vasco | 2012-06-13 | 1 | -9595/+9595 |
| | | |||||
* | | more uint related fixes | Zahary Karadjov | 2012-06-14 | 1 | -3/+1 |
|/ | |||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -16/+46 |
| | |||||
* | improvements for the iup wrapper | Araq | 2012-05-05 | 1 | -17/+21 |
| | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -295/+303 |
| | |||||
* | fixed another docgen bug; initial mongodb wrapper | Araq | 2012-04-06 | 2 | -4/+1188 |
| | |||||
* | better opengl wrapper; oids and endians modules documented | Araq | 2012-04-04 | 1 | -2522/+2547 |
| | |||||
* | added libsvm wrapper | Araq | 2012-04-04 | 2 | -0/+118 |
| | |||||
* | added new OpenGL wrapper | Araq | 2012-04-04 | 1 | -0/+9606 |
| | |||||
* | making tests green again | Zahary Karadjov | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | the test suite is mostly green again | Zahary Karadjov | 2012-03-16 | 1 | -2/+2 |
| | |||||
* | prepared niminst for win64 target | Araq | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | bugfix: optimization of complex constant string concatenations | Araq | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | pcre_info has been dropped; ↵ | Dominik Picheta | 2012-02-12 | 1 | -2/+0 |
| | | | | http://www.exim.org/lurker/message/20111223.121857.2da547e0.fr.html | ||||
* | Added set_visible_window to gtk2 | Dominik Picheta | 2012-02-12 | 1 | -0/+3 |
| | |||||
* | Removed ambiguity in gtk2.nim | dom96 | 2012-02-11 | 1 | -5/+0 |
| | |||||
* | New tooltip API for gtk. | dom96 | 2012-01-12 | 2 | -1/+25 |
| | |||||
* | Added a couple of GTK 2.12 functions. | Dominik Picheta | 2011-12-18 | 2 | -0/+9 |
| | |||||
* | libuv working on windows too | Zahary Karadjov | 2011-10-12 | 2 | -18/+21 |
| | | | | Added: vcc compilation flags for proper debug symbol generation | ||||
* | Added wrappers for joyent's libuv and http_parser librarier | Zahary Karadjov | 2011-10-12 | 2 | -0/+779 |
| | |||||
* | lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx' | Keita Haga | 2011-09-09 | 1 | -63/+63 |
| | |||||
* | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 1 | -0/+2 |
| | |||||
* | tests repaired; serious typo in the allocator fixed; fixes #32 | Araq | 2011-07-22 | 2 | -0/+7 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 2 | -1/+26 |
| | |||||
* | bugfix: endless loop in parser; added sphinx wrapper | Araq | 2011-06-14 | 1 | -0/+261 |
| | |||||
* | first steps to thread local heaps | Araq | 2011-06-02 | 1 | -0/+298 |
| | |||||
* | The sockets module supports non-blocking sockets now. Many other fixes in ↵ | dom96 | 2011-04-30 | 1 | -0/+3 |
| | | | | sockets. Timeout support in scgi. | ||||
* | slices are first class citizens | Araq | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | p[] instead of p^ | Araq | 2011-04-11 | 7 | -101/+101 |
| | |||||
* | ugh, maybe broke git | Araq | 2011-04-01 | 1 | -1/+4 |
| | |||||
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas | Araq | 2011-03-23 | 7 | -0/+0 |
| | |||||
* | more fixes for dy(n)lib typo; fixes #15 | Araq | 2011-03-08 | 11 | -13/+40 |
| | |||||
* | distinction between re.replace and re.replacef; speed improvements for re module | Araq | 2011-03-06 | 4 | -5/+5 |
| | |||||
* | added missing new Lua and openGl wrappers | Araq | 2011-02-20 | 9 | -0/+8181 |
| | |||||
* | bugfix: readline wrapper; bugfix: evaluation of type conversions | Araq | 2011-02-14 | 2 | -12/+9 |
| | |||||
* | REPL improvements | Araq | 2011-02-13 | 8 | -1/+2921 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 3 | -0/+0 |
| | |||||
* | Adjust name of event converters and remove the boilerplate | Michael Fellinger | 2011-01-05 | 1 | -38/+19 |
| | |||||
* | Attempt to fix event debacle in sdl | Michael Fellinger | 2011-01-04 | 1 | -54/+73 |
| | |||||
* | claro wrapper added | Araq | 2010-11-07 | 1 | -0/+2734 |
| | |||||
* | Added a close function to the ssl module. | dom96 | 2010-10-27 | 1 | -0/+2 |
| | |||||
* | Removed the assert()'s from ssl.nim, and limited lines to 80 chars. | dom96 | 2010-10-23 | 1 | -11/+16 |
| | |||||
* | Added an openssl wrapper, ssl module and smtp module. | dom96 | 2010-10-23 | 1 | -0/+386 |
| |