aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/scoped_allocator
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[libc++][scoped_allocator] Applied `[[nodiscard]]` (#175291)Hristo Hristov1-6/+11
2025-12-02[libc++] Simplify a few places where we use __index_sequence (#167213)Nikolas Klauser1-2/+2
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser1-5/+5
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-1/+1
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser1-1/+1
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-42/+45
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser1-2/+2
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-1/+1
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/+0
2024-02-26[libc++] Fix non-uglified name in scoped_allocator_adaptor (#80706)Louis Dionne1-11/+11
2024-02-08[libc++][NFC] Reformat a few files that had gotten mis-formattedLouis Dionne1-2/+2
2024-02-05[libc++] Fix ambiguity when using std::scoped_allocator constructor (#80261)Rajveer Singh Bharadwaj1-3/+2
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-483/+338
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-24/+24
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-46/+46
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser1-33/+11
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn1-0/+5
2023-06-12[libc++][spaceship] P1614R2: Removed `operator!=` from `scoped_allocator_adap...Hristo Hristov1-1/+5
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-5/+5
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser1-3/+3
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser1-0/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-1/+1
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-0/+1
2022-10-12[NFC][libc++] Moves transitive includes location.Mark de Wever1-13/+13
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser1-0/+14
2022-10-02Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka1-14/+0
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser1-0/+14
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-2/+2
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+23
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-24/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+24
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-9/+9
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
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-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov1-0/+10
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow1-4/+4
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-1/+1
2016-12-14[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier1-4/+83
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier1-2/+2
2015-10-25Fix LWG#2476: scoped_allocator_adaptor is not assignableMarshall Clow1-0/+4
2015-06-03Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow1-1/+1