| Commit message (Expand) | Author | Age | Files | Lines |
* | Add self to CREDITS.txt | Jonathan Roelofs | 2015-02-26 | 1 | -0/+4 |
* | Add remote testing support to the lit config. | Jonathan Roelofs | 2015-02-26 | 6 | -21/+249 |
* | libc++: support newlib's ctype | JF Bastien | 2015-02-25 | 2 | -7/+23 |
* | Add trailing return types (and noexcept specifications) to the 'diamond opera... | Marshall Clow | 2015-02-25 | 2 | -19/+57 |
* | Make the forward declaration for array swap have the same inline/visibility a... | Marshall Clow | 2015-02-24 | 1 | -0/+1 |
* | Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal... | Eric Fiselier | 2015-02-24 | 1 | -1/+1 |
* | Reword ELAST warning | JF Bastien | 2015-02-24 | 1 | -1/+1 |
* | Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f... | Marshall Clow | 2015-02-23 | 1 | -4/+1 |
* | [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d... | Eric Fiselier | 2015-02-21 | 3 | -2/+22 |
* | [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ | Eric Fiselier | 2015-02-21 | 3 | -1/+9 |
* | Add self to CREDITS.TXT | Larisse Voufo | 2015-02-20 | 1 | -0/+3 |
* | More on adding sized deallocation functions in libc++: Continuing from r22928... | Larisse Voufo | 2015-02-20 | 10 | -10/+750 |
* | Fix incorrect locale mapping in config.py on OSX | Eric Fiselier | 2015-02-19 | 1 | -1/+1 |
* | Move to using -fdiagnostics-color=always on both GCC and Clang | Eric Fiselier | 2015-02-19 | 1 | -9/+1 |
* | Make basic_streambuf::xsputn write characters in chunks whenever possible, in... | Marshall Clow | 2015-02-19 | 1 | -5/+16 |
* | Mark more tuple tests as unsupported in C++98 && C++03 | Eric Fiselier | 2015-02-19 | 2 | -0/+4 |
* | [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. | Eric Fiselier | 2015-02-19 | 52 | -12/+103 |
* | Remove several unused forward declarations. Fixes PR22605. | Marshall Clow | 2015-02-18 | 3 | -13/+1 |
* | Move the default template arguments into the forward declarations for the con... | Marshall Clow | 2015-02-18 | 2 | -4/+4 |
* | [libcxx] Tired of colorless compile errors? Enable color diagnostics today! | Eric Fiselier | 2015-02-18 | 2 | -0/+30 |
* | Move the default template arguments into the forward declarations for the con... | Marshall Clow | 2015-02-18 | 3 | -5/+6 |
* | Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view. | Eric Fiselier | 2015-02-18 | 3 | -2/+21 |
* | [libc++] Fix PR20084 - std::is_function<void() const> failed. | Eric Fiselier | 2015-02-18 | 2 | -15/+54 |
* | [libcxx] Add <experimental/ratio> | Eric Fiselier | 2015-02-17 | 11 | -0/+481 |
* | Implement C++14's sized deallocation functions, since there are no longer imp... | Larisse Voufo | 2015-02-15 | 2 | -1/+39 |
* | Handle function name conflicts in _LIBCPP_MSVCRT mode | Saleem Abdulrasool | 2015-02-13 | 8 | -0/+28 |
* | cctype: tweak inclusions for _LIBCPP_MSVCRT case | Saleem Abdulrasool | 2015-02-13 | 1 | -0/+1 |
* | Rooting out more undefined behavior in char_traits. | Marshall Clow | 2015-02-13 | 17 | -8/+32 |
* | Appease buildbots | Jonathan Roelofs | 2015-02-13 | 1 | -2/+2 |
* | Modularize TargetInfo discovery in the lit config | Jonathan Roelofs | 2015-02-13 | 4 | -29/+98 |
* | Fix error checking in get_temp_file_name(). | Dan Albert | 2015-02-13 | 1 | -4/+7 |
* | Move the test for zero-length into the char_traits (from string_view). Add te... | Marshall Clow | 2015-02-12 | 6 | -3/+7 |
* | Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ... | Marshall Clow | 2015-02-12 | 1 | -1/+1 |
* | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0) | Marshall Clow | 2015-02-12 | 1 | -1/+1 |
* | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha... | Marshall Clow | 2015-02-12 | 1 | -2/+1 |
* | Change some template parameter names from _C and _N to _Cont and _Sz. No func... | Marshall Clow | 2015-02-11 | 1 | -14/+14 |
* | Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 | Marshall Clow | 2015-02-11 | 1 | -0/+2 |
* | Fix PR 22541: When values are equal, minmax should return the rightmost one i... | Marshall Clow | 2015-02-11 | 2 | -6/+41 |
* | Update double_include.sh.cpp for new headers. | Eric Fiselier | 2015-02-11 | 1 | -0/+2 |
* | libc++ tests: wait_until.pass test sporadically fails (bug 21998) | Eric Fiselier | 2015-02-11 | 2 | -194/+258 |
* | Make convert_to_integral.pass.cpp more platform generic. | Eric Fiselier | 2015-02-11 | 1 | -3/+5 |
* | Remove default definition for libcxx_obj_dir because it doesn't make sense | Eric Fiselier | 2015-02-11 | 1 | -6/+6 |
* | Make ABI header not found a warning, not an error. | Dan Albert | 2015-02-10 | 1 | -1/+1 |
* | Add pragma system header to some experimental headers and add newlines to files. | Eric Fiselier | 2015-02-10 | 7 | -4/+23 |
* | Fix more issues exposed by -pedantic-errors in c++03 mode | Eric Fiselier | 2015-02-10 | 29 | -28/+30 |
* | Remove use of zero length arrays in tests. Get tests passing with -pedantic-e... | Eric Fiselier | 2015-02-10 | 8 | -228/+58 |
* | [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return... | Eric Fiselier | 2015-02-10 | 8 | -6/+169 |
* | [libcxx] Properly convert the count arguments to the *_n algorithms before use. | Eric Fiselier | 2015-02-10 | 9 | -17/+219 |
* | Fix use of C++11 extensions in C++03 code. | Eric Fiselier | 2015-02-10 | 3 | -10/+12 |
* | Add __cxxabi_config.h to libcxxabi headers. | Dan Albert | 2015-02-05 | 1 | -2/+2 |