| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Properly classify nested (non-transparent) structs.
|
|
|
|
|
| |
OSX uses -freg-struct-return, which returns small structs in regs.
Thanks to Adriano Bertucci.
|
|
|
|
|
| |
Error handling works, C++ interoperability generally works.
C++ destructors in libs compiled with G++ cause trouble (ok with MSVC).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This works like the GCC extension, e.g.:
FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64");
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|