summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/hashtable_policy.h
AgeCommit message (Expand)Author
2022-07-21libstdc++: Make headers include their prerequisitesNathan Sidwell
2022-01-23libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont
2022-01-03Update copyright years.Jakub Jelinek
2021-11-15libstdc++: Unordered containers merge re-use hash codeFrançois Dumont
2021-11-09libstdc++: [_GLIBCXX_DEBUG] Implement unordered container mergeFrançois Dumont
2021-10-21libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely
2021-10-09libstdc++: Access std::pair members without tuple-like helpersJonathan Wakely
2021-10-09libstdc++: Avoid instantiation of _Hash_node before it's neededJonathan Wakely
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely
2021-06-02libstdc++: Value-initialize objects held by EBO helpers [PR 100863]Jonathan Wakely
2021-05-24libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-02-09libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont
2021-01-14libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont
2021-01-04Update copyright years.Jakub Jelinek
2020-10-31libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely
2020-10-30libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely
2020-10-20libstdc++: Refactor _Hashtable to prepare for custom pointersFrançois Dumont
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely
2020-08-26libstdc++: Fix regression in hash containersJonathan Wakely
2020-08-26libstdc++: Rename _Hashtable _H1, _H2 and _Hash template parametersFrançois Dumont
2020-07-29libstdc++: Review _Local_iterator/_Local_const_iterator implementations.François Dumont
2020-07-28libstdc++: Do not over-size hashtable buckets on range insertionFrançois Dumont
2020-07-27libstdc++: Review _Hashtable count, equal_range _M_erase(false_type,) codeFrançois Dumont
2020-05-29libstdc++: Review unordered_map insert_or_assign/try_emplace (PR 95079)François Dumont
2020-02-29libstdc++ Hastable: Move std::is_permutation to limit includesFrançois Dumont
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-01-16libstdc++: Improve unordered containers == operator (PR 91263)François Dumont
2020-01-01Update copyright years.Jakub Jelinek
2019-06-17Simplify node ownership in _Hashtable membersFrançois Dumont
2019-06-03Rename variables and cleanup comments.François Dumont
2019-05-17PR libstdc++/85965 move is_invocable assertions againJonathan Wakely
2019-05-16Replace _Equal_helper with simpler class templateJonathan Wakely
2019-05-16Change EBO accessors from static to non-static member functionsJonathan Wakely
2019-05-16Remove unnecessary non-const accessors in hash table basesJonathan Wakely
2019-05-04hashtable.h (_Hashtable<>::rehash): Review comment.François Dumont
2019-01-01Update copyright years.Jakub Jelinek
2018-12-23Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...François Dumont
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely
2018-07-26Modify some library internals to work without <stdint.h>Jonathan Wakely
2018-01-09re PR libstdc++/83709 (Inserting duplicates into an unordered associative con...François Dumont
2018-01-03Update copyright years.Jakub Jelinek
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely
2017-10-30Minor header reorganization for unordered containersJonathan Wakely
2017-09-13Define std::__to_address helperJonathan Wakely
2017-08-18Simplify allocator usage in unordered containersJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely