summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant2011-06-022-27/+90
* noexcept for forward_list.Howard Hinnant2011-06-021-39/+52
* noexcept for deque.Howard Hinnant2011-06-021-51/+64
* Experimental support for a meaningful __is_swappable<T>::value. This does no...Howard Hinnant2011-06-013-3/+16
* Turning on cxx_nullptr exposed a latent bug in is_function, causing nullptr t...Howard Hinnant2011-06-011-6/+7
* I've seen this question enough times to know that it should be fixed: http://...Howard Hinnant2011-05-311-6/+21
* noexcept for <array>.Howard Hinnant2011-05-312-48/+67
* Upgrade <ratio> to use template aliases when available.Howard Hinnant2011-05-311-0/+36
* noexcept for Chapter 22 [localization].Howard Hinnant2011-05-313-91/+91
* Add _ATTRIBUTE macro for gcc: Justin HibbitsHoward Hinnant2011-05-311-0/+2
* noexcept for Chapter 21 [strings].Howard Hinnant2011-05-292-315/+530
* http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...Howard Hinnant2011-05-291-2/+3
* minor documentation updateHoward Hinnant2011-05-291-1/+1
* noexcept for <typeindex>. This completes Chapter 20 [utilities].Howard Hinnant2011-05-281-20/+27
* noexcept for <scoped_allocator>.Howard Hinnant2011-05-281-48/+51
* noexcept for <chrono>.Howard Hinnant2011-05-282-13/+13
* noexcept for <functional>.Howard Hinnant2011-05-282-95/+89
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-288-322/+458
* noexcept for <bitset>.Howard Hinnant2011-05-272-150/+159
* noexcept for <tuple>. And in the process learned that I had done it wrong fo...Howard Hinnant2011-05-274-40/+111
* noexcept for <utility>. This included a little repair on pair, and some noex...Howard Hinnant2011-05-273-29/+80
* 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
OpenPOWER on IntegriCloud