summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-05364-388/+389
* atomic_bool was missing (just a typedef to atomic<bool>).Howard Hinnant2013-01-042-0/+59
* ...and then there was one. Only one copy of 'iterators.h' in the test tree fo...Marshall Clow2013-01-04113-762/+152
* Removed another copy of 'iterators.h' files in libcxx/testMarshall Clow2013-01-0359-336/+58
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-03134-883/+131
* Removed 7 (of 8) different 'iterators.h' files in test/localizationMarshall Clow2013-01-0366-355/+85
* Updating CREDITS.TXTHoward Hinnant2013-01-011-0/+4
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-2/+2
* Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant2012-12-312-1/+3
* [CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer2012-12-313-5/+69
* Don't mark variadic functions as always inline -- they cannot in fact beChandler Carruth2012-12-311-4/+4
* Add a simple .arcconfig to make using the 'arc' commandline tool and theChandler Carruth2012-12-311-0/+4
* Remove test for eof from istreambuf_iterator constructors. It is no longer n...Howard Hinnant2012-12-291-2/+2
* Saleem Abdulrasool: GCC complains about the template functions as potentially...Howard Hinnant2012-12-281-28/+5
* Saleem Abdulrasool: Add entry to CREDITS.TXT.Howard Hinnant2012-12-271-43/+47
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-272-2/+35
* Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant2012-12-272-44/+61
* Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.Howard Hinnant2012-12-271-8/+13
* Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...Howard Hinnant2012-12-272-14/+13
* Remove redundant inits. Patch by Eitan Adler.Chad Rosier2012-12-221-3/+0
* Test case for http://llvm.org/bugs/show_bug.cgi?id=14670.Howard Hinnant2012-12-201-0/+2
* 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-182-0/+28
* Updated CREDITS.TXTHoward Hinnant2012-12-131-0/+4
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-1219-0/+669
* 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
OpenPOWER on IntegriCloud