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