summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* unord test fixes by Edward MeewisHoward Hinnant2011-12-0273-93/+166
* Fix http://llvm.org/bugs/show_bug.cgi?id=11459. Patch supplied by Alberto Ga...Howard Hinnant2011-12-021-0/+10
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-0211-144/+137
* Jean-Daniel: __builtin_popcountll support for WindowsHoward Hinnant2011-12-021-3/+26
* Quash a whole bunch of warningsHoward Hinnant2011-12-0140-322/+380
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-2938-2833/+2833
* Add protection from min/max macrosHoward Hinnant2011-11-2924-0/+65
* Remove redundant iterator assignment detected by Marshall ClowHoward Hinnant2011-11-281-3/+0
* Refactor libcxx makefile. No functional changes intended.Bob Wilson2011-11-271-39/+25
* Clarify building instructions for 10.7Howard Hinnant2011-11-171-3/+11
* On FreeBSD, define a macro that causes the unimplemented C99 math.h functions...David Chisnall2011-11-131-0/+3
* Remove support folder from Apple installHoward Hinnant2011-11-041-5/+5
* Fix ratio arithmetic with zeroHoward Hinnant2011-11-013-0/+42
* Add include file install pathHoward Hinnant2011-11-011-0/+7
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-276-9/+188
* Fixed bug in __independent_bits_engine found by Nick (from stackoverflow)Howard Hinnant2011-10-271-2/+2
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-2216-121/+233
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-202-2/+79
* de-tabbifyHoward Hinnant2011-10-175-20/+20
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-1793-40/+286
* Fix http://llvm.org/bugs/show_bug.cgi?id=11113Howard Hinnant2011-10-111-2/+2
* Starting on musl port by Arvid PiccianiHoward Hinnant2011-10-113-16/+32
* Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant2011-10-101-1/+1
* Update instructions for building on Mac OS 10.6Howard Hinnant2011-10-091-0/+1
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant2011-10-092-3/+11
OpenPOWER on IntegriCloud