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