aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Shiboken generator and libshiboken now share the same version number.sb-0.2.0Hugo Lima2010-03-231-1/+4
| | | | | | | Version bumped to 0.2.0. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Changed routine to create source packages.Hugo Lima2010-03-231-3/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauto.neto@openbossa.org>
* Remove boost::graph dependency from Shiboken generator.Hugo Lima2010-03-181-3/+1
|
* Link shiboken_generator against apiextractorDidier Raboud2010-03-041-0/+1
| | | | | | | | shiboken_generator uses several apiextractor symbols and classes, sot it must link against it. Reviewed-by: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>
* Remove FindShiboken.cmake file in favor of ShibokenConfig and Version .cmake ↵Hugo Lima2010-02-241-2/+2
| | | | | | | | | | | files. This is the right way to go, according to: - http://www.cmake.org/pipermail/cmake/2009-April/028504.html - http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Shiboken generator doesn't need to link against QtXml and libapiextractor as ↵Hugo Lima2010-01-251-6/+2
| | | | | | | | informed by "ldd -u" and confirmed by "ldd -r". Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Setting CMAKE_BUILD_TYPE before usageLauro Neto2010-01-251-1/+5
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Add -Wno-strict-aliasing to GCC compiler flags.Hugo Lima2010-01-151-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Add option -DAVOID_PROTECTED_HACK to turn off the protected hack.Hugo Lima2010-01-151-3/+8
|
* Correctly set diferent CXX_FLAGS for release and debug builds.Hugo Lima2010-01-151-4/+7
|
* 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