| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix missing includes in test header | Eric Fiselier | 2018-11-21 | 1 | -5/+6 |
| * | [NFC][libcxx] Fix incorrect comments | Louis Dionne | 2018-11-19 | 1 | -3/+3 |
| * | [libcxx] Add availability markup for bad_optional_access, bad_variant_access ... | Louis Dionne | 2018-11-19 | 1 | -0/+3 |
| * | Get tests compiling with -Wunused-local-typedef | Eric Fiselier | 2018-11-15 | 2 | -3/+0 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-11-14 | 1 | -2/+2 |
| * | Fix test assumption that Linux implies glibc. | Dan Albert | 2018-11-01 | 1 | -3/+9 |
| * | [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments | Louis Dionne | 2018-11-01 | 1 | -0/+3 |
| * | Fix use of libc++ specific macro in support/test_macros.h | Eric Fiselier | 2018-10-24 | 1 | -3/+4 |
| * | Add test macros for always_inline and noinline | Eric Fiselier | 2018-10-10 | 1 | -0/+10 |
| * | Selectively import timespec_get into namespace std, since some C libraries do... | Marshall Clow | 2018-08-15 | 1 | -0/+7 |
| * | For FreeBSD, don't define _M in nasty_macros.hpp | Dimitry Andric | 2018-08-15 | 1 | -0/+4 |
| * | [libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES | Louis Dionne | 2018-08-14 | 1 | -1/+1 |
| * | Make my new test harness work w/c++03 | Marshall Clow | 2018-08-03 | 1 | -2/+2 |
| * | [libc++] Fix build failures after merging <charconv> | Zhihao Yuan | 2018-08-01 | 1 | -1/+1 |
| * | [libc++][C++17] Elementary string conversions for integral types | Zhihao Yuan | 2018-08-01 | 1 | -0/+232 |
| * | First half of C++17's splicing maps and sets | Erik Pilkington | 2018-08-01 | 1 | -2/+2 |
| * | Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl... | Marshall Clow | 2018-07-31 | 1 | -10/+37 |
| * | Implement <filesystem> | Eric Fiselier | 2018-07-27 | 1 | -10/+5 |
| * | Fix missing includes in format_string.hpp helper | Eric Fiselier | 2018-07-25 | 1 | -4/+5 |
| * | New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773 | Marshall Clow | 2018-07-25 | 1 | -0/+175 |
| * | Stop wrapping __has_include in another macro | Alexander Richardson | 2018-07-24 | 1 | -5/+3 |
| * | Fix use of C++14 syntax in C++11 filesystem tests. | Eric Fiselier | 2018-07-23 | 1 | -3/+5 |
| * | Implement filesystem_error::what() and improve reporting. | Eric Fiselier | 2018-07-23 | 2 | -11/+134 |
| * | Implement a better copy_file. | Eric Fiselier | 2018-07-22 | 2 | -14/+18 |
| * | [libc++] Implement Directory Entry Caching -- Sort of. | Eric Fiselier | 2018-07-20 | 2 | -2/+77 |
| * | [libcxx] [test] Update msvc_stdlib_force_include.hpp. | Stephan T. Lavavej | 2018-06-14 | 1 | -11/+0 |
| * | Fix PR37694 - std::vector doesn't correctly move construct allocators. | Eric Fiselier | 2018-06-05 | 1 | -5/+52 |
| * | LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()" | Eric Fiselier | 2018-05-29 | 1 | -1/+1 |
| * | [libcxx] [test] Update msvc_stdlib_force_include.hpp. | Stephan T. Lavavej | 2018-05-11 | 1 | -4/+0 |
| * | [libcxx] [test] Avoid unary_function. | Stephan T. Lavavej | 2018-04-12 | 1 | -1/+3 |
| * | Implement P0768r1: Library support for the Spaceship Operator. | Eric Fiselier | 2018-04-06 | 1 | -0/+5 |
| * | Implement filesystem NB comments, relative paths, and related issues. | Eric Fiselier | 2018-04-02 | 2 | -1/+226 |
| * | Make filesystem tests generic between experimental and std versions. | Eric Fiselier | 2018-03-26 | 2 | -2/+19 |
| * | Use DoNotOptimize to prevent new/delete elision. | Eric Fiselier | 2018-03-22 | 1 | -2/+12 |
| * | Correct TEST_HAS_NO_ALIGNED_ALLOCATION macro definition | Eric Fiselier | 2018-03-22 | 1 | -2/+3 |
| * | Fix PR22634 - std::allocator doesn't respect over-aligned types. | Eric Fiselier | 2018-03-22 | 2 | -5/+170 |
| * | libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ... | Peter Collingbourne | 2018-01-23 | 1 | -0/+12 |
| * | [libcxx] [test] Improve MSVC portability. | Stephan T. Lavavej | 2018-01-10 | 1 | -0/+15 |
| * | Move + and * operators of MoveOnly into MoveOnly.h. | Billy Robert O'Neal III | 2018-01-05 | 1 | -1/+2 |
| * | [libcxx] [test] Fix MSVC warnings, null pointer deref. | Stephan T. Lavavej | 2017-12-13 | 1 | -1/+3 |
| * | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 1 | -0/+2 |
| * | Rename identifiers named `__output` | Alexander Richardson | 2017-11-14 | 1 | -0/+3 |
| * | fix shadowing warnings in new tests, try 2 | Eric Fiselier | 2017-10-17 | 1 | -2/+2 |
| * | fix shadowing warnings in new tests | Eric Fiselier | 2017-10-17 | 1 | -3/+3 |
| * | [libc++] Fix PR34898 - vector iterator constructors and assign method perform... | Eric Fiselier | 2017-10-17 | 2 | -2/+100 |
| * | [libcxx] [test] Silence warning C4324 for MSVC. | Stephan T. Lavavej | 2017-09-26 | 1 | -0/+1 |
| * | [libcxx] [test] Update for C++17 feature removals. | Stephan T. Lavavej | 2017-08-24 | 2 | -8/+8 |
| * | [libcxx] [test] Rename _Tp to T. NFCI. | Stephan T. Lavavej | 2017-08-11 | 2 | -8/+8 |
| * | [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. | Stephan T. Lavavej | 2017-08-05 | 1 | -1/+1 |
| * | [libcxx] [test] Make files consistently end with newlines, NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |