ladybird/Userland/Libraries
Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file
This is primarily to be able to remove the GenericLexer include out of
Format.h as well. A subsequent commit will add AK::Result to
GenericLexer, which will cause naming conflicts with other structures
named Result. This can be avoided (for now) by preventing nearly every
file in the system from implicitly including GenericLexer.

Other changes in this commit are to add the GenericLexer include to
files where it is missing.
2021-08-19 23:49:25 +02:00
..
LibArchive
LibAudio LibAudio: Resample FLAC audio data 2021-08-18 18:16:48 +02:00
LibC LibC: Add FNM_NOMATCH to fnmatch.h 2021-08-19 22:27:26 +02:00
LibCards
LibChess
LibCompress
LibCore LibCore: Fix build error in File.cpp on macOS 2021-08-19 19:47:34 +01:00
LibCoreDump LibCoreDump: Make narrowing uint64_t => FlatPtr conversion explicit 2021-08-08 10:55:36 +02:00
LibCpp Tests: Add regression tests for the LibCpp preprocessor 2021-08-14 12:40:55 +02:00
LibCrypt
LibCrypto AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
LibDebug LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
LibDesktop Userland: Use Core::Process::spawn() instead of posix_spawn() in places 2021-08-06 01:06:42 +02:00
LibDiff
LibDl
LibELF LibELF+LibTest: Fix incorrect #ifdef 2021-08-12 08:16:07 +02:00
LibFileSystemAccessClient FileSystemAccessServer: Add window title as parameter for opening file 2021-08-07 12:48:22 +02:00
LibGemini
LibGfx LibGfx: Make FastBoxBlurFilter go faster 2021-08-18 11:35:51 +02:00
LibGL LibGL: Don't crash on invalid pname value in glGetFloatv 2021-08-19 17:08:04 +02:00
LibGUI LibGUI: Move common action definitions to CommonActions.cpp 2021-08-19 00:11:42 +02:00
LibHTTP LibCore+LibHTTP: Check the status of the socket after EINPROGRESS 2021-08-13 20:30:19 +04:30
LibImageDecoderClient
LibIMAP Everywhere: Make use of container version of all_of 2021-08-03 10:46:43 +02:00
LibIPC LibIPC: Pass only message size to decoder 2021-08-11 18:28:59 +02:00
LibJS LibJS: Add type range checks to the Date make_day AO 2021-08-19 19:15:00 +01:00
LibKeyboard
LibLine
LibM
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread Kernel+Userland: Remove global futexes 2021-08-17 01:21:47 +02:00
LibRegex AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
LibSanitizer LibSanitizer+AK: Add float cast overflow handler 2021-08-08 10:55:36 +02:00
LibSQL AK+Everywhere: Delete Variant's default constructor 2021-08-13 17:31:39 +04:30
LibSymbolication LibDebug+Everywhere: Make DebugInfo not own the ELF image 2021-08-06 01:14:03 +02:00
LibSyntax
LibSystem
LibTest LibTest+Utilities: Print a start message before each test in run-tests 2021-08-19 18:42:34 +02:00
LibTextCodec
LibThreading
LibTLS LibTLS: Add DHE_RSA AES GCM cipher suites 2021-08-16 03:50:53 +04:30
LibUnicode LibUnicode: Download and parse DerivedNormalizationProps UCD file 2021-08-11 13:11:01 +02:00
LibUSBDB
LibVideo Userland: Use kmalloc_array() where appropriate 2021-08-08 00:03:45 +02:00
LibVT
LibWasm LibWasm: Move some Values and Vector<Value>s instead of copying them 2021-08-12 21:03:53 +02:00
LibWeb AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
LibWebSocket
LibX86
CMakeLists.txt