summaryrefslogtreecommitdiff
path: root/libc/src/__support/HashTable/table.h
AgeCommit message (Expand)Author
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee8
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)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
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-01-24[libc][NFC] mark hashtable as resizable (#79354)Schrodinger ZHU Yifan
2024-01-08[libc] fix -Wmissing-braces (#77345)Nick Desaulniers
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan