1. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  2. 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 · 14 years ago
  3. 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 · 14 years ago
  4. e9b2c2d noexcept for <utility>. This included a little repair on pair, and some noexcept workarounds. by Howard Hinnant · 14 years ago
  5. 469d419 Correction to set of overloaded pair constructors for C++0x by Howard Hinnant · 14 years ago
  6. 5f5859c Add attribute to inlined member. by Howard Hinnant · 15 years ago
  7. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 15 years ago
  8. 1468b66 N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. by Howard Hinnant · 15 years ago
  9. cd2254b LWG 1191 by Howard Hinnant · 15 years ago
  10. b64f8b0 license change by Howard Hinnant · 15 years ago
  11. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 15 years ago
  12. ee6ccd0 visibility-decoration sweep completed. by Howard Hinnant · 15 years ago
  13. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 15 years ago
  14. 324bb03 Fixing whitespace problems by Howard Hinnant · 15 years ago
  15. e3263b4 GB 85, GB 87 by Howard Hinnant · 15 years ago
  16. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 15 years ago
  17. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  18. bc8d3f9 libcxx initial import by Howard Hinnant · 15 years ago