Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-21 | mapi: Use MAPI_EXPORT to export public functions. | Chia-I Wu | |
mapi.h is included by vgapi and st/vega. On win32, the macro expands to dllexport and dllimport respectively. | |||
2010-06-01 | vgapi: Generate PIC objects. | Chia-I Wu | |
Fixes "...; recompile with -fPIC" error on x86-64. See fdo 28336. | |||
2010-05-31 | mapi/vgapi: Add SConscript for Windows build. | Chia-I Wu | |
2010-05-08 | mapi: Install .pc file for OpenVG. | Chia-I Wu | |
2010-05-08 | mapi: Update vgapi to build libOpenVG.so. | Chia-I Wu | |
Unlike the one produced by st/vega, this is a dispatch-only library. | |||
2010-05-07 | mapi: Add vgapi. | Chia-I Wu | |
vgapi is a dispatcher for OpenVG. |