aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/map
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-11/+11
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-4/+4
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-8/+6
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-2/+2
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-08[libc++][NFC] Refactor __is_transparent to be a variable template (#90865)Nikolas Klauser1-20/+20
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-2/+2
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-5/+5
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2023-12-18[libc++] Fix nolint comment that became useless after running clang-formatLouis Dionne1-1/+2
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1481/+1136
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-76/+76
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-236/+236
2023-11-08Implement syncstream (p0053)Mark de Wever1-0/+2
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+1
2023-09-01[libc++][NFC] Refactor __enable_if return types to defaulted template parametersNikolas Klauser1-40/+40
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