1. ff92677 Provide a way to disable use of extern templates in libc++. This is intended for the clients of libc++, not the libc++ build. The dylib should always contain the extern templates. To disable the client needs to put -D'_LIBCPP_EXTERN_TEMPLATE(...)=' on the command line. by Howard Hinnant · 12 years ago
  2. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  3. f3d62ea locale::id really needs to be constructed at compile time. by Howard Hinnant · 12 years ago
  4. 997e454 Solaris port. Currently sees around 200 test failures, mostly related to by David Chisnall · 12 years ago
  5. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  6. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  7. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  8. 1162445 Starting on musl port by Arvid Picciani by Howard Hinnant · 13 years ago
  9. 14fa9f9 Windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  10. 3c466fc Windows patch work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  11. 866569b Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be defined if one has all of the xxx_l() functions. I've defined this for apple, freebsd and win32. _LIBCPP_HAS_DEFAULTRUNELOCALE should be defined if there is a _DefaultRuneLocale. I've defined this for apple and freebsd. The block of code we're trying to migrate away from is now under #ifdef __linux__. I've tested only on OS X. I hope I haven't broken things too badly elsewhere. Please let me know. by Howard Hinnant · 13 years ago
  12. 92a0700 Partial Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  13. c512df1 Fixes for FreeBSD, including some fairly obvious copy-and-paste errors. by David Chisnall · 13 years ago
  14. 68ebc44 Enable __locale to work on FreeBSD. by David Chisnall · 13 years ago
  15. e59f724 Conditionally wrap the changes from r134781. by Sean Hunt · 13 years ago
  16. 62a6ac3 Implement generalized table lookups for upper, lower, and character traits. by Sean Hunt · 13 years ago
  17. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  18. c983454 noexcept for Chapter 22 [localization]. by Howard Hinnant · 13 years ago
  19. 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
  20. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  21. b64f8b0 license change by Howard Hinnant · 14 years ago
  22. b0be42b visibility-decoration. by Howard Hinnant · 14 years ago
  23. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  24. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  25. 87d1a8a [locale.stdcvt] by Howard Hinnant · 14 years ago
  26. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 14 years ago
  27. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  28. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago