aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/scoped_allocator
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-02Fix breakage that I introduced in r238848Marshall Clow1-3/+11
2015-06-02Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow1-0/+14
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-1/+1
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-1/+1
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-14/+14
2011-05-28noexcept for <scoped_allocator>.Howard Hinnant1-48/+51
2011-05-17Fix ambiguity in operator== of scoped_allocator_adaptor.Howard Hinnant1-3/+3
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-23visibility-decoration.Howard Hinnant1-8/+48
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-3/+3
2010-08-19US 107Howard Hinnant1-0/+533