1. c983454 noexcept for Chapter 22 [localization]. by Howard Hinnant · 13 years ago
  2. 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
  3. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  4. b64f8b0 license change by Howard Hinnant · 14 years ago
  5. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  6. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  7. d23b464 [conversions.string] by Howard Hinnant · 14 years ago
  8. 87d1a8a [locale.stdcvt] by Howard Hinnant · 14 years ago
  9. 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
  10. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  11. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago