aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/shibokenmacros.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-081-0/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix problems with dllimport/dllexport in some shiboken functions/variables.Hugo Parente Lima2010-08-191-10/+9
|
* Use CMake DEFINES to export symbols.Renato Filho2010-08-191-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix dllimport/dllexport macros.Hugo Lima2009-11-231-2/+2
|
* Add visibility policies to libshiboken and for bindings generated by ↵Hugo Lima2009-11-121-0/+55
shiboken generator. As shiboken generator needs minor changes to support inter-module dependencies, these changes about symbol visibility does not support inter-module dependencies, however support it is simple, because we just need to make some symbols visible to other DSO's. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>