summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/allocator.traits
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-315-0/+8
* Support tests in freestandingJF Bastien2019-02-0422-22/+66
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-1/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-261-0/+51
* Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier2017-09-158-0/+84
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-256-24/+32
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Don't use non-conforming pointer_traits specialization it tests.Eric Fiselier2016-06-221-1/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Add tests for LWG issue 2361Eric Fiselier2016-04-1810-3/+145
* Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...Marshall Clow2015-10-251-2/+2
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-011-0/+4
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow2015-06-021-0/+48
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+1173
OpenPOWER on IntegriCloud