aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/map
AgeCommit message (Expand)AuthorFilesLines
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst1-20/+20
2023-07-18[libc++][ranges] Implement the changes to node-based containers from P1206 (`...varconst1-0/+125
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-20/+20
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne1-2/+3
2023-05-25[libc++][spaceship][NFC] Improved consistency - removed `inline` specifier fo...Hristo Hristov1-11/+6
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-4/+4
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-8/+8
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-04-07[libc++] Module fixes for __synth_three_way.Mark de Wever1-2/+10
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser1-0/+1
2023-03-15[libc++][spaceship] Implement `operator<=>` for `map` and `multimap`Hristo Hristov1-10/+53
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-31/+31
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser1-4/+10
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer1-0/+13
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+4
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-6/+6
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-4/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+4
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-18/+18
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-6/+6
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser1-27/+25
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+6
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser1-20/+2
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-2/+13
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever1-1/+0
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-1/+3
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser1-0/+2
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/+1
2022-03-25[libc++] Rename __identity to __type_identityNikolas Klauser1-4/+4
2022-03-17[libc++] Remove <utility> includesNikolas Klauser1-2/+0
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-1/+3
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-0/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-11-09[libc++] P0433R2: test that deduction guides are properly SFINAEd away.Konstantin Varlamov1-0/+44
2021-10-07[libc++] Use addressof in assignment operator.Mark de Wever1-2/+2
2021-09-20[libc++] [P0919] Some belated review on D87171.Arthur O'Dwyer1-12/+8
2021-09-20Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.Arthur O'Dwyer1-4/+4
2021-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne1-12/+12
2021-08-31[libc++] Add missing space in (__map_value_compare&__y) etc. NFCI.Arthur O'Dwyer1-2/+2
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne1-2/+2
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella1-0/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-06-15[libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer1-2/+24