Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add link button for IUP wrapper | xland | 2015-08-30 | 1 | -0/+2 |
| | | | Add link button for IUP wrapper | ||||
* | Add widestring versions of SQLPrepare and SQLExecDirect | coffeepots | 2015-08-28 | 1 | -0/+4 |
| | | | SQLPrepareW and SQLExecDirectW are needed to use unicode as otherwise ODBC only recognises ansi codepages. | ||||
* | rename lib/wrappers/linenoise/linenoise.{c,h} | Stefan Talpalaru | 2015-07-09 | 3 | -2/+2 |
| | |||||
* | Fix SQLite3 dynlib on OS X. | Reimer Behrends | 2015-06-30 | 1 | -1/+1 |
| | | | | | The old dynlib name referenced an ancient version of SQLite3 and could not be overridden with --dynlibOverride. | ||||
* | linenoise support now works | Araq | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Unix line endings for linenoise.nim | Araq | 2015-06-21 | 1 | -38/+34 |
| | |||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 5 | -0/+1290 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 54 | -26111/+1048 |
| | |||||
* | Fixed malformed pragma | patrick dw | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | Updated usage of deprecated types | patrick dw | 2015-06-06 | 2 | -25/+25 |
| | |||||
* | Renaming fixes in sdl.nim | patrick dw | 2015-06-06 | 1 | -23/+27 |
| | |||||
* | lib/wrappers/s-z - Dropped 'T' from types | pdw | 2015-06-04 | 15 | -540/+613 |
| | |||||
* | lib/wrappers/c-r - Dropped 'T' from types | pdw | 2015-06-04 | 14 | -1310/+1459 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix a flag in PCRE: change to 'usePcreHeader' | Oleh Prypin | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Change datatypes and remove broken editable procs from PCRE | Oleh Prypin | 2015-04-10 | 1 | -23/+11 |
| | |||||
* | Update and improve PCRE wrapper | Oleh Prypin | 2015-04-10 | 1 | -307/+463 |
| | | | | | | | - Version 8.36 (was 8.31) - Support for editable functions - Name arguments according to docs - Cosmetics | ||||
* | Make iup wrapper work with iup 3.1 | def | 2015-04-04 | 1 | -114/+114 |
| | |||||
* | do not set mem functions on osx | Harald Lapp | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Refine the definition of the server name callbcak. | Nathan Hoad | 2015-03-08 | 1 | -3/+2 |
| | |||||
* | Some more documentation for the SNI related procs. | Nathan Hoad | 2015-03-08 | 1 | -0/+12 |
| | |||||
* | Don't support old versions of OpenSSL. | Nathan Hoad | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Add some documentation to the server-side callback functions. | Nathan Hoad | 2015-03-07 | 1 | -0/+3 |
| | |||||
* | Add SNI support to client and server sockets. | Nathan Hoad | 2015-03-07 | 1 | -2/+26 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 3 | -37/+37 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -10/+10 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 4 | -4/+4 |
| | |||||
* | Fixing dylib name for OSX | Hans Raaf | 2015-02-11 | 1 | -1/+1 |
| | | | | I don't know if the (15|16...) is supposed to work on OSX. I have "libmysqlclient.18.dylib" in my lib directory and get "could not load: libmysqlclient.(15|16|17[18).dylib" on execution. After removing the pattern I can run my little example program and it works as "libmysqlclient.dylib" is a softlink to the current version anyway. | ||||
* | Support MySQL on OSX | Endre Karlson | 2015-01-11 | 1 | -5/+9 |
| | |||||
* | Merge pull request #1835 from def-/mysql-lib-version | Varriount | 2015-01-05 | 1 | -1/+1 |
|\ | | | | | Allow higher versions of libmysqlclient | ||||
| * | Allow higher versions of libmysqlclient | def | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | Fixes nim-lang/nimble#84 | Dominik Picheta | 2015-01-05 | 1 | -1/+1 |
|/ | |||||
* | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵ | Araq | 2014-12-28 | 1 | -1/+10 |
| | | | | functions to CRYPTO_set_mem_functions | ||||
* | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 1 | -3/+10 |
| | |||||
* | func is now a keyword, so use 'fn' instead | Araq | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | Update the pattern to prefer the old version | Dustin Lacewell | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵ | Dustin Lacewell | 2014-12-03 | 1 | -1/+1 |
| | | | | distributions | ||||
* | docgen works on linux | Araq | 2014-10-27 | 1 | -3/+5 |
| | |||||
* | docgen should work again | Araq | 2014-10-05 | 1 | -30/+30 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Add postgresql prepared queries and stop relying on string formatting | Erwan Ameil | 2014-08-29 | 1 | -0/+2 |
| | | | | | | | | for sql parameter passing | ||||
* | | updated pdcurses.nim | Araq | 2014-09-19 | 1 | -3/+3 |
| | | |||||
* | | cleaned up openssl.nim a bit | Araq | 2014-09-19 | 1 | -41/+42 |
| | | |||||
* | | updated libcurl.nim | Araq | 2014-09-19 | 1 | -4/+4 |
| | | |||||
* | | cleaned up iup.nim | Araq | 2014-09-19 | 1 | -501/+501 |
| | | |||||
* | | cleaned up expat wrapper | Araq | 2014-09-19 | 1 | -76/+76 |
| | | |||||
* | | cleaned up various modules | Araq | 2014-09-19 | 6 | -24/+24 |
| | | |||||
* | | updated graphics.nim | Araq | 2014-09-18 | 1 | -13/+13 |
| | | |||||
* | | updated SDL wrapper | Araq | 2014-09-18 | 8 | -747/+732 |
| | | |||||
* | | CS fixes for zlib.nim | Dominik Picheta | 2014-09-17 | 1 | -72/+72 |
| | |