summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-034-35/+91
* Add better tests for ctype<char>::classic_tableMarshall Clow2015-03-031-0/+36
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-034-6/+35
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-282-3/+13
* Add self to CREDITS.txtJonathan Roelofs2015-02-261-0/+4
* Add remote testing support to the lit config.Jonathan Roelofs2015-02-266-21/+249
* libc++: support newlib's ctypeJF Bastien2015-02-252-7/+23
* Add trailing return types (and noexcept specifications) to the 'diamond opera...Marshall Clow2015-02-252-19/+57
* Make the forward declaration for array swap have the same inline/visibility a...Marshall Clow2015-02-241-0/+1
* Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal...Eric Fiselier2015-02-241-1/+1
* Reword ELAST warningJF Bastien2015-02-241-1/+1
* Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...Marshall Clow2015-02-231-4/+1
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-213-2/+22
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-213-1/+9
* Add self to CREDITS.TXTLarisse Voufo2015-02-201-0/+3
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-2010-10/+750
* Fix incorrect locale mapping in config.py on OSXEric Fiselier2015-02-191-1/+1
* Move to using -fdiagnostics-color=always on both GCC and ClangEric Fiselier2015-02-191-9/+1
* Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow2015-02-191-5/+16
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-192-0/+4
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-1952-12/+103
* Remove several unused forward declarations. Fixes PR22605.Marshall Clow2015-02-183-13/+1
* Move the default template arguments into the forward declarations for the con...Marshall Clow2015-02-182-4/+4
* [libcxx] Tired of colorless compile errors? Enable color diagnostics today!Eric Fiselier2015-02-182-0/+30
* Move the default template arguments into the forward declarations for the con...Marshall Clow2015-02-183-5/+6
* Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.Eric Fiselier2015-02-183-2/+21
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-182-15/+54
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-1711-0/+481
* Implement C++14's sized deallocation functions, since there are no longer imp...Larisse Voufo2015-02-152-1/+39
* Handle function name conflicts in _LIBCPP_MSVCRT modeSaleem Abdulrasool2015-02-138-0/+28
* cctype: tweak inclusions for _LIBCPP_MSVCRT caseSaleem Abdulrasool2015-02-131-0/+1
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1317-8/+32
* Appease buildbotsJonathan Roelofs2015-02-131-2/+2
* Modularize TargetInfo discovery in the lit configJonathan Roelofs2015-02-134-29/+98
* Fix error checking in get_temp_file_name().Dan Albert2015-02-131-4/+7
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-126-3/+7
* Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ...Marshall Clow2015-02-121-1/+1
* Remove undefined behavior from test; specifically, compare(NULL, XXX, 0)Marshall Clow2015-02-121-1/+1
* Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha...Marshall Clow2015-02-121-2/+1
* Change some template parameter names from _C and _N to _Cont and _Sz. No func...Marshall Clow2015-02-111-14/+14
* Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03Marshall Clow2015-02-111-0/+2
* Fix PR 22541: When values are equal, minmax should return the rightmost one i...Marshall Clow2015-02-112-6/+41
* Update double_include.sh.cpp for new headers.Eric Fiselier2015-02-111-0/+2
* libc++ tests: wait_until.pass test sporadically fails (bug 21998)Eric Fiselier2015-02-112-194/+258
* Make convert_to_integral.pass.cpp more platform generic.Eric Fiselier2015-02-111-3/+5
* Remove default definition for libcxx_obj_dir because it doesn't make senseEric Fiselier2015-02-111-6/+6
* Make ABI header not found a warning, not an error.Dan Albert2015-02-101-1/+1
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-107-4/+23
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-1029-28/+30
* Remove use of zero length arrays in tests. Get tests passing with -pedantic-e...Eric Fiselier2015-02-108-228/+58
OpenPOWER on IntegriCloud