summaryrefslogtreecommitdiff
path: root/libcxx/include/scoped_allocator
AgeCommit message (Expand)Author
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-26[libc++] Fix non-uglified name in scoped_allocator_adaptor (#80706)Louis Dionne
2024-02-08[libc++][NFC] Reformat a few files that had gotten mis-formattedLouis Dionne
2024-02-05[libc++] Fix ambiguity when using std::scoped_allocator constructor (#80261)Rajveer Singh Bharadwaj
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-12[libc++][spaceship] P1614R2: Removed `operator!=` from `scoped_allocator_adap...Hristo Hristov
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-10-12[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-10-02Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-14[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2015-10-25Fix LWG#2476: scoped_allocator_adaptor is not assignableMarshall Clow
2015-06-03Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow
2015-06-02Fix breakage that I introduced in r238848Marshall Clow
2015-06-02Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow