aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump the shiboken version due to BIC changes in commits:Hugo Parente Lima2010-09-091-2/+2
| | | | | 1eda671a34eba38e7e74e592e4ae88fa6803bcba b4c007c3ee9932b7a384b2b4fcdc8b4be2dfbad9
* Bump the required versions for ApiExtractor and GeneratorRunner.Hugo Parente Lima2010-09-091-2/+2
|
* Use the correct path separator on Windows.Hugo Parente Lima2010-08-311-0/+6
|
* Add -Wno-strict-aliasing to debug and release builds using GCC.Hugo Parente Lima2010-08-301-2/+2
|
* Remove definition of NOCOLOR constant.Hugo Parente Lima2010-08-191-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Fix flags used when compiling using MSVC.Renato Filho2010-08-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Use CMake DEFINES to export symbols.Renato Filho2010-08-191-4/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-111-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
|
* Bump version due to ABI changes.Lauro Neto2010-08-021-2/+2
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed build to completely avoid debug symbols when compiling in release mode.Marcelo Lira2010-07-271-0/+1
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added a custom cmake file to help finding Python debug provisions.Marcelo Lira2010-07-211-1/+4
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Moved python detection to root CMakelist.Renato Filho2010-07-191-0/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Use correct python library in debug mode.Renato Filho2010-07-191-0/+20
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed "lib" prefix from shiboken plugin.Renato Filho2010-07-191-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Increase required versions of ApiExtractor and GeneratorRunner.Hugo Parente Lima2010-07-091-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Bruno Araújo <bruno.araujo@openbossa.org>
* Fix cmake files used by other projects to detect Shiboken.Hugo Parente Lima2010-06-231-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version to 0.3.3.Renato Filho2010-06-071-1/+1
|
* Use external CXX_FLAGS on compilation flags.Renato Filho2010-05-281-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Disabled GCC optimization flags by default.Renato Filho2010-05-281-12/+13
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Bump to version 0.3.2Renato Filho2010-05-041-1/+1
|
* Updated git-archive use to keep compatibility with git version 1.6.sb-0.3.1Renato Filho2010-05-041-1/+1
|
* Bump version to 0.3.1.Hugo Parente Lima2010-05-041-1/+1
|
* Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2010-04-221-2/+8
| | | | | | | | | The majority of users don't need tests built. This will reduce build time significantly, and packagers will be thanked for it. To not build tests append -DBUILD_TESTS=False to cmake parameters. Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Hugo Parente <hugo.lima@openbossa.org>
* Version bump to 0.3.0 due to many ABI changes.Hugo Lima2010-03-311-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* 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