Age | Commit message (Expand) | Author |
---|---|---|
2022-07-04 | AK: Add `nodiscard` attribute to BinarySearch functions | Lenny Maiorani |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2021-01-01 | AK: Deal with unsigned integers in binary search. | asynts |
2020-12-30 | AK: Make binary_search signature more generic. | asynts |
2020-10-17 | BinarySearch: constexpr support | Lenny Maiorani |
2020-08-26 | AK: Fix the signature of binary_search. | asynts |
2020-08-02 | AK: Fix overflow and mixed-signedness issues in binary_search() (#2961) | Muhammad Zahalqa |
2020-07-26 | Refactor: Change the AK::binary_search signature to use AK::Span. | asynts |
2020-01-19 | Kernel: Optimize VM range deallocation a bit | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-05 | Shell: Cache PATH for faster tab completion | William McPherson |
2019-12-02 | AK: Add a BinarySearch template implementation | William McPherson |