summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Modify testit to use the local headers and lib. Thanks go to Jeffrey Yasskin.Howard Hinnant2012-12-091-0/+28
* [CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer2012-11-303-3/+59
* Remove 'noreturn' attribute from friend declaration. This attribute will beRichard Smith2012-11-291-1/+1
* tests/lit: Change test default parameters to assume local build.Daniel Dunbar2012-11-271-17/+29
* Fix type-o.Howard Hinnant2012-11-271-1/+1
* Remove by-chapter breakdown of what is implemented. The chart is now obsolete.Howard Hinnant2012-11-272-3/+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
* Change C++0x references to C++11, Fixes bug #12745Marshall Clow2012-11-141-4/+4
* 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
* Update instructions for building and using libc++ on Mac OSHoward Hinnant2012-11-061-27/+18
* 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-3016-106/+106
* Add an entry in CREDITS.TXTArgyrios Kyrtzidis2012-10-151-0/+4
* 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-032-6/+15
* 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
* Updating email addressMarshall Clow2012-09-241-1/+1
* Fix installheaders target to do what it did prior to r161760. rdar://12348765Bob Wilson2012-09-211-0/+9
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-192-1/+6
* 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
* Update CREDITS.TXTHoward Hinnant2012-09-141-0/+4
* 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-032-4/+9
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-304-31/+53
* Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant2012-08-261-2/+4
* Update CREDITS.TXTHoward Hinnant2012-08-261-0/+4
* Michel Morin: My previous fix for C++03 was incomplete. Howard Hinnant2012-08-251-15/+18
* Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant2012-08-241-0/+20
* Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant2012-08-241-0/+3
* Add Hyeon-bin Jeong to CREDITS.TXTHoward Hinnant2012-08-241-0/+4
* 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
* Fix a typo in the docsMarshall Clow2012-08-221-1/+1
* 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-192-1/+4
OpenPOWER on IntegriCloud