summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Also enable the default rune table on CloudABI.Ed Schouten2015-03-121-1/+1
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-123-0/+38
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-0/+4
* Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten2015-03-112-11/+17
* Move Android to the builtin rune table.Dan Albert2015-03-112-7/+5
* Also use LC_C_LOCALE on CloudABI.Ed Schouten2015-03-101-1/+1
* Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.Ed Schouten2015-03-101-1/+2
* Print log/error messages on stderr, not stdoutEd Schouten2015-03-101-1/+1
* Add support for arc4random() to random_device.Ed Schouten2015-03-102-4/+14
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-101-3/+3
* Fix another -Wunused-local-typedef warning in include/__tree.Dimitry Andric2015-03-091-1/+0
* Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow2015-03-091-26/+16
* Rework reverse_iterator::operator[] so as not to use the base iterators opera...Marshall Clow2015-03-051-1/+1
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-032-31/+58
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-282-3/+13
* libc++: support newlib's ctypeJF Bastien2015-02-251-7/+20
* 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
* 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-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
OpenPOWER on IntegriCloud