summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR12597: Remove "chown -R root:wheel" from the makefile.Bob Wilson2013-04-231-1/+0
* Zero-initialize all mbstate_t in the codecvt tests.Howard Hinnant2013-04-2313-15/+15
* Modest performance improvement for std::string's operator==.Howard Hinnant2013-04-221-7/+28
* Somehow aligned_union got dropped through the cracks. This adds it. Did a d...Howard Hinnant2013-04-224-11/+107
* After years of telling people: 'If you ever find any of my code that self-mov...Howard Hinnant2013-04-182-1/+9
* I believe this finishes up debug mode for list. The testing is a little weak...Howard Hinnant2013-04-164-1/+37
* Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...Howard Hinnant2013-04-161-1/+1
* addressof misbehaving for type with an implicit conversion operator to char&....Howard Hinnant2013-04-162-1/+19
* Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant2013-04-152-16/+144
* Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant2013-04-142-1/+10
* Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant2013-04-132-0/+55
* Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of mac...Howard Hinnant2013-04-121-2/+15
* Change <cwchar> and <cstring> to look out for flags which may or may not be s...Howard Hinnant2013-04-082-8/+17
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-053-4/+45
* More list debug mode tests.Howard Hinnant2013-04-056-0/+228
OpenPOWER on IntegriCloud