summaryrefslogtreecommitdiff
path: root/libcxx/include/__flat_map
AgeCommit message (Expand)Author
2025-10-26[libc++] Enable Clang modules in most of the CI runs (#160251)Nikolas Klauser
2025-09-28[libc++] Remove a bunch of unused includes from <flat_*> (#160658)Nikolas Klauser
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser
2025-07-20[libc++] constexpr flat_multimap (#148417)Hui
2025-06-28[libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert...Hui
2025-06-21[libc++] constexpr flat_map (#137453)Hui
2025-06-07[libc++] Do not call `reserve` in flat containers if underlying container is ...Hui
2025-06-06[libc++] `flat_meow` transparent comparator string literals (#133654)Hui
2025-05-07[libc++] Add _LIBCPP_NO_UNIQUE_ADDRESS to flat_{,multi}map::value_compare (#1...Nikolas Klauser
2025-03-25[libc++][NFC] Replace structs with variable templates in <__memory/allocator_...Nikolas Klauser
2025-01-25[libc++] implement `std::flat_multimap` (#113835)Hui
2025-01-16[libc++] Add assumption for align of begin and end pointers of vector. (#108961)Florian Hahn
2025-01-13[libc++] Replace stable_sort with sort in flat_map (#121431)Hui
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-09[libc++] Move out `flat_map::iterator` (for reusing it in flat_multimap) (#1...Hui
2024-11-17[libc++] Fix a few problems found by clang-tidyNikolas Klauser
2024-11-12[libc++] Introduce a standalone __scope_guard and use it in <string> (#114867)Nikolas Klauser
2024-11-06[libc++] Remove <string> and <vector> includes from <flat_map> (#114876)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-26[libc++] Implement P0429R9 `std::flat_map` (#98643)Hui