aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-101-5/+5
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Add PYSIDE_QT_VERSION to CMakeCache.txt.Hugo Parente Lima2010-09-101-0/+1
| | | | | | | | This variable stores the Qt version used to compile PySide, so installers and packages can guess the min Qt version required to run PySide. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version required for Shiboken.Hugo Parente Lima2010-09-091-1/+1
|
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-0/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add Qt Simulator supportAnderson Lizardo2010-08-261-0/+4
| | | | | Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-10/+7
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Write the pyside version variable on cmake cache.Hugo Parente Lima2010-08-241-1/+1
| | | | | | | | | With the pyside version variable on cmake cache, the script used to create the windows installer can discover the PySide version being compiled. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* created macro to compile pyside modules.Renato Filho2010-08-191-3/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-131-0/+7
| | | | | | | | Unwanted graphical output from tests are redirected to a fake X server on Unix system. This depends on the presence of the Xvfb server. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-121-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Removed unecessary command from CMake file.Renato Filho2010-08-101-9/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
|
* Bump version to 0.4.0 and update shiboken versionLauro Neto2010-08-031-3/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Fix compile on cmake 2.8 for mac users.Renato Filho2010-08-021-10/+15
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+17
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@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>
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-251-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug: "Debug build fails to run the tests (doesn't work) ↵Hugo Parente Lima2010-06-211-0/+10
| | | | | | | [_Py_AddToAllObjects: Assertion (...) failed]" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#242 - "PySide is installed into wrong path on Mac OS X"Hugo Parente Lima2010-06-171-6/+10
| | | | | | | If the cmake variable SITE_PACKAGE is set, we wont try to detect the SITE_PACKAGES variable. Reviewed: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Revert "GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list."Hugo Parente Lima2010-06-141-1/+1
| | | | This reverts commit fc059316968e5bdc079a2ebd84800297ecce7d2a.
* GENERATOR_EXTRA_FLAGS must be a cmake string, not a cmake list.Hugo Parente Lima2010-06-141-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Bump to version 0.3.3.Renato Filho2010-06-071-1/+1
|
* Use external CXX_FLAGS on compilation flags.Renato Filho2010-05-311-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-14/+20
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Updated QtNetwork typesystem to support Qt 4.7Renato Filho2010-05-241-1/+7
|
* Fix CMake variable escapingLauro Neto2010-05-221-1/+1
| | | | Was breaking Release mode compilation
* MacOs compiler fix.Renato Oliveira2010-05-191-1/+11
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented SO detection support.Renato Filho2010-05-191-0/+26
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@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.ps-0.3.1Renato Filho2010-05-041-1/+1
|
* Adding ./doc from boostLauro Neto2010-04-281-0/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Version bumpHugo Lima2010-03-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fix file name of generated source package.Hugo Lima2010-03-231-1/+1
|
* Fix name of source package generated by make dist.ps-0.3.0Hugo Lima2010-03-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Bump version to 0.3.0.Hugo Lima2010-03-231-2/+3
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Changed routine to build source packages.Hugo Lima2010-03-231-3/+7
|
* Fix compilation of QtCore when using -DAVOID_PROTECTED_HACK.Hugo Lima2010-03-041-0/+6
|
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-5/+5
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Used Release as default build type.Renato Filho2010-02-051-0/+4
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Enable return value heuristic on shiboken generator.Hugo Lima2010-02-021-1/+1
|
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-1/+2
|
* Enable parent ctor heuristic for PySide.Hugo Lima2009-12-011-1/+1
| | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Re-added the root project name, without it cmake get crazy when you tryHugo Lima2009-11-231-0/+2
| | | | to use the icecc support.
* Set default symbol visibility to hidden, so pyside is even smaller!Hugo Lima2009-11-201-2/+2
| | | | | | 1.4MB on my 64bits machine. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added inject codes for methods like QString::toDouble, QByteArray::toFloat, etc.Hugo Lima2009-11-181-2/+0
|
* Just disable the warning about strict-aliasing instead of disable the ↵Hugo Lima2009-11-101-1/+1
| | | | | | optimization. Reviewed by Marcelo Lira <marcelo.lira@openssa.org>
* Add support for distributed compilation using icecc.Hugo Lima2009-11-101-0/+2
| | | | | | To use it, just pass -DENABLE_ICECC=ON when running cmake. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-211-0/+1
|
* Adding flag -fno-strict-aliasingLauro Neto2009-09-211-2/+2
|
* Initial experiments with shiboken and QtHugo Lima2009-09-091-0/+65