summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* Fix use of operator comma in is_permutation and delete comma operator for tes...Eric Fiselier2014-10-271-5/+13
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-0/+15
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-181-19/+19
* Add include of <cassert> for the operator commaMarshall Clow2014-09-171-0/+1
* Create a 'comma_iterator' class that overloads operator, and asserts when it'...Marshall Clow2014-09-161-0/+105
* PR20546: Fix tests for compare_exchange_weak.Dan Albert2014-09-061-0/+51
* [asan] Make vector asan annotations exception-friendlyKostya Serebryany2014-09-021-2/+2
* fix missing include for ::close in platform_support.hEric Fiselier2014-08-191-0/+2
* Give libcxx tests temporary filenames that are actually unique.Jonathan Roelofs2014-08-191-4/+14
* Add bare_allocator archetype that implements the minimal possible allocator i...Eric Fiselier2014-08-151-1/+29
* Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...Marshall Clow2014-08-041-6/+3
* test commitEric Fiselier2014-07-241-0/+1
* Add a reset method to the counting predicates in the test suiteMarshall Clow2014-07-091-1/+3
* Mark assign to be constepr only in c++14; can't have constexpr fns that retur...Marshall Clow2014-06-101-1/+1
* Testing infastructure: A template for char_traits where all the functions are...Marshall Clow2014-06-062-0/+185
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-081-0/+37
* Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow2014-04-181-0/+60
* Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow2014-03-031-0/+282
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-166-0/+54
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-031-0/+155
* Found two identical files named 'allocators.h' in the libcxx test suite. Move...Marshall Clow2013-12-021-0/+174
* Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...Marshall Clow2013-12-021-0/+26
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-261-0/+252
* G M: 1. It changes the temp file handling to use the template and the current...Howard Hinnant2013-10-061-7/+6
* First half of support for N3657; heterogenous lookups for set/multisetMarshall Clow2013-08-131-0/+22
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-1/+1
* War on tabs.Howard Hinnant2013-07-081-1/+1
* İsmail Dönmez: Change to mktemp template to make it compatible with Linux.Howard Hinnant2013-04-251-1/+1
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-221-0/+21
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...Howard Hinnant2013-01-141-1/+6
* Made test output iterators have value_type of 'void'; matches ones in libraryMarshall Clow2013-01-092-1/+14
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-053-0/+371
OpenPOWER on IntegriCloud