Skip to content
  1. Sep 28, 2011
    • Howard Hinnant's avatar
      Another installment on debug mode. This addresses list. However this should... · 920b56ca
      Howard Hinnant authored
      Another installment on debug mode.  This addresses list.  However this should be considered a temporary state.  The API of the debug database and how vector and list use it, is unsatisfactory at the moment.  It is both inefficient and overly verbose.  I wanted to get this functionality checked in though.  In the next day or so I'll refactor what is there in an attempt to streamline things.
      
      llvm-svn: 140660
      920b56ca
  2. Sep 21, 2011
  3. Sep 16, 2011
  4. Sep 01, 2011
  5. Aug 12, 2011
  6. Jul 19, 2011
  7. Jul 18, 2011
  8. Jul 15, 2011
  9. Jul 07, 2011
  10. Jul 06, 2011
  11. Jul 01, 2011
  12. Jun 23, 2011
  13. Jun 05, 2011
  14. Jun 04, 2011
  15. Jun 03, 2011
  16. May 28, 2011
    • Howard Hinnant's avatar
      noexcept for <memory>. I've added a few extension noexcept to: ... · 3739fe79
      Howard Hinnant authored
      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|
      
      llvm-svn: 132261
      3739fe79
  17. May 19, 2011
  18. May 18, 2011
Loading