Commit Graph

  • fa06d75e8d Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm.org/bugs/show_bug.cgi?id=10461 Howard Hinnant 2011-07-24 21:45:06 +00:00
  • 2644a7b3da http://llvm.org/bugs/show_bug.cgi?id=10461 Howard Hinnant 2011-07-24 15:07:21 +00:00
  • 099084d52f http://llvm.org/bugs/show_bug.cgi?id=10455 Howard Hinnant 2011-07-23 16:14:35 +00:00
  • b3296ae5bc Test commit Dave Zarzycki 2011-07-22 17:08:57 +00:00
  • bf6666f7a0 Correct test. Howard Hinnant 2011-07-19 01:07:49 +00:00
  • 541cb301a1 Adjust two tests to account for a nasty change in copying behavior between C++03 and C++0x and its effect on exceptions, and another two to not test move construction when rvalue references are not available. Sean Hunt 2011-07-18 23:51:25 +00:00
  • 13aaf422e4 Make all fstream tests use tmpnam if creating files, rather than hard-coded names. Sean Hunt 2011-07-18 23:51:21 +00:00
  • e6440c6fa2 Do a litmus test of using tmpnam to generate safe temporary file names for the tests that open new data files. Sean Hunt 2011-07-18 20:46:16 +00:00
  • 737a351850 Given that __underlying_type is now available in clang, implement std::underlying_type. Sean Hunt 2011-07-18 18:37:21 +00:00
  • 2d81f3d1f3 Give A an explicitly non-throwing destructor so that B's destructor is itself non-throwing. Since nested_exception's destructor is non-throwing, if B's destructor is not, this causes an error in C++03 mode due to the overriding function having a more lax specification. This did not occur in C++0x mode as A's destructor was implicitly non-throwing. Sean Hunt 2011-07-18 17:07:53 +00:00
  • 464aa5cad3 http://llvm.org/bugs/show_bug.cgi?id=10390 Howard Hinnant 2011-07-18 15:51:59 +00:00
  • bcbbd4d14f Revert locale for apple back to original design, getting rid of now useless helper *_l functions Howard Hinnant 2011-07-15 14:46:11 +00:00
  • 9a2078137f _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABI Howard Hinnant 2011-07-15 14:25:40 +00:00
  • 0e1f6f5856 Tagging 25 svn-tags/libcpp-25 Howard Hinnant 2011-07-15 13:52:54 +00:00
  • a78264f872 Fix wchar tests by not assuming that tm is complete and by using the proper va_list time on non-darwin platforms. Sean Hunt 2011-07-15 05:44:47 +00:00
  • f3907e6cc0 Reapply 135035 with proper conditional inclusion, hopefully solving issues with it. Sean Hunt 2011-07-15 05:40:33 +00:00
  • 912012e949 http://llvm.org/bugs/show_bug.cgi?id=10353 Howard Hinnant 2011-07-14 01:34:46 +00:00
  • 22ba71b8ef http://llvm.org/bugs/show_bug.cgi?id=10346 Howard Hinnant 2011-07-13 16:00:50 +00:00
  • 8d75632ad0 Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035. Howard Hinnant 2011-07-13 15:48:16 +00:00
  • c97da3a590 Implement the __nolocale functions properly so that they will work on all platforms. Unfortunately a lot of this remains conditionally compiled so as not to break Apple's ABI. Sean Hunt 2011-07-13 06:40:50 +00:00
  • 0389c53f44 Make sure that __time_put constructors properly on non-Apple platforms. Sean Hunt 2011-07-12 00:55:04 +00:00
  • 66f2641ac9 Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors. Howard Hinnant 2011-07-09 19:47:01 +00:00
  • 2bf1c08510 Make vector<bool>::reference and const_reference public Howard Hinnant 2011-07-09 15:50:42 +00:00
  • 6f0342cf2e Don't assume that wctype produces a nice mask on all platforms. On glibc, for instance, it's a const char *. Sean Hunt 2011-07-09 03:40:04 +00:00
  • e59f724f79 Conditionally wrap the changes from r134781. Sean Hunt 2011-07-09 01:09:31 +00:00
  • 62a6ac33a2 Implement generalized table lookups for upper, lower, and character traits. Sean Hunt 2011-07-09 00:56:23 +00:00
  • 11f376d956 libcpp-24 svn-tags/libcpp-24 Nick Kledzik 2011-07-08 19:51:27 +00:00
  • 043fe1d931 provide ~future_error() definition Howard Hinnant 2011-07-08 00:04:40 +00:00
  • cb05a0801a Fix typo Sean Hunt 2011-07-07 22:45:07 +00:00
  • ac6de546bd Fixing up some ABI issues Howard Hinnant 2011-07-07 21:03:52 +00:00
  • 12c3d374a5 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do not test for this. Sean Hunt 2011-07-06 20:52:28 +00:00
  • 9f66bffdbe Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 Howard Hinnant 2011-07-05 14:14:17 +00:00
  • 3c8894b078 Make the default Makefile less destructive: John McCall Howard Hinnant 2011-07-04 14:12:27 +00:00
  • f03c3b4612 http://llvm.org/bugs/show_bug.cgi?id=10248 Howard Hinnant 2011-07-02 20:33:23 +00:00
  • 90d7785eba http://llvm.org/bugs/show_bug.cgi?id=10250 Howard Hinnant 2011-07-02 18:22:36 +00:00
  • 74248888ab Changed constraints on pair and tuple constructors from is_convertible to is_constructible. Howard Hinnant 2011-07-01 20:12:51 +00:00
  • 61aa6013c3 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 Howard Hinnant 2011-07-01 19:24:36 +00:00
  • 0949eedbd6 _STD -> _VSTD to avoid macro clash on windows Howard Hinnant 2011-06-30 21:18:19 +00:00
  • d318d49e5c Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 Howard Hinnant 2011-06-30 14:21:55 +00:00
  • a2a08b43ee test for pair piecewise construction Howard Hinnant 2011-06-22 23:51:19 +00:00
  • 35d2fcfc8e Teach libc++ about the addressof() overloads it needs to work with Objective-C Automatic Reference Counting, where Objective-C object pointers can have several different qualifiers (__strong, __weak, __autoreleasing, __unsafe_unretained). These addressof() overloads are only provided in ARC mode, and the __weak variant is conditionalized on having weak-reference support in the ARC runtime. Douglas Gregor 2011-06-22 22:17:44 +00:00
  • f5d76a7afc Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 Howard Hinnant 2011-06-22 12:13:55 +00:00
  • 7604fea08c More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. Howard Hinnant 2011-06-19 21:45:00 +00:00
  • d4b957820c Miscellaneous minor fixes in <type_traits> Howard Hinnant 2011-06-19 19:12:59 +00:00
  • 2b1b2d40d7 Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. Howard Hinnant 2011-06-14 19:58:17 +00:00
  • 96f126b9e8 48 threads xfail centos5 NAKAMURA Takumi 2011-06-11 21:28:30 +09:00
  • 7c97b3ce6f 3 strings xfail NAKAMURA Takumi 2011-06-11 21:27:29 +09:00
  • 5415e8841d 12 re xfail NAKAMURA Takumi 2011-06-11 21:26:10 +09:00
  • 7d0f6af56a 27 numerics xfail NAKAMURA Takumi 2011-06-11 21:25:19 +09:00
  • d2a2b14562 98 localization xfail NAKAMURA Takumi 2011-06-11 21:23:43 +09:00
  • e75965016d 11 language.support xfail NAKAMURA Takumi 2011-06-11 21:21:22 +09:00
  • 3ba994d21e 7 iterators xfail NAKAMURA Takumi 2011-06-11 21:20:29 +09:00
  • 76fe67f7a6 70 input.output xfail NAKAMURA Takumi 2011-06-11 21:19:47 +09:00
  • d0a9c59bb9 1 diagnostics xfail NAKAMURA Takumi 2011-06-11 21:17:15 +09:00
  • 1a20e57e37 8 depr xfail NAKAMURA Takumi 2011-06-11 21:16:19 +09:00
  • a4dcf54b23 4 utilities fail NAKAMURA Takumi 2011-06-11 21:54:12 +09:00
  • bad86a1622 28 strings fail NAKAMURA Takumi 2011-06-11 21:52:55 +09:00
  • 4a4eaa3bf1 4 re fail NAKAMURA Takumi 2011-06-11 21:51:36 +09:00
  • b3fdb18d3f 10 numerics fail NAKAMURA Takumi 2011-06-11 21:50:32 +09:00
  • 619c2c22d8 5 language.support fail NAKAMURA Takumi 2011-06-11 21:49:27 +09:00
  • 2d7ecd8fda 2 input.output fail NAKAMURA Takumi 2011-06-11 21:48:34 +09:00
  • e3582e5899 6 depr fail NAKAMURA Takumi 2011-06-11 21:47:33 +09:00
  • 6facac3fe9 79 containers fail NAKAMURA Takumi 2011-06-11 21:46:32 +09:00
  • ddab15593b 42 atomics fail NAKAMURA Takumi 2011-06-11 21:43:49 +09:00
  • f596e63a0c 6 algorighms fail NAKAMURA Takumi 2011-06-11 21:41:22 +09:00
  • 5ecb06d475 Need -lpthread? NAKAMURA Takumi 2011-06-11 06:53:10 +09:00
  • 297be35c48 test/lit.cfg: Add .xfail.pass.cpp, to expect compiling successfully and to fail to run. NAKAMURA Takumi 2011-04-20 16:44:23 +09:00
  • b3e839d7bc test/lit.cfg: Python-2.4 does not accept "delete" in tempfile.NamedTemporaryFile. NAKAMURA Takumi 2011-04-20 14:33:33 +09:00
  • a25261ee9c __std_stream: Fix error checking in __stdoutbuf<_CharT>::sync(). NAKAMURA Takumi 2011-04-23 00:19:13 +09:00
  • 5bd8211ac9 include/__locale: Tweak __tab_. NAKAMURA Takumi 2011-04-26 13:42:39 +09:00
  • 8f5f2563aa more Apple build system tweaks Nick Kledzik 2011-06-09 23:31:35 +00:00
  • e06f0c4111 more Apple build system tweaks svn-tags/libcpp-23.1 Nick Kledzik 2011-06-09 23:30:26 +00:00
  • 2bdb250fe8 libcpp-23.1 Nick Kledzik 2011-06-09 22:18:19 +00:00
  • c7c3891199 Update CREDITS.TXT Howard Hinnant 2011-06-09 16:53:33 +00:00
  • c28dbeee52 Move nullptr_t to unversioned namespace: Sean Hunt Howard Hinnant 2011-06-05 13:00:46 +00:00
  • 58cd8231d8 noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. Howard Hinnant 2011-06-04 22:09:19 +00:00
  • 6a09441022 noexcept for <queue>. Howard Hinnant 2011-06-04 21:32:33 +00:00
  • 04dae1df22 noexcept for <unordered_set>. Howard Hinnant 2011-06-04 20:18:37 +00:00
  • 5f2f14c5d2 noexcept for <unordered_map>. Howard Hinnant 2011-06-04 18:54:24 +00:00
  • 8b53768dac Made more implementation details of [multi]map/set noexcept. Howard Hinnant 2011-06-04 17:10:24 +00:00
  • b2e2a8f6f3 noexcept for <set>. Plus a few fixes to noexcept for <map>. Howard Hinnant 2011-06-04 15:22:34 +00:00
  • 7686add61e noexcept for <map>. Howard Hinnant 2011-06-04 14:31:57 +00:00
  • d1d27a4afa noexcept for <vector>. This also includes installing move_if_noexcept() into vector. Howard Hinnant 2011-06-03 19:40:40 +00:00
  • 53f7d4cc62 Bring noexcept for <string> inline with other containers. Howard Hinnant 2011-06-03 18:40:47 +00:00
  • c560727d5e noexcept for <list>. Howard Hinnant 2011-06-03 17:30:28 +00:00
  • b965fed10b noexcept for <forward_list>. Howard Hinnant 2011-06-03 16:20:53 +00:00
  • 009b2c4583 After sleeping on it I've decided that all special members that can be noexcept, should be declared so. The client has the traits to detect and branch on this information, and it is often an important optimization. Give deque() a noexcept. Add test for deque default constructor and deque destructor. Howard Hinnant 2011-06-03 15:16:49 +00:00
  • 93f2764b16 Add noexcept tests for deque. Howard Hinnant 2011-06-03 01:46:22 +00:00
  • 18884f4e9f Second try at getting noexcept on move and swap for deque. I changed std::alloctor to propagate_on_container_move_assignment so as to make deque<T> move assignment noexcept. What we really need is a compile-time switch that says an allocator always compares equal. Howard Hinnant 2011-06-02 21:38:57 +00:00
  • 0a612b0891 I've become quite disatsified with the lack of noexcept specifications on container move construction, move assignment operator and swap. Without proper decoration on at least move construction, vectors of containers will have unacceptable performance. Here's the fix for deque. Howard Hinnant 2011-06-02 20:00:14 +00:00
  • 8790cabd86 noexcept for forward_list. Howard Hinnant 2011-06-02 16:44:28 +00:00
  • a12beb35e5 noexcept for deque. Howard Hinnant 2011-06-02 16:10:22 +00:00
  • aabf28721b 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. Howard Hinnant 2011-06-01 19:59:32 +00:00
  • d737382dfd Turning on cxx_nullptr exposed a latent bug in is_function, causing nullptr to wrongly classify as a function. Fixed. Howard Hinnant 2011-06-01 17:25:11 +00:00
  • 083ba5f5ca I've seen this question enough times to know that it should be fixed: http://stackoverflow.com/questions/6193734/implicit-conversions-with-stdfunction Howard Hinnant 2011-05-31 21:45:26 +00:00
  • f0562af9dd noexcept for <array>. Howard Hinnant 2011-05-31 21:06:33 +00:00
  • 20eda8b563 Upgrade <ratio> to use template aliases when available. Howard Hinnant 2011-05-31 16:55:36 +00:00
  • c983454d30 noexcept for Chapter 22 [localization]. Howard Hinnant 2011-05-31 15:34:58 +00:00
  • c26fd8061e Add _ATTRIBUTE macro for gcc: Justin Hibbits Howard Hinnant 2011-05-31 13:13:49 +00:00
  • a6119a86c5 noexcept for Chapter 21 [strings]. Howard Hinnant 2011-05-29 19:57:12 +00:00