Age | Commit message (Expand) | Author |
---|---|---|
2022-07-14 | AK: Use the correct data types in bitap_bitwise() | Ali Mohammad Pur |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-29 | Everywhere: Remove redundant inline keyword | Lenny Maiorani |
2021-11-22 | AK: Mark MemMem header-only functions as inline rather than static | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | AK: Add String{View,}::find(StringView) | AnotherTest |
2020-12-08 | AK: Implement memmem() for iterator haystacks | AnotherTest |
2020-08-21 | AK+LibC+Kernel: Move the implementation of memmem to AK | AnotherTest |