serenity/Kernel/Library
Dan Klishch 38b51b791e AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode
With this change, ".*make.*" function family now does error checking
earlier, which improves experience while using clangd. Note that the
change also make them instantiate classes a bit more eagerly, so in
LibVideo/PlaybackManager, we have to first define SeekingStateHandler
and only then make() it.

Co-Authored-By: stelar7 <dudedbz@gmail.com>
2024-05-21 14:24:59 +02:00
..
Assertions.h Kernel/riscv64: Add RISC-V Processor class 2023-10-28 10:36:06 -06:00
DoubleBuffer.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
DoubleBuffer.h
IOWindow.cpp Kernel: Use new PCI BAR API in IOWindow and correct IO bounds checks 2024-01-12 15:59:47 -07:00
IOWindow.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h Kernel: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls 2023-06-18 08:47:51 +01:00
KLexicalPath.cpp
KLexicalPath.h
KString.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
KString.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
ListedRefCounted.h
LockRefPtr.h AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +02:00
LockWeakable.h
LockWeakPtr.h
MiniStdLib.cpp
NonnullLockRefPtr.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Panic.cpp Kernel/riscv64: Implement support for "panic=shutdown" cmdline option 2024-01-12 16:25:46 -07:00
Panic.h
ScopedCritical.cpp
ScopedCritical.h
StdLib.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
StdLib.h AK+Kernel: Introduce StdLib function to copy FixedStringBuffer to user 2023-08-25 11:51:52 +02:00
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h