aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for distributed compilation using icecc.Hugo Lima2009-12-021-0/+1
|
* Added an option to generate code without using the "#define protected public"Marcelo Lira2009-11-241-0/+3
| | | | | | | | hack, that doesn't work on the MS Windows platform. When generating the bindings it adds public dispatchers for protected methods on C++ classes that have them. When avoiding the hack classes that have protected methods get C++ wrappers instead of just the ones with virtual methods. On top of this, support for virtual (and protected) destructors have improved.
* - Add msvc compiler flags.Hugo Lima2009-11-231-6/+9
| | | | | - Add boost include directories to include path. - Work when the generatorrunnerplugin_dir variable have white spaces.
* Add visibility policies to libshiboken and for bindings generated by ↵Hugo Lima2009-11-121-2/+4
| | | | | | | | | | 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>
* Sorting overloads topologicallyLauro Neto2009-11-101-0/+1
| | | | | | | | Instead of using the current weight-based overload sorting, sort them topologically based on implicit conversions. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Removing unneeded hard-coded -lgenrunnerLauro Neto2009-09-181-2/+1
|
* Fixed typo in generatorrunner.Hugo Lima2009-09-081-1/+1
|
* Install libshiboken_generator in the right location.Hugo Lima2009-09-081-1/+1
|
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-3/+3
| | | | the class' function; other relative renamings were also performed
* Check for GeneratorRunner with cmakeChris Hills2009-08-311-0/+4
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Turned on compiler warnings by defaultHugo Lima2009-08-281-0/+3
|
* added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-281-6/+6
| | | | with --generatorSet parameter for shiboken
* Shiboken ported to the new generator/apiextractor architeture.Hugo Lima2009-08-271-7/+9
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adding 'make dist' with git-archiveMarcelo Lira2009-08-191-4/+11
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+54