summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant
2011-07-13Implement the __nolocale functions properly so that they will work onSean Hunt
2011-07-12Make sure that __time_put constructors properly on non-Apple platforms.Sean Hunt
2011-07-09Make vector<bool>::reference and const_reference publicHoward Hinnant
2011-07-09Don't assume that wctype produces a nice mask on all platforms. OnSean Hunt
2011-07-09Conditionally wrap the changes from r134781.Sean Hunt
2011-07-09Implement generalized table lookups for upper, lower, and characterSean Hunt
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-07-05Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278Howard Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10250Howard Hinnant
2011-07-01Changed constraints on pair and tuple constructors from is_convertible to is_...Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-22Teach libc++ about the addressof() overloads it needs to work withDouglas Gregor
2011-06-19More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant
2011-06-19Miscellaneous minor fixes in <type_traits>Howard Hinnant
2011-06-14Provide names for template and function parameters in forward declarations. ...Howard Hinnant
2011-06-05Move nullptr_t to unversioned namespace: Sean HuntHoward Hinnant
2011-06-04noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant
2011-06-04noexcept for <queue>.Howard Hinnant
2011-06-04noexcept for <unordered_set>.Howard Hinnant
2011-06-04noexcept for <unordered_map>.Howard Hinnant
2011-06-04Made more implementation details of [multi]map/set noexcept.Howard Hinnant
2011-06-04noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant
2011-06-04noexcept for <map>.Howard Hinnant
2011-06-03noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant
2011-06-03Bring noexcept for <string> inline with other containers.Howard Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-06-03noexcept for <forward_list>.Howard Hinnant
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant
2011-06-02Second try at getting noexcept on move and swap for deque. I changed std::al...Howard Hinnant
2011-06-02I've become quite disatsified with the lack of noexcept specifications on con...Howard Hinnant
2011-06-02noexcept for forward_list.Howard Hinnant
2011-06-02noexcept for deque.Howard Hinnant
2011-06-01Experimental support for a meaningful __is_swappable<T>::value. This does no...Howard Hinnant
2011-06-01Turning on cxx_nullptr exposed a latent bug in is_function, causing nullptr t...Howard Hinnant
2011-05-31I've seen this question enough times to know that it should be fixed: http://...Howard Hinnant
2011-05-31noexcept for <array>.Howard Hinnant
2011-05-31Upgrade <ratio> to use template aliases when available.Howard Hinnant
2011-05-31noexcept for Chapter 22 [localization].Howard Hinnant
2011-05-31Add _ATTRIBUTE macro for gcc: Justin HibbitsHoward Hinnant
2011-05-29noexcept for Chapter 21 [strings].Howard Hinnant
2011-05-29minor documentation updateHoward Hinnant
2011-05-28noexcept for <typeindex>. This completes Chapter 20 [utilities].Howard Hinnant
2011-05-28noexcept for <scoped_allocator>.Howard Hinnant
2011-05-28noexcept for <chrono>.Howard Hinnant
2011-05-28noexcept for <functional>.Howard Hinnant
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant