summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Silence some warnings in a test.Howard Hinnant2012-02-251-0/+2
* Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant2012-02-243-55/+77
* Use Xcode relative compilers when possibleDave Zarzycki2012-02-221-1/+6
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-219-14/+22
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-215-8/+377
* Add missing newlines at EOF.Bob Wilson2012-02-202-2/+2
* Silence -Wmissing-field-initializers a little higher in the source.Howard Hinnant2012-02-201-1/+2
* Add myself to the CREDITS file.Jeffrey Yasskin2012-02-191-0/+5
* Initialize all the fields of struct tm before passing it to strftime. One of ...Howard Hinnant2012-02-191-2/+2
* Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant2012-02-191-1/+1
* Give the emulated nullptr_t a default constructor.Howard Hinnant2012-02-181-0/+1
* Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant2012-02-181-0/+11
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-172-0/+74
* Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug....Howard Hinnant2012-02-151-0/+10
* tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant2012-02-153-2/+10
* Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant2012-02-153-0/+33
* Another stab at fixing http://llvm.org/bugs/show_bug.cgi?id=12007. I earlier...Howard Hinnant2012-02-151-1/+1
* Remove reference from common_type definition. It looks like a recent clang d...Howard Hinnant2012-02-151-1/+1
* Implement a few optimizations for vector push_back and insert. Fixes r10828365.Howard Hinnant2012-02-153-26/+103
* Provide a move(const T&) overload for C++03 mode to enable moving from rvalue...Howard Hinnant2012-02-141-0/+12
* Fix up narrowing conversions in switch statement.Howard Hinnant2012-02-081-4/+4
* Make attributes on definition consistent with those on declaration.Howard Hinnant2012-02-031-0/+1
* Added some more symbols to the v2 rexport list.Howard Hinnant2012-02-021-0/+4
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-024-13/+234
* Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...Howard Hinnant2012-02-021-1/+1
* Fix .PHONY target to match new installheaders target.Bob Wilson2012-01-211-1/+1
* Enable full functionality of shared_ptr<const void> by adding allocator<const...Howard Hinnant2012-01-191-0/+11
* Added installheaders target.Howard Hinnant2012-01-181-0/+2
* Remove installhdrs target from MakefileHoward Hinnant2012-01-181-2/+0
* Create target installhdrs as a synonym for do-installhdrs.Howard Hinnant2012-01-181-0/+2
* Put do-installhdrs target back into Makefile.Howard Hinnant2012-01-171-0/+11
* Stop installing headers, this is now done by clangHoward Hinnant2012-01-171-20/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=11752Howard Hinnant2012-01-122-3/+3
* Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant2012-01-101-4/+8
* 1. Fix make_shared<const T>. 2. Allow allocator<const T> as an extension. ...Howard Hinnant2012-01-021-115/+460
* Happy new year 2012!NAKAMURA Takumi2012-01-011-2/+2
* The exception recovery mechanism for the uninitialized_* algorithms did not w...Howard Hinnant2011-12-292-20/+66
* Fix memory leak in converting weak_ptr to shared_ptrHoward Hinnant2011-12-271-3/+0
* Fix http://llvm.org/bugs/show_bug.cgi?id=11616Howard Hinnant2011-12-193-61/+139
* Some fixes to <atomic> operations to explicitly use atomic types and operations.David Chisnall2011-12-191-6/+6
* Allow unique_ptr<T const []> to be constructed and assigned from a unique_ptr...Howard Hinnant2011-12-181-19/+77
* Allow unique_ptr<T const []> to be constructed with a T* (in addition to a co...Howard Hinnant2011-12-161-4/+22
* Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant2011-12-151-1/+1
* As an extension, support incomplete types in the unordered containers to matc...Howard Hinnant2011-12-122-27/+71
* Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant2011-12-115-8/+40
* Installation of CityHash by Craig SilversteinHoward Hinnant2011-12-103-45/+172
* Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant2011-12-054-18/+101
* Version #next on the hash functions for scalars. This builds on Dave's work,...Howard Hinnant2011-12-032-83/+149
* I had picked up the wrong version of DaveZ's hash patches. Corrected here.Howard Hinnant2011-12-021-39/+49
* Fixes to hash for long long, unsigned long long, float, double and long doubl...Howard Hinnant2011-12-021-22/+56
OpenPOWER on IntegriCloud