summaryrefslogtreecommitdiff
path: root/AK/MemMem.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2021-11-22AK: Mark MemMem header-only functions as inline rather than staticAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2020-12-08AK: Implement memmem() for iterator haystacksAnotherTest
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest