aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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