Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | AK: Implement any_of using common implementation | 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-06-20 | AK: Reimplement any_of in terms of find_if | Lenny Maiorani |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-07 | AK: Publish AK::any_of by default | Andreas Kling |
2021-01-15 | AK: Implement generic any_of algorithm | Lenny Maiorani |