summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-212-2/+5
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-201-2/+6
* Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow2015-02-191-5/+16
* 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
* 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-181-2/+2
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-181-2/+5
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-171-0/+77
* Implement C++14's sized deallocation functions, since there are no longer imp...Larisse Voufo2015-02-151-0/+10
* 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-131-8/+8
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-122-3/+3
* Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ...Marshall Clow2015-02-121-1/+1
* Change some template parameter names from _C and _N to _Cont and _Sz. No func...Marshall Clow2015-02-111-14/+14
* Fix PR 22541: When values are equal, minmax should return the rightmost one i...Marshall Clow2015-02-111-6/+6
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-105-2/+21
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-102-2/+2
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-104-6/+88
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-102-6/+56
* Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier2015-02-052-19/+19
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-052-5/+0
* Fix unused private field warning in stdexcept after r207695.Dimitry Andric2015-02-052-1/+7
* Fix some -Wundef issues.Dan Albert2015-02-051-2/+2
* [libcxx] Add <experimental/system_error>Eric Fiselier2015-02-031-0/+59
* Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...Jonathan Roelofs2015-02-032-3/+8
* Rename pow2 functions in __hash_table to reflect that they are hash specificEric Fiselier2015-02-021-8/+8
* [libcxx] Add <experimental/chrono>Eric Fiselier2015-02-022-0/+59
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...Marshall Clow2015-02-021-0/+3
* Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...Marshall Clow2015-02-021-13/+3
* Reorder a couple of operations in inplace_merge so that we can meet the compl...Marshall Clow2015-02-021-5/+3
* Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs2015-02-022-8/+3
* Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs2015-02-022-3/+8
* Fix for PR22061 by K-balloMarshall Clow2015-01-281-2/+12
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-3/+3
* [libcxx] Make __wrap_iter work with gcc.Nico Weber2015-01-271-0/+2
* Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow2015-01-261-1/+1
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-234-96/+7
* Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...Marshall Clow2015-01-221-5/+23
* tuple: Make operator<() linear instead of exponentialDuncan P. N. Exon Smith2015-01-211-2/+6
* Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow2015-01-131-3/+1
* Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...Marshall Clow2015-01-112-10/+10
* Support Newlib as libc++'s C library [cstdio part, part 2]Jonathan Roelofs2015-01-101-0/+18
* K-Ballo found a place where we were using 'V' as a template parameter. Replac...Marshall Clow2015-01-091-2/+2
* Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...Marshall Clow2015-01-061-0/+4
* Obey [atomics.types.operations.req]/21 for GCC.Dan Albert2015-01-061-6/+16
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-061-16/+0
* Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier2014-12-231-2/+2
* Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...Marshall Clow2014-12-221-1/+1
OpenPOWER on IntegriCloud