summaryrefslogtreecommitdiff
path: root/AK/TypedTransfer.h
AgeCommit message (Expand)Author
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-11-17AK: Use TypedTransfer to move vector's inline bufferAli Mohammad Pur
2021-12-17AK: Fast path for single-element TypedTransfer::copykleines Filmröllchen
2021-11-14AK: Resolve clang-tidy readability-bool-conversion warningsAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-02-08AK: remove unused and uninteresting return valueBen Wiederhake
2021-02-05AK: Avoid UB in TypedTransferAndreas Kling
2020-09-09AK: Moved TypedTransfer into it's own header.asynts