1. b56e858 Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 12 years ago
  2. 6e41256 No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. by Howard Hinnant · 12 years ago
  3. a96d745 Remove test for eof from istreambuf_iterator constructors. It is no longer necessary and potentially violates the constructor's noexcept spec. by Howard Hinnant · 12 years ago
  4. dfdf508 istreambuf_iterator increment should call sbumpc instead of snextc. Patch by Howard Hinnant · 13 years ago
  5. b5c63a2 Restrict optimized __pad_and_output implementation detail to desired releases. by Howard Hinnant · 13 years ago
  6. 54d333a Rename uses of _ and __ because these are getting stepped on by macros from other system code. by Howard Hinnant · 13 years ago
  7. 6e551ae Make vector::iterator and string::iterator more resilient against overly generic relational operators. by Howard Hinnant · 13 years ago
  8. 92b5940 Overloaded __pad_and_output on ostreambuf_iterator and in this overload call sputn instead of dereferencing the iterator which calls sputc. This is intended to be purely a performance optimization, especially for clients who may have overloaded the virtual function xsputn. by Howard Hinnant · 13 years ago
  9. aeb8568 Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 13 years ago
  10. 8e882dc noexcept applied to <iterator>. by Howard Hinnant · 13 years ago
  11. c206366 Quash a whole bunch of warnings by Howard Hinnant · 14 years ago
  12. c003db1 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 14 years ago
  13. e438337 More windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
  14. 073458b Windows support by Ruben Van Boxem. by Howard Hinnant · 14 years ago
  15. 7ba930b Fix http://llvm.org/bugs/show_bug.cgi?id=11113 by Howard Hinnant · 14 years ago
  16. c36bfc4 Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug. by Howard Hinnant · 14 years ago
  17. cec9af9 Create multilevel debug mode by Howard Hinnant · 14 years ago
  18. f554add Initial checkin for debug mode (version 2) by Howard Hinnant · 14 years ago
  19. ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  20. 76c7cd0 noexcept for Chapter 21 [strings]. by Howard Hinnant · 14 years ago
  21. a0fe8c4 Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 14 years ago
  22. d18302f Teach move_iterator that rvalue references cannot bind to non-function by Douglas Gregor · 14 years ago
  23. ca74048 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
  24. 412dbeb license change by Howard Hinnant · 15 years ago
  25. c4931c4 I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 15 years ago
  26. 848a537 visibility-decoration. by Howard Hinnant · 15 years ago
  27. 03976c1 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 15 years ago
  28. 8fb62e3 Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated insert iterators to work better with pproxies, and doubled the speed of __next_prime. by Howard Hinnant · 15 years ago
  29. 7609c9b 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
  30. b3371f6 Fixing whitespace problems by Howard Hinnant · 15 years ago
  31. eb26925 patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 15 years ago
  32. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  33. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago