genode/repos/libports/src/app/qt5/qt_launchpad
Christian Helmuth cb43e04691 ldso: defer execution of static constructors
Ldso now does not automatically execute static constructors of the
binary and shared libraries the binary depends on. If static
construction is required (e.g., if a shared library with constructor is
used or a compilation unit contains global statics) the component needs
to execute the constructors explicitly in Component::construct() via
Genode::Env::exec_static_constructors().

In the case of libc components this is done by the libc startup code
(i.e., the Component::construct() implementation in the libc).

The loading of shared objects at runtime is not affected by this change
and constructors of those objects are executed immediately.

Fixes #2332
2017-03-24 16:20:04 +01:00
..
child_entry.cpp Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
child_entry.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
child_entry.ui Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
kbyte_loadbar.cpp Qt launchpad: coding style fixes 2014-08-18 13:27:05 +02:00
kbyte_loadbar.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
launch_entry.cpp Adapt high-level components to new parent API 2016-11-30 13:37:03 +01:00
launch_entry.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
launch_entry.ui Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cpp ldso: defer execution of static constructors 2017-03-24 16:20:04 +01:00
qt_launchpad.cpp qt_launchpad: remove PWRN() 2017-01-20 16:46:56 +01:00
qt_launchpad.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
qt_launchpad.pro Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
qt_launchpad.ui Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk qt5: remove launchpad-based 'QProcess' implementation 2016-11-25 15:27:26 +01:00