summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant2013-06-2348-294/+943
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-22228-58/+10378
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-19147-279/+7022
* Test case for r183481.Howard Hinnant2013-06-071-0/+20
* Minor bug fix for allowing an extension of const-qualified types in containers.Howard Hinnant2013-06-071-1/+1
* Neglected to remove a debugging comment from last commit.Howard Hinnant2013-05-211-1/+1
* Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant2013-05-212-3/+11
* Add NetBSD support.Joerg Sonnenberger2013-05-174-12/+55
* Create a weak pthread_create reference on NetBSD to not force aJoerg Sonnenberger2013-05-171-0/+4
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-164-520/+375
* Remove cv qualifiers from member pointers in the __member_pointer_traits test...Howard Hinnant2013-05-152-1/+19
* Fixing the MSan/compiler-rt buildDavid Blaikie2013-05-131-1/+11
* İsmail Dönmez: Enable quick_exit on linux.Howard Hinnant2013-05-101-1/+1
* XFAIL this test when using the darwin12 system library. Reviewed by HowardDavid Dean2013-05-101-0/+1
* Fix incorrect type usage; nice catch by SebastianMarshall Clow2013-05-101-1/+1
* Don't try to free the C locale.Joerg Sonnenberger2013-05-091-1/+1
* Implement n3607: 'equal', 'mismatch', and 'is_permutation'Marshall Clow2013-05-097-0/+982
* Initialize codecvt explicitly with the C locale, which might not be 0.Joerg Sonnenberger2013-05-091-1/+1
* Put a 1-character unget buffer into cin. This fixes http://llvm.org/bugs/sho...Howard Hinnant2013-05-081-20/+49
* Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant2013-05-073-8/+47
* Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang drive...Howard Hinnant2013-05-071-0/+8
* Mark some tests with XFAIL for Lion and Mountain Lion.Howard Hinnant2013-05-075-0/+15
* Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant2013-05-062-20/+30
* Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond...Howard Hinnant2013-05-028-13/+68
* The push/pop variant of pragma GCC diagnostic is only supported by ClangJoerg Sonnenberger2013-05-021-0/+4
* Make it possible to provide special (linker) flags for the thread tests.Joerg Sonnenberger2013-05-021-5/+15
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-026-9/+9
* This patch introduces an alternative layout for basic_string which when the s...Howard Hinnant2013-04-301-12/+107
* Add entry for myself.Joerg Sonnenberger2013-04-291-0/+4
* Use protected version of the malloc attribute in case source wants toJoerg Sonnenberger2013-04-291-1/+1
* GCC doesn't support __has_attribute.Joerg Sonnenberger2013-04-271-0/+4
* Use static_cast.Joerg Sonnenberger2013-04-271-5/+8
* Use reinterpret_casts directly in place of C-style casts.Joerg Sonnenberger2013-04-271-4/+4
* Only use Clang pragma when compiling with clang.Joerg Sonnenberger2013-04-271-0/+2
* Fix typos.Joerg Sonnenberger2013-04-261-2/+2
* İsmail Dönmez: Change to mktemp template to make it compatible with Linux.Howard Hinnant2013-04-251-1/+1
* default_delete needs a static_assert against void types. I had previously th...Howard Hinnant2013-04-242-0/+26
* Avoid bash specific functionality to work with any POSIX shellJoerg Sonnenberger2013-04-231-16/+15
* Change makefile comment to refer to libc++ instead of libcpp.Bob Wilson2013-04-231-1/+1
* PR15820: Use tar instead of rsync to install the headers.Bob Wilson2013-04-231-2/+2
OpenPOWER on IntegriCloud