Commit Graph

6 Commits

Author SHA1 Message Date
R-Goc
57b12d3ca0 LibCore: Remove LibCoreMinimal 2026-02-26 18:31:57 +01:00
Shannon Booth
b7a5666795 LibFileSystem: Remove unused TempFile class
While this is useful for tests, we should really be avoiding it
in 'proper' code as it suffers from TOCTOU issues. Since it is
unused, let's just remove it.
2026-02-14 10:25:33 -05:00
ayeteadoe
25f5936dee CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
stasoid
fe43712e72 LibCore: Add S_ISDIR, S_ISREG to System.h on Windows
Before this commit, LibCore/System.h exposed only part of
System::stat API on Windows. Namely, users of Core::System::stat
had to #include <dirent.h> in order to check the return value of stat.
It is OK for low-level libs like LibCore/LibFileSystem, but
S_ISDIR is also used in LibWeb\Loader\GeneratedPagesLoader.cpp.
We want to avoid platform #ifdefs in LibWeb.
2025-02-12 18:42:05 -07:00
stasoid
33e7d6121b LibFileSystem: Port to Windows 2024-11-19 14:35:52 -07:00
Timothy Flynn
93712b24bf Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00