summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...Marshall Clow2013-07-168-30/+135
* Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14Marshall Clow2013-07-155-9/+22
* Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...Howard Hinnant2013-07-152-13/+30
* A few fixes to tests for Windows port.Howard Hinnant2013-07-153-4/+5
* Add macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions that have been marked c...Marshall Clow2013-07-151-0/+7
* Implement n3584 - Addressing Tuples by TypeMarshall Clow2013-07-1311-0/+387
* Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.Howard Hinnant2013-07-112-4/+4
* Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...Howard Hinnant2013-07-112-2/+66
* Improved tests (and fixed a bug in the tests); thanks to Richard Smith for th...Marshall Clow2013-07-101-2/+13
* move __save_flags from <random> to <ios> in preparation for reuse; no functio...Marshall Clow2013-07-092-27/+27
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-092-1/+40
* War on tabs.Howard Hinnant2013-07-0820-230/+230
* Implement n3668 - std::exchangeMarshall Clow2013-07-082-0/+60
* Implement n3545 for c++14Marshall Clow2013-07-082-0/+9
* Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2013-07-083-3/+22
* Silence -Wint-to-void-pointer-cast warning in test.Howard Hinnant2013-07-061-2/+3
* Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant2013-07-054-52/+35
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-0412-174/+179
* Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant2013-07-044-84/+68
* Fix bashism.Joerg Sonnenberger2013-07-041-1/+1
* Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow2013-07-0449-592/+1113
* Commit patch for integer sequences. Suggested by Richard, reworked by Howard,...Marshall Clow2013-07-031-22/+46
* Matthew Dempsky: Attached patch replaces the type punning with memcpy(), whic...Howard Hinnant2013-07-031-32/+42
* Adorn make_unique with visibility and inline attributesMarshall Clow2013-07-021-0/+2
* Don't free the C locale on NetBSD.Joerg Sonnenberger2013-07-021-1/+1
* Updated CREDITS.TXTHoward Hinnant2013-07-021-0/+4
* Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...Howard Hinnant2013-07-021-24/+10
* Constrain launch ~ operator to defined bits.Howard Hinnant2013-07-022-2/+2
* Windows support in thread::hardware_concurrency.Howard Hinnant2013-07-021-0/+7
* Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...Howard Hinnant2013-07-023-1/+33
* XFAIL this test on 10.7 and 10.8Howard Hinnant2013-07-011-0/+3
* Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.Marshall Clow2013-07-017-0/+191
* Implement n3658 - Compile-time integer sequencesMarshall Clow2013-07-017-0/+331
* In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant2013-07-012-4/+36
* The bind and function functor constructors and assignment operators were over...Howard Hinnant2013-07-012-7/+59
* Fix bind by making _is_valid_bind_return more robust. It should return false...Howard Hinnant2013-06-302-1/+64
* Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ...Howard Hinnant2013-06-301-3/+3
* Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...Howard Hinnant2013-06-291-1/+1
* Prevent '\b' from backing up into invalid memory. Fixes http://llvm.org/bugs...Howard Hinnant2013-06-291-1/+25
* Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant2013-06-292-0/+82
* Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-06-281-10/+9
* Provide missing '{' in parsing extended quoted characters. This fixes http:/...Howard Hinnant2013-06-282-0/+73
* William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...Howard Hinnant2013-06-282-1/+29
* Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...Howard Hinnant2013-06-282-1/+38
* Dimitry Andric: Add const to constexpr member functions in order to cope wit...Howard Hinnant2013-06-281-4/+4
* Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant2013-06-28151-644/+5124
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-2798-91/+1721
* Implement full support for non-pointer pointers in custom allocators for list.Howard Hinnant2013-06-2565-97/+2001
* Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant2013-06-2456-61/+1591
* Fix typo in assertion message. Reported by Shriramana Sharma.Dmitri Gribenko2013-06-241-1/+1
OpenPOWER on IntegriCloud