1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Libraries
Andrew Kaster 96a86463dd LibC: Move __cxa_finalize and __cxa_atexit code to their own file
These guys aren't really related to initializing the C runtime,
so move them to a new fancy file named C++ abi. Or rather, cxxabi :)
2020-01-01 17:48:41 +01:00
..
LibAudio Build: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00
LibC LibC: Move __cxa_finalize and __cxa_atexit code to their own file 2020-01-01 17:48:41 +01:00
LibCore Kernel: Refactor scheduler to use dynamic thread priorities 2019-12-30 18:46:17 +01:00
LibDraw LibDraw: Store glyph spacing information in the fonts headers 2019-12-30 14:02:12 +01:00
LibELF Kernel: Make kernel memory regions be non-executable by default 2019-12-25 22:41:34 +01:00
LibGUI LibGUI: Close and cancel GDialog on escape 2020-01-01 02:02:29 +01:00
LibHTML LibHTML: Ignore all CSS rules starting with "@" for now 2019-12-30 17:09:00 +01:00
LibIPC LibIPC: Let's start building custom message codecs for LibIPC 2019-12-30 02:41:45 +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: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00
LibPthread Kernel: Refactor scheduler to use dynamic thread priorities 2019-12-30 18:46:17 +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