Age | Commit message (Expand) | Author |
---|---|---|
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-07-04 | AK: Add `nodiscard` attribute to AllOf functions | Lenny Maiorani |
2021-07-24 | AK: Reimplement all_of in terms of find_if | Lenny Maiorani |
2021-07-22 | AK: Rewrite {AnyOf,AllOf,Find}.h to use the IteratorPairWith concept | Ali Mohammad Pur |
2021-07-22 | AK: Convert AnyOf/AllOf to east-const style | Ali Mohammad Pur |
2021-07-22 | AK: Implement {any,all}_of(IterableContainer&&, Predicate) | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-17 | AK: Publish all_of() | Andreas Kling |
2020-12-20 | AllOf: Common iterator types | Lenny Maiorani |
2020-11-21 | AK: Implement generic all_of algorithm | Lenny Maiorani |