aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ext/hash_map
AgeCommit message (Expand)AuthorFilesLines
2025-12-02[libc++] Fix the rest of __gnu_cxx::hash_XXX copy construction (#160525)asmok-g1-4/+1
2025-09-23[libc++] Fix __gnu_cxx::hash_multimap copy construction (#160043)Nikolas Klauser1-4/+1
2025-09-18[libc++] Introduce _LIBCPP_COMPRESSED_ELEMENT (#134253)Nikolas Klauser1-37/+5
2025-09-09[libc++] Remove some of the type aliases in __hash_table (#157114)Nikolas Klauser1-3/+0
2025-07-17[libc++] Fix hash_multi{map,set}::insert (#149290)Nikolas Klauser1-2/+2
2025-07-10[libc++] Fix insert() calling incorrect constructors (#146231)Nikolas Klauser1-4/+4
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-13/+13
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-11[libc++][C++03] Add #if 0 to the experimental/ and ext/ headers as well (#119...Nikolas Klauser1-22/+25
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-624/+508
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-7/+7
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-105/+105
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+0
2023-10-13[libc++] Re-apply "Remove UB in list, forward_list and __hash_table"Louis Dionne1-4/+4
2023-10-06Revert "[libc++] Remove UB in list, forward_list and __hash_table"Krasimir Georgiev1-4/+4
2023-10-05[libc++] Remove UB in list, forward_list and __hash_tableLouis Dionne1-4/+4
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-15/+15
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+1
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser1-3/+2
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-2/+2
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-2/+2
2022-07-10[libc++] Don't call key_eq in unordered_map/set rehashing routineIvan Trofimov1-12/+12
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+4
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever1-1/+0
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-0/+1
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser1-0/+1
2022-04-26[libc++] Remove <functional> includesNikolas Klauser1-1/+0
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser1-1/+1
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-1/+2
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-1/+1
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2021-04-01[libc++] Build and test with -Wundef warning. NFC.Marek Kurdej1-1/+1
2020-08-12[libc++] Remove workarounds for missing rvalue referencesLouis Dionne1-1/+1
2019-12-12[libc++] Cleanup and enable multiple warnings.Eric Fiselier1-2/+3
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne1-2/+2
2019-08-01Change default bucket count in hash_set/hash_map.Eric Fiselier1-9/+10
2019-05-17Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03Eric Fiselier1-1/+1
2019-05-17Remove `using namespace std;` in __gnu_cxx namespace.Eric Fiselier1-35/+34
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-05-10Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier1-1/+1
2017-04-19Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier1-3/+3
2017-02-06Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool1-1/+1