Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'auto-decoration' to nimGetProcAddr | jyelon | 2015-11-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | Maintainers of win32 DLLs can opt to provide libraries with 'decorated' function names (Google "stdcall name decoration"). To pull a function pointer out of one of these DLLs, you have to pass a decorated name to getProcAddress. This is painful for the authors of NIM DLL wrappers - they have to pass manually-decorated strings to "importc", but only on win32. This commit adds auto-decoration to nimGetProcAddress. This function will probe the DLL for the undecorated name, and if that fails, it will automatically add decoration and try again. That way, the author of the wrapper doesn't have to deal with it. | ||||
* | system/dyncalls: OS X is already handled as posix | Adam Strzelecki | 2015-10-22 | 1 | -36/+0 |
| | | | | | So elif defined(mac) has absolutely no effect, also this block uses some legacy discouraged NSCreateObjectFileImageFromFile function. | ||||
* | Trim trailling spaces | Sergey Avseyev | 2015-06-26 | 1 | -3/+2 |
| | |||||
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -18/+18 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | lots of C++ codegen improvements | Araq | 2015-02-07 | 1 | -2/+4 |
| | |||||
* | C++ support: codegen generates C++'s references and avoids copies | Araq | 2015-02-04 | 1 | -2/+7 |
| | |||||
* | system files use new identifiers | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | case consistency for linux | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -6/+7 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | further steps for thread support; bootstrapping should require unzip C ↵ | Araq | 2011-05-16 | 1 | -0/+5 |
| | | | | sources and ./build.sh | ||||
* | gc tweaking to gain a few percent of performance | Araq | 2011-05-07 | 1 | -3/+1 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -1/+4 |
| | |||||
* | before stack init change | Andreas Rumpf | 2010-08-01 | 1 | -18/+22 |
| | |||||
* | handling of compiler procs improved for DLL generation | Andreas Rumpf | 2010-07-29 | 1 | -1/+6 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | BUGFIX: better error message when loading of dynamic lib proc fails | Andreas Rumpf | 2009-12-09 | 1 | -1/+4 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+124 |