1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00
serenity/Libraries
Andreas Kling dd696e7c75 LibM: Fix Toolchain build
We can't rely on libstdc++ inside LibC or LibM, since these libraries
are part of the Toolchain bringup build.
2019-09-29 22:07:02 +02:00
..
LibAudio LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
LibC LibC: Some build fixes for strange platforms 2019-09-29 21:02:13 +02:00
LibCore CSocket: Don't create the read notifier until after we've connected 2019-09-22 21:46:46 +02:00
LibDraw LibDraw: Some build fixes for strange platforms 2019-09-29 21:02:49 +02:00
LibGUI FileManager+LibGUI+html: Add an icon to represent HTML files 2019-09-29 21:00:41 +02:00
LibHTML LibHTML: Reduce debug spam in HtmlView mouse event handlers 2019-09-29 18:10:39 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Fix Toolchain build 2019-09-29 22:07:02 +02:00
LibMarkdown LibMarkdown: Support escaping of special characters 2019-09-28 20:51:46 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
LibVT Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00