lp:~thopiekar/pyside/+git/shiboken

Get this repository:
git clone https://git.launchpad.net/~thopiekar/pyside/+git/shiboken

Import details

Import Status: Reviewed

This repository is an import of the Git repository at git://code.qt.io/pyside/shiboken.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
5.9 2017-05-19 12:27:33 UTC
Fix double inclusion of qsharedpointer_impl.h file

Author: Alexandru Croitor
Author Date: 2017-05-19 12:11:55 UTC

Fix double inclusion of qsharedpointer_impl.h file

This is a workaround to allow building QSharedPointer bindings
with the clang parser.

In the previous parser the Q_QDOC define was set, and thus the
implementation header was never included. When clang is queried
to return the file which implements QSharedPointer, it will return
the innermost header file. Because the header doesn't have header
guards, the build will fail with redefinition errors.

Task-number: PYSIDE-454
Change-Id: I5628fe2bafe528e11076f344b18b463db90c5651
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>

5.6 2017-05-19 10:21:02 UTC
Fix crash on exit with debug Python 3

Author: Alexandru Croitor
Author Date: 2017-04-06 16:04:32 UTC

Fix crash on exit with debug Python 3

Crash happens because of an use-after-free error. This is a bandaid
fix transforming the crash into a memory leak. Proper fix will
require more investigation and time.

Task-number: PYSIDE-488
Change-Id: I56358573ca60d6f18fd85fbd7eb3eb0da8fbf163
Reviewed-by: Christian Tismer <tismer@stackless.com>

dev 2017-05-18 14:32:18 UTC
Merge remote-tracking branch 'origin/5.9' into dev

Author: Friedemann Kleint
Author Date: 2017-05-18 14:32:17 UTC

Merge remote-tracking branch 'origin/5.9' into dev

Change-Id: I78bace9fbc5e8f19bf345ce3f978826507672227

wip/clang 2017-03-29 06:57:46 UTC
Merge branch 'dev' into wip/clang

Author: Friedemann Kleint
Author Date: 2017-03-29 06:57:12 UTC

Merge branch 'dev' into wip/clang

Change-Id: I15c4a582788d1ab5aa5f8dbabbd89e75d5449ffd

qt5-license 2016-04-19 13:30:45 UTC
a quick fix that should work, but will become obsolete with Qt 5.6.1

Author: Christian Tismer
Author Date: 2016-04-19 13:30:45 UTC

a quick fix that should work, but will become obsolete with Qt 5.6.1

4.8 2015-03-07 13:04:26 UTC
Don't ignore classes in topology

Author: Matthew Woehlke
Author Date: 2015-02-20 21:31:23 UTC

Don't ignore classes in topology

When building the class topology, don't skip classes, even if we are not
going to generate code for them. This is necessary to get the topology
order correct in a case such as C derived from B derived from A, where B
is not generated, but initializing C depends on A being initialized
first. Without this change, there is no guaranteed ordering between A
and C in such a case.

(In particular, this comes up in the Photon test; Photon::ValueIdentity
derives from Photon::TemplateBase, which derives from Photon::Base.
However, this was not being reflected in the topology, and as a result,
it was just luck that the initialization order was correct anyway.)

Change-Id: I4b99a50acef3b06e77100a70f2db8236d06af2be
Reviewed-by: John Cummings <jcummings2@users.sf.net>

16 of 6 results
This repository contains Public information 
Everyone can see this information.