summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/specialized.algorithms
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-251-1/+1
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-251-1/+1
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+6
* Support tests in freestandingJF Bastien2019-02-0417-17/+51
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-293-3/+3
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-2/+2
* Fixed unintentional assignment-in-assert in new "extending memory management ...Billy Robert O'Neal III2017-03-146-6/+6
* Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-244-8/+44
* Make one of the new tests fail correctly on pre-C++17 systemsMarshall Clow2016-11-141-0/+6
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+20
* Fix incorrect exception handling behavior in the uninitialized algorithmsEric Fiselier2016-10-115-24/+14
* Provide a constexpr addressof with GCC 7.Eric Fiselier2016-10-101-1/+1
* Replace test_throw.h header with a single test macroEric Fiselier2016-10-016-12/+6
* Fix memory leak in test.Eric Fiselier2016-07-241-0/+4
* Implement P0040r3: Extending memory management toolsEric Fiselier2016-07-249-0/+871
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-5/+5
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-171-0/+42
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Remove undefined behavior from some tests. Same pattern as the unitialized_co...Marshall Clow2015-11-022-10/+16
* Remove undefined behavior from some tests. Thanks to Walter Brown for the hea...Marshall Clow2015-11-022-10/+18
* Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera...Marshall Clow2015-05-194-0/+94
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+265
OpenPOWER on IntegriCloud