summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/qsort.cpp
AgeCommit message (Expand)Author
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-12-29Revert "[libc] Improve qsort" (#121303)Schrodinger ZHU Yifan
2024-12-29[libc] Improve qsort (#120450)Lukas Bergdoll
2024-07-16[libc][stdlib] Implement heap sort. (#98582)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-12[libc] Add qsort_rMichael Jones
2023-06-07[libc] Temporarily suppress -fsanitize=function for qsort comparatorLeonard Chan
2022-07-22[libc] Don't call user comparator function for equal pointersAlex Brachet
2021-09-24[libc] Add an implementation of qsort.Siva Chandra Reddy