1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 17:01:01 +00:00
serenity/Libraries
Andrew Kaster 7edfdca4b2 LibGUI: Don't assert in ~GWidgetClassRegistration
These guys are all declared as globals, and their ASSERT_NOT_REACHED
in the destructor doesn't play nice with __cxa_atexit. As in, every
application will assert in __cxa_finalize if this assert isn't removed.
2019-12-22 10:47:39 +01:00
..
LibAudio Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibC LibC: Support exit time destructors per the Itanium C++ ABI 2019-12-22 10:47:39 +01:00
LibCore Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibDraw Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibELF Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibGUI LibGUI: Don't assert in ~GWidgetClassRegistration 2019-12-22 10:47:39 +01:00
LibHTML Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibIPC Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibM Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibMarkdown Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPCIDB Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibProtocol Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPthread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibThread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibVT Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00