Araq
0320c0c73b
fixes DLL hell on Windows
2015-09-05 12:03:53 +02:00
Adam Strzelecki
43bddf62dd
lib: Trim .nim files trailing whitespace
...
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:03:56 +02:00
xland
755d86ff3d
Add link button for IUP wrapper
...
Add link button for IUP wrapper
2015-08-30 08:30:22 +08:00
coffeepots
f089d70010
Add widestring versions of SQLPrepare and SQLExecDirect
...
SQLPrepareW and SQLExecDirectW are needed to use unicode as otherwise ODBC only recognises ansi codepages.
2015-08-28 14:10:30 +01:00
Stefan Talpalaru
a01a36f69a
rename lib/wrappers/linenoise/linenoise.{c,h}
2015-07-09 16:21:38 +02:00
Reimer Behrends
507062f1bf
Fix SQLite3 dynlib on OS X.
...
The old dynlib name referenced an ancient version of SQLite3 and could
not be overridden with --dynlibOverride.
2015-06-30 23:27:16 +02:00
Araq
9173b66cb7
linenoise support now works
2015-06-21 10:57:43 +02:00
Araq
e85aa3db07
Unix line endings for linenoise.nim
2015-06-21 10:56:56 +02:00
Araq
aa8b470cf6
use linenoise instead of GNU readline
2015-06-21 10:04:26 +02:00
Araq
87f65f5e72
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00
patrick dw
ff83efa767
Fixed malformed pragma
2015-06-06 12:01:26 -05:00
patrick dw
2e25574ff1
Updated usage of deprecated types
2015-06-06 09:35:15 -05:00
patrick dw
a511562822
Renaming fixes in sdl.nim
2015-06-06 09:09:48 -05:00
pdw
cbd8da93f4
lib/wrappers/s-z - Dropped 'T' from types
2015-06-04 13:18:40 +02:00
pdw
b2bc5440aa
lib/wrappers/c-r - Dropped 'T' from types
2015-06-04 13:18:39 +02:00
Oleh Prypin
32109a7867
Don't run non-test code when defined(testing)
2015-04-21 14:37:29 +03:00
Oleh Prypin
b4337e1b0f
Fix a flag in PCRE: change to 'usePcreHeader'
2015-04-10 17:50:43 +03:00
Oleh Prypin
3aa7f7f491
Change datatypes and remove broken editable procs from PCRE
2015-04-10 17:18:59 +03:00
Oleh Prypin
7d06fc2165
Update and improve PCRE wrapper
...
- Version 8.36 (was 8.31)
- Support for editable functions
- Name arguments according to docs
- Cosmetics
2015-04-10 16:08:25 +03:00
def
9c7073bee2
Make iup wrapper work with iup 3.1
2015-04-04 14:35:29 +02:00
Harald Lapp
3ccf667899
do not set mem functions on osx
2015-03-12 12:48:28 +01:00
Nathan Hoad
7cffd290bf
Refine the definition of the server name callbcak.
2015-03-08 21:54:34 +11:00
Nathan Hoad
19ddae38da
Some more documentation for the SNI related procs.
2015-03-08 13:39:37 +11:00
Nathan Hoad
82803d2871
Don't support old versions of OpenSSL.
2015-03-08 12:36:33 +11:00
Nathan Hoad
6a548a5c92
Add some documentation to the server-side callback functions.
2015-03-07 19:52:11 +11:00
Nathan Hoad
d27f40d9b1
Add SNI support to client and server sockets.
2015-03-07 00:48:32 +11:00
def
e686ca2523
Fix a few more warnings
2015-02-17 02:22:30 +01:00
Federico Ceratto
657dca5c3b
Fix typos
2015-02-15 16:20:32 +00:00
Federico Ceratto
c95f6f117a
Fix typos
2015-02-15 16:06:06 +00:00
Hans Raaf
743ad639d4
Fixing dylib name for OSX
...
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.
2015-02-11 21:38:55 +01:00
Endre Karlson
7b9650ed1b
Support MySQL on OSX
2015-01-11 01:04:20 +01:00
Varriount
7f6de4495e
Merge pull request #1835 from def-/mysql-lib-version
...
Allow higher versions of libmysqlclient
2015-01-05 22:50:54 -05:00
Dominik Picheta
076f993150
Fixes nim-lang/nimble#84
2015-01-05 18:15:18 +00:00
def
4fff145914
Allow higher versions of libmysqlclient
2015-01-02 15:16:03 +01:00
Araq
cfb76164b8
fixes a long standing openssl wrapper bug: pass C compliant allocation functions to CRYPTO_set_mem_functions
2014-12-28 23:01:11 +01:00
Will Szumski
d0ea2bdf5b
improved error msgs and refactored close in the net module
2014-12-17 23:34:55 +00:00
Araq
1293a8bca5
func is now a keyword, so use 'fn' instead
2014-12-15 21:41:15 +01:00
Dustin Lacewell
51d2096cd3
Update the pattern to prefer the old version
2014-12-03 15:15:58 -08:00
Dustin Lacewell
c2b36a0343
Adds some flexibility to the lib name of SDL_ttf to allow for newer distributions
2014-12-03 13:26:37 -08:00
Araq
73ff0432dc
docgen works on linux
2014-10-27 00:12:36 +01:00
Araq
a9a5766c66
docgen should work again
2014-10-05 03:06:19 +02:00
Araq
fc47c0edc7
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
...
Conflicts:
lib/impure/db_postgres.nim
lib/pure/os.nim
lib/wrappers/postgres.nim
2014-10-04 19:40:23 +02:00
Araq
bf2e8ee95b
updated pdcurses.nim
2014-09-19 01:46:21 +02:00
Araq
6a8a7678aa
cleaned up openssl.nim a bit
2014-09-19 01:30:26 +02:00
Araq
59b9af074c
updated libcurl.nim
2014-09-19 01:16:12 +02:00
Araq
4bf0bb7ad7
cleaned up iup.nim
2014-09-19 01:09:23 +02:00
Araq
137ade4f6e
cleaned up expat wrapper
2014-09-19 00:59:11 +02:00
Araq
d4bc11b654
cleaned up various modules
2014-09-19 00:54:01 +02:00
Araq
4367fb26ad
updated graphics.nim
2014-09-18 23:35:08 +02:00
Araq
e7140f290b
updated SDL wrapper
2014-09-18 23:08:55 +02:00