summaryrefslogtreecommitdiff
path: root/libc/src/__support/fixedvector.h
AgeCommit message (Expand)Author
2025-01-08[libc] Add hardening for FixedVector data structure and fix exposed bug. (#12...Alexey Samsonov
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-06-25[libc][fixedvector] Add const_iterator begin/end (#96714)PiJoules
2024-06-14[libc][stdlib] Make the FreeListHeap constant-initializable (#95453)PiJoules
2024-06-12[libc][__support] Add constexpr to FixedVector members (#95315)PiJoules
2024-06-06[libc][FixedVector] Add more helper methods (#94278)PiJoules
2024-06-05[libc] Implement forward iterators for libc fixed_vector (#93916)jameshu15869
2024-03-28[libc][support][FixedVector] add reverse iterator (#86732)Nick Desaulniers
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2022-08-09[libc] Add a utility data structure named FixedVector.Siva Chandra Reddy