1. 23369ee Configure to get along with 2.9 clang by Howard Hinnant · 13 years ago
  2. db86663 Optimizing valarray::operator=(some-valarray-expression) by Howard Hinnant · 13 years ago
  3. 9c59d38 Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509 by Howard Hinnant · 13 years ago
  4. d36369d Fix PR10510: http://llvm.org/bugs/show_bug.cgi?id=10510 by Howard Hinnant · 13 years ago
  5. 4f59803 http://llvm.org/bugs/show_bug.cgi?id=10469 by Howard Hinnant · 13 years ago
  6. fa06d75 Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm.org/bugs/show_bug.cgi?id=10461 by Howard Hinnant · 13 years ago
  7. 2644a7b http://llvm.org/bugs/show_bug.cgi?id=10461 by Howard Hinnant · 13 years ago
  8. 099084d http://llvm.org/bugs/show_bug.cgi?id=10455 by Howard Hinnant · 13 years ago
  9. b3296ae Test commit by Dave Zarzycki · 13 years ago
  10. bf6666f Correct test. by Howard Hinnant · 13 years ago
  11. 541cb30 Adjust two tests to account for a nasty change in copying behavior by Sean Hunt · 13 years ago
  12. 13aaf42 Make all fstream tests use tmpnam if creating files, rather than by Sean Hunt · 13 years ago
  13. e6440c6 Do a litmus test of using tmpnam to generate safe temporary file names by Sean Hunt · 13 years ago
  14. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  15. 2d81f3d Give A an explicitly non-throwing destructor so that B's destructor is by Sean Hunt · 13 years ago
  16. 464aa5c http://llvm.org/bugs/show_bug.cgi?id=10390 by Howard Hinnant · 13 years ago
  17. bcbbd4d Revert locale for apple back to original design, getting rid of now useless helper *_l functions by Howard Hinnant · 13 years ago
  18. 9a20781 _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABI by Howard Hinnant · 13 years ago
  19. a78264f Fix wchar tests by not assuming that tm is complete and by using the by Sean Hunt · 13 years ago
  20. f3907e6 Reapply 135035 with proper conditional inclusion, hopefully solving by Sean Hunt · 13 years ago
  21. 912012e http://llvm.org/bugs/show_bug.cgi?id=10353 by Howard Hinnant · 13 years ago
  22. 22ba71b http://llvm.org/bugs/show_bug.cgi?id=10346 by Howard Hinnant · 13 years ago
  23. 8d75632 Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035. by Howard Hinnant · 13 years ago
  24. c97da3a Implement the __nolocale functions properly so that they will work on by Sean Hunt · 13 years ago
  25. 0389c53 Make sure that __time_put constructors properly on non-Apple platforms. by Sean Hunt · 13 years ago
  26. 66f2641 Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors. by Howard Hinnant · 13 years ago
  27. 2bf1c08 Make vector<bool>::reference and const_reference public by Howard Hinnant · 13 years ago
  28. 6f0342c Don't assume that wctype produces a nice mask on all platforms. On by Sean Hunt · 13 years ago
  29. e59f724 Conditionally wrap the changes from r134781. by Sean Hunt · 13 years ago
  30. 62a6ac3 Implement generalized table lookups for upper, lower, and character traits. by Sean Hunt · 13 years ago
  31. 043fe1d provide ~future_error() definition by Howard Hinnant · 13 years ago
  32. cb05a08 Fix typo by Sean Hunt · 13 years ago
  33. ac6de54 Fixing up some ABI issues by Howard Hinnant · 13 years ago
  34. 12c3d37 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do by Sean Hunt · 13 years ago
  35. 9f66bff Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 by Howard Hinnant · 13 years ago
  36. 3c8894b Make the default Makefile less destructive: John McCall by Howard Hinnant · 13 years ago
  37. f03c3b4 http://llvm.org/bugs/show_bug.cgi?id=10248 by Howard Hinnant · 13 years ago
  38. 90d7785 http://llvm.org/bugs/show_bug.cgi?id=10250 by Howard Hinnant · 13 years ago
  39. 7424888 Changed constraints on pair and tuple constructors from is_convertible to is_constructible. by Howard Hinnant · 13 years ago
  40. 61aa601 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 by Howard Hinnant · 13 years ago
  41. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  42. d318d49 Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 by Howard Hinnant · 13 years ago
  43. a2a08b4 test for pair piecewise construction by Howard Hinnant · 13 years ago
  44. 35d2fcf Teach libc++ about the addressof() overloads it needs to work with by Douglas Gregor · 13 years ago
  45. f5d76a7 Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 by Howard Hinnant · 13 years ago
  46. 7604fea More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. by Howard Hinnant · 13 years ago
  47. d4b9578 Miscellaneous minor fixes in <type_traits> by Howard Hinnant · 13 years ago
  48. 2b1b2d4 Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. by Howard Hinnant · 13 years ago
  49. 8f5f256 more Apple build system tweaks by Nick Kledzik · 13 years ago
  50. c7c3891 Update CREDITS.TXT by Howard Hinnant · 13 years ago
  51. c28dbee Move nullptr_t to unversioned namespace: Sean Hunt by Howard Hinnant · 13 years ago
  52. 58cd823 noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. by Howard Hinnant · 13 years ago
  53. 6a09441 noexcept for <queue>. by Howard Hinnant · 13 years ago
  54. 04dae1d noexcept for <unordered_set>. by Howard Hinnant · 13 years ago
  55. 5f2f14c noexcept for <unordered_map>. by Howard Hinnant · 13 years ago
  56. 8b53768 Made more implementation details of [multi]map/set noexcept. by Howard Hinnant · 13 years ago
  57. b2e2a8f noexcept for <set>. Plus a few fixes to noexcept for <map>. by Howard Hinnant · 13 years ago
  58. 7686add noexcept for <map>. by Howard Hinnant · 13 years ago
  59. d1d27a4 noexcept for <vector>. This also includes installing move_if_noexcept() into vector. by Howard Hinnant · 13 years ago
  60. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  61. c560727 noexcept for <list>. by Howard Hinnant · 13 years ago
  62. b965fed noexcept for <forward_list>. by Howard Hinnant · 13 years ago
  63. 009b2c4 After sleeping on it I've decided that all special members that can be noexcept, should be declared so. The client has the traits to detect and branch on this information, and it is often an important optimization. Give deque() a noexcept. Add test for deque default constructor and deque destructor. by Howard Hinnant · 13 years ago
  64. 93f2764 Add noexcept tests for deque. by Howard Hinnant · 13 years ago
  65. 18884f4 Second try at getting noexcept on move and swap for deque. I changed std::alloctor to propagate_on_container_move_assignment so as to make deque<T> move assignment noexcept. What we really need is a compile-time switch that says an allocator always compares equal. by Howard Hinnant · 13 years ago
  66. 0a612b0 I've become quite disatsified with the lack of noexcept specifications on container move construction, move assignment operator and swap. Without proper decoration on at least move construction, vectors of containers will have unacceptable performance. Here's the fix for deque. by Howard Hinnant · 13 years ago
  67. 8790cab noexcept for forward_list. by Howard Hinnant · 13 years ago
  68. a12beb3 noexcept for deque. by Howard Hinnant · 13 years ago
  69. aabf287 Experimental support for a meaningful __is_swappable<T>::value. This does not appear to be strictly needed for correct functioning of the library. If it causes any problems, I'd rather pull it sooner rather than later. by Howard Hinnant · 13 years ago
  70. d737382 Turning on cxx_nullptr exposed a latent bug in is_function, causing nullptr to wrongly classify as a function. Fixed. by Howard Hinnant · 13 years ago
  71. 083ba5f I've seen this question enough times to know that it should be fixed: http://stackoverflow.com/questions/6193734/implicit-conversions-with-stdfunction by Howard Hinnant · 13 years ago
  72. f0562af noexcept for <array>. by Howard Hinnant · 13 years ago
  73. 20eda8b Upgrade <ratio> to use template aliases when available. by Howard Hinnant · 13 years ago
  74. c983454 noexcept for Chapter 22 [localization]. by Howard Hinnant · 13 years ago
  75. c26fd80 Add _ATTRIBUTE macro for gcc: Justin Hibbits by Howard Hinnant · 13 years ago
  76. a6119a8 noexcept for Chapter 21 [strings]. by Howard Hinnant · 13 years ago
  77. d5fed03 http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not tested this on linux. by Howard Hinnant · 13 years ago
  78. ad1a5cc minor documentation update by Howard Hinnant · 13 years ago
  79. 0687adc noexcept for <typeindex>. This completes Chapter 20 [utilities]. by Howard Hinnant · 13 years ago
  80. 0667433 noexcept for <scoped_allocator>. by Howard Hinnant · 13 years ago
  81. 756a176 noexcept for <chrono>. by Howard Hinnant · 13 years ago
  82. 603d2c0 noexcept for <functional>. by Howard Hinnant · 13 years ago
  83. 1694d23 noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default| by Howard Hinnant · 13 years ago
  84. 10f25d2 noexcept for <bitset>. by Howard Hinnant · 13 years ago
  85. a5e0121 noexcept for <tuple>. And in the process learned that I had done it wrong for pair's swap. I needed to create an __is_nothrow_swappable<T>::value trait that was smart enought to answer false when __is_swappable<T>::value is false. Otherwise one gets compile-time errors when using pair or tuple of non-swappable types, even if you never try to swap the pair or tuple. by Howard Hinnant · 13 years ago
  86. e9b2c2d noexcept for <utility>. This included a little repair on pair, and some noexcept workarounds. by Howard Hinnant · 13 years ago
  87. 1e15fd1 Applied noexcept to everything in [diagnostics] (Chapter 19) by Howard Hinnant · 13 years ago
  88. 19ce6a4 Turn on cxx_alias_templates support by Howard Hinnant · 13 years ago
  89. ed56921 Applied noexcept to everything in [language.support] (Chapter 18) by Howard Hinnant · 13 years ago
  90. 4b7a43d Added [[noreturn]] attribute everywhere it should be by Howard Hinnant · 13 years ago
  91. 8feadca support another Apple build environment by Nick Kledzik · 13 years ago
  92. 1122fec on Darwin re-export C++0x type infos by Nick Kledzik · 13 years ago
  93. 20542c0 http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki by Howard Hinnant · 13 years ago
  94. ef54251 Fix const correctness bug in bind involving reference_wrapper found by Jonathan Sauer by Howard Hinnant · 13 years ago
  95. e003ce4 __invokable and __invoke_of now check for incomplete types and issue a compile-time diagnostic if they are used with incomplete types for anything except a return type. Note that both arguments *and* parameters are checked for completeness. by Howard Hinnant · 13 years ago
  96. bd89e4b This is a simplified (and superior) implementation of __invoke, __invokable and __invoke_of. It is superior in that __invoke now handles reference qualified member functions whereas the previous implementation did not. And it simply has less infrastructure in its implementation. I'm still learning how to program in C++11 (and probably will be for a long time). This change does not impact the behavior we're seeing in http://llvm.org/bugs/show_bug.cgi?id=9975 by Howard Hinnant · 13 years ago
  97. 0148a83 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. by Howard Hinnant · 13 years ago
  98. 57cff29 I had a giant misunderstanding of what 'synchronizes with' meant in [futures.async]/p5. This invalidated the current design of async in <future>. This is a new design, based on my new understanding, which has been confirmed on the lwg mailing list. The summary is that ~future() (and ~shared_future()) will block when they are created from within async, and the thread hasn't finished yet. As part of this work I created two new type traits: __invokable<F, Args...>::value and __invoke_of<F, Args...>::type. These are what result_of<F(Args...)> wanted to be when it grew up, but never will be. __invoke_of is carefully crafted so that it can serve as its own enable_if (type doesn't exist if the signature isn't invokable). All of this work is C++11 only. by Howard Hinnant · 13 years ago
  99. 3dd965b This commit was accidental. Reverting. by Howard Hinnant · 13 years ago
  100. 932209b A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. by Howard Hinnant · 13 years ago