summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...Howard Hinnant2012-12-201-0/+1
* Implement std::is_base_of for the case where we don't have a compilerRichard Smith2012-12-201-1/+22
* Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow2012-12-181-0/+3
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-124-0/+335
* Remove 'noreturn' attribute from friend declaration. This attribute will beRichard Smith2012-11-291-1/+1
* Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...Howard Hinnant2012-11-263-0/+23
* istreambuf_iterator increment should call sbumpc instead of snextc. Patch Howard Hinnant2012-11-161-9/+7
* Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant2012-11-142-0/+19
* Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant2012-11-063-1/+5
* Dimitry Andric: Silence some warnings in <locale>.Howard Hinnant2012-11-061-3/+2
* Enable the tuple interface of pair in C++03 mode.Howard Hinnant2012-11-061-4/+0
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-0610-91/+95
* peek should set eofbit if sgetc() returns eof.Howard Hinnant2012-11-011-0/+4
* Richard Smith: This fixes a problem in std::is_constructible for incomplete ...Howard Hinnant2012-11-011-1/+3
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-3015-103/+103
* Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant2012-10-131-1/+1
* Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...Howard Hinnant2012-10-132-1/+8
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-137-2/+9
* Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...Howard Hinnant2012-10-031-6/+11
* Make vector::iterator and string::iterator more resilient against overly gene...Howard Hinnant2012-10-021-0/+32
* Due to a mistake on my own part, I need to burn some version numbers. This d...Howard Hinnant2012-09-281-1/+1
* Bump _LIBCPP_VERSION to 1002Howard Hinnant2012-09-261-1/+1
* Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant2012-09-241-11/+11
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-191-1/+5
* Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant2012-09-192-0/+54
* Align <atomic> with clang r163964 which disallows const _Atomic types.Howard Hinnant2012-09-161-1/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-1426-59/+110
* Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...Howard Hinnant2012-09-111-2/+2
* Some minor mingw64 porting tweaks from Glen.Howard Hinnant2012-09-031-2/+2
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-302-26/+24
* Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant2012-08-261-2/+4
* Michel Morin: My previous fix for C++03 was incomplete. Howard Hinnant2012-08-251-15/+18
* Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant2012-08-241-0/+3
* Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers. Howard Hinnant2012-08-241-23/+17
* Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...Howard Hinnant2012-08-241-2/+3
* Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.Howard Hinnant2012-08-241-1/+1
* basic_filebuf needs to delay obtaining a codecvt facet from the global locale...Howard Hinnant2012-08-241-2/+23
* In C++03 mode add an explicit conversion from int to the emulated class enum....Howard Hinnant2012-08-191-0/+2
* Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2012-08-191-1/+1
* Apply patches supplied by Michel Morin in http://llvm.org/bugs/show_bug.cgi?i...Howard Hinnant2012-08-171-4/+8
* Consistently label __bit_array as a struct, not a class.Howard Hinnant2012-08-172-3/+3
* Patch constributed by Michel Moren in http://llvm.org/bugs/show_bug.cgi?id=13...Howard Hinnant2012-08-131-1/+2
* std::equal operating on non-const __bit_iterators was not working. This fixe...Howard Hinnant2012-08-051-14/+14
* Performance tweaking rotate.Howard Hinnant2012-08-031-27/+84
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-301-1/+148
* Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...Howard Hinnant2012-07-261-0/+12
* <algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2012-07-261-1/+1
* locale::id really needs to be constructed at compile time.Howard Hinnant2012-07-261-1/+1
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-262-11/+11
* Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant2012-07-211-6/+6
OpenPOWER on IntegriCloud