summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/AnonymousBuffer.h
AgeCommit message (Expand)Author
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-07-07LibCore: Make Core::AnonymousBuffer moveableAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling