summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-266-141/+149
* Turn on cxx_alias_templates supportHoward Hinnant2011-05-261-2/+2
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-268-266/+273
* Added [[noreturn]] attribute everywhere it should beHoward Hinnant2011-05-263-11/+17
* support another Apple build environmentNick Kledzik2011-05-242-12/+24
* on Darwin re-export C++0x type infosNick Kledzik2011-05-241-9/+9
* http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant2011-05-242-0/+2
* Fix const correctness bug in bind involving reference_wrapper found by Jonath...Howard Hinnant2011-05-221-10/+12
* __invokable and __invoke_of now check for incomplete types and issue a compil...Howard Hinnant2011-05-222-5/+148
* This is a simplified (and superior) implementation of __invoke, __invokable a...Howard Hinnant2011-05-202-213/+55
* Simplied bind using __invoke. In the process, found and fixed a couple of bu...Howard Hinnant2011-05-193-26/+37
* I had a giant misunderstanding of what 'synchronizes with' meant in [futures....Howard Hinnant2011-05-195-23/+316
* This commit was accidental. Reverting.Howard Hinnant2011-05-181-2/+2
* A bunch of future tests got invalidated with the latest updates to thread. F...Howard Hinnant2011-05-1717-47/+47
* Fix ambiguity in operator== of scoped_allocator_adaptor.Howard Hinnant2011-05-171-3/+3
* Fixed bug in recently introduced bind move constructorHoward Hinnant2011-05-171-1/+1
* Fix and beef up test bug for move_if_noexceptHoward Hinnant2011-05-171-3/+11
* Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...Howard Hinnant2011-05-1729-4/+54
* Brought call_once variadic call up to current spec, which allows move-only fu...Howard Hinnant2011-05-162-4/+61
* Brought thread variadic constructor up to current spec, which allows move-onl...Howard Hinnant2011-05-163-6/+56
* Supply missing std::qualifier to call.Howard Hinnant2011-05-161-2/+2
* Spit 5th bullet __invoke into function pointers and everything else because r...Howard Hinnant2011-05-161-0/+8
* Supply missing move ctor in __bind_r, though this one will eventually be defa...Howard Hinnant2011-05-161-0/+4
* Redesign of result_of to handle reference-qualified member functionsHoward Hinnant2011-05-162-52/+328
* Fix type-o found by Justin HibbitsHoward Hinnant2011-05-141-1/+1
* Fix type-o found by Justin HibbitsHoward Hinnant2011-05-141-1/+1
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-1/+1
* Correction to hexfloat hack.Howard Hinnant2011-05-141-3/+4
* Fix test bug.Howard Hinnant2011-05-141-1/+1
* Suppress some warings in the tests.Howard Hinnant2011-05-141-8/+8
* Suppress some warings in the tests.Howard Hinnant2011-05-131-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-139-426/+461
* http://llvm.org/bugs/show_bug.cgi?id=9118Howard Hinnant2011-05-131-0/+5
* A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...Howard Hinnant2011-05-1318-55/+156
* CWG 1170 has been fixed for destructorsHoward Hinnant2011-05-131-2/+2
* __is_trivially_copyable now supplied by clangAlexis Hunt2011-05-131-1/+1
* Corrected misspellingHoward Hinnant2011-05-131-1/+1
* Updated to reflect updated use of existing clang supportHoward Hinnant2011-05-131-10/+10
* Corrected some bugs in both memory and the tests. Preparing for being able t...Howard Hinnant2011-05-113-8/+8
* Redid nothrow traits in terms of non-nothrow traits when noexcept is availableHoward Hinnant2011-05-112-6/+97
* Updated type_traits and the type_traits design doc with recent work done in c...Howard Hinnant2011-05-092-41/+67
* change RC_BUILDIT to RC_XBS for detecting Apple build environmentNick Kledzik2011-05-061-3/+3
* add support for setjmp/longjmp based exceptionsNick Kledzik2011-05-051-0/+159
* <rdar://problem/9014045> more support for Apple internal build environmentsNick Kledzik2011-05-041-5/+18
* Correction to set of overloaded pair constructors for C++0xHoward Hinnant2011-04-291-4/+15
* Qualify calls to std::next(), to avoid conflicts withDouglas Gregor2011-04-292-5/+5
* http://llvm.org/bugs/show_bug.cgi?id=9765Howard Hinnant2011-04-211-1/+2
* Think-o in poisson_distribution at mean == 10Howard Hinnant2011-04-141-1/+1
OpenPOWER on IntegriCloud