summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Update the status of a N4089 and a couple issuesMarshall Clow2016-02-251-3/+3
* Another chunk of N4089Marshall Clow2016-02-251-19/+2
* No, really - test the constructorMarshall Clow2016-02-251-1/+1
* Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow2016-02-251-0/+27
* Fix a missing closing tagMarshall Clow2016-02-231-1/+1
* More updatesMarshall Clow2016-02-231-8/+8
* These new tests fail on the green-dragon bots, which use an old Apple compiler.Marshall Clow2016-02-231-8/+10
* More updatesMarshall Clow2016-02-231-11/+11
* Add tests for LWG#2560. No code changes, just testsMarshall Clow2016-02-231-0/+9
* Add additional tests to ensure that we DTRT with short lists. This is LWG#259...Marshall Clow2016-02-231-0/+14
* More updates; patch for 2583 readyMarshall Clow2016-02-231-4/+4
* Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. T...Marshall Clow2016-02-222-26/+12
* Rename <__hash_table> traits so they don't conflict with similar traits.Eric Fiselier2016-02-202-11/+11
* Remove all usages of "const" node pointer typedefs in the assoc containers.Eric Fiselier2016-02-203-111/+69
* Cleanup node-type handling in the associative containers.Eric Fiselier2016-02-208-77/+488
* Work around GCC bug in .fail.cpp testsEric Fiselier2016-02-201-1/+7
* Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.Eric Fiselier2016-02-201-2/+2
* Make __wrap_iter work with GCC againEric Fiselier2016-02-203-2/+8
* Add stdbool.h wrapper for libc++Eric Fiselier2016-02-201-0/+39
* Split locale management out of newlib/xlocale.h. NFCIBen Craig2016-02-182-30/+53
* Split locale management out of ibm/xlocale.h. NFCIBen Craig2016-02-182-56/+86
* Commit tests missing from r261180.Eric Fiselier2016-02-182-0/+42
* Get <ext/hash_map> working againEric Fiselier2016-02-181-3/+5
* [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc sys...Daniel Sanders2016-02-171-0/+5
* Add some statusMarshall Clow2016-02-161-4/+4
* Add some commentsMarshall Clow2016-02-161-9/+9
* Added a (private) status page for the Jacksonville meetingMarshall Clow2016-02-162-154/+129
* Issue a warning instead of fatal errors when checks for libatomic fail.Vasileios Kalintiris2016-02-161-2/+2
* Instead of asking glibc to provide correct C++ signatures for <string.h>Richard Smith2016-02-111-9/+5
* Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].Eric Fiselier2016-02-114-42/+78
* Work around regression in glibc 2.22: request that glibc provides the correctRichard Smith2016-02-111-0/+4
* Revert r260514 because it has a bogus commit message.Eric Fiselier2016-02-114-78/+42
* Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with...Eric Fiselier2016-02-111-2/+2
* Add some tests to ensure that the __regex_word does not conflict with any of ...Marshall Clow2016-02-111-0/+13
* Properly down-cast a sentinal node pointer through void*Eric Fiselier2016-02-111-1/+2
* Fix r260515 - Correct typos in CMake changesEric Fiselier2016-02-112-8/+4
* separate nested >>Eric Fiselier2016-02-111-1/+1
* Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2016-02-116-0/+52
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-114-42/+78
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-119-357/+1288
* Remove changes that snuck in within r260431Eric Fiselier2016-02-101-9/+0
* Fix invalid casts in <functional>.Evgeniy Stepanov2016-02-102-29/+37
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-1010-72/+559
* Limit catopen usage to unix-like OSesBen Craig2016-02-101-2/+4
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-109-57/+193
* Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris2016-02-096-49/+0
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-096-0/+49
* Minor updates to failing tests. NFCMarshall Clow2016-02-092-2/+10
* Use the reserved spellings for attributesSaleem Abdulrasool2016-02-091-1/+1
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-089-558/+71
OpenPOWER on IntegriCloud