8d2ed56644 
								
							 
						 
						
							
							
								
								Add a new hash class in __gnu_ext for the extension containers. There  
							
							... 
							
							
							
							are two motivations for this.
First, this allows users who are specializing __gnu_ext::hash to
continue doing so without changing their code.
Second, SGI specifies hash overloads for char* and const char* that
perform a hash of the string, not of the pointer.
In order to support this, the hashing code for string is factored out.
llvm-svn: 136539 
							
						 
						
							2011-07-29 23:31:56 +00:00  
				
					
						
							
							
								 
						
							
								520a61383c 
								
							 
						 
						
							
							
								
								Optimization of string::operator< by M.E. O'Neill.  Discussion in  http://llvm.org/bugs/show_bug.cgi?id=10461  
							
							... 
							
							
							
							llvm-svn: 135893 
							
						 
						
							2011-07-24 21:45:06 +00:00  
				
					
						
							
							
								 
						
							
								5b0bdc2043 
								
							 
						 
						
							
							
								
								http://llvm.org/bugs/show_bug.cgi?id=10461  
							
							... 
							
							
							
							llvm-svn: 135873 
							
						 
						
							2011-07-24 15:07:21 +00:00  
				
					
						
							
							
								 
						
							
								e3163f5ae3 
								
							 
						 
						
							
							
								
								http://llvm.org/bugs/show_bug.cgi?id=10390  
							
							... 
							
							
							
							llvm-svn: 135393 
							
						 
						
							2011-07-18 15:51:59 +00:00  
				
					
						
							
							
								 
						
							
								11af28bdbd 
								
							 
						 
						
							
							
								
								Fixing up some ABI issues  
							
							... 
							
							
							
							llvm-svn: 134639 
							
						 
						
							2011-07-07 21:03:52 +00:00  
				
					
						
							
							
								 
						
							
								ce48a1137d 
								
							 
						 
						
							
							
								
								_STD -> _VSTD to avoid macro clash on windows  
							
							... 
							
							
							
							llvm-svn: 134190 
							
						 
						
							2011-06-30 21:18:19 +00:00  
				
					
						
							
							
								 
						
							
								ce53420e37 
								
							 
						 
						
							
							
								
								Provide names for template and function parameters in forward declarations.  The purpose is to aid automated documentation tools.  
							
							... 
							
							
							
							llvm-svn: 133008 
							
						 
						
							2011-06-14 19:58:17 +00:00  
				
					
						
							
							
								 
						
							
								2d45a18c24 
								
							 
						 
						
							
							
								
								Bring noexcept for <string> inline with other containers.  
							
							... 
							
							
							
							llvm-svn: 132573 
							
						 
						
							2011-06-03 18:40:47 +00:00  
				
					
						
							
							
								 
						
							
								76c7cd0e15 
								
							 
						 
						
							
							
								
								noexcept for Chapter 21 [strings].  
							
							... 
							
							
							
							llvm-svn: 132296 
							
						 
						
							2011-05-29 19:57:12 +00:00  
				
					
						
							
							
								 
						
							
								ad16003517 
								
							 
						 
						
							
							
								
								Add always_inline to string move constructors  
							
							... 
							
							
							
							llvm-svn: 124252 
							
						 
						
							2011-01-26 00:06:59 +00:00  
				
					
						
							
							
								 
						
							
								36fd9f96cf 
								
							 
						 
						
							
							
								
								Reverting an old optimization that conflicts with the new allocator model, and causes some test casees to compile that shouldn't.  
							
							... 
							
							
							
							llvm-svn: 122830 
							
						 
						
							2011-01-04 19:53:31 +00:00  
				
					
						
							
							
								 
						
							
								c950e77d1d 
								
							 
						 
						
							
							
								
								Effort to reduce the number of exported symbols  
							
							... 
							
							
							
							llvm-svn: 122057 
							
						 
						
							2010-12-17 14:46:43 +00:00  
				
					
						
							
							
								 
						
							
								5ba1459c4c 
								
							 
						 
						
							
							
								
								LWG 1323  
							
							... 
							
							
							
							llvm-svn: 119560 
							
						 
						
							2010-11-17 21:11:40 +00:00  
				
					
						
							
							
								 
						
							
								57d1ebcc38 
								
							 
						 
						
							
							
								
								Update <string> to use allocator_traits.  
							
							... 
							
							
							
							llvm-svn: 119522 
							
						 
						
							2010-11-17 17:55:08 +00:00  
				
					
						
							
							
								 
						
							
								e060133553 
								
							 
						 
						
							
							
								
								visibility-decoration.  
							
							... 
							
							
							
							llvm-svn: 114671 
							
						 
						
							2010-09-23 17:31:07 +00:00  
				
					
						
							
							
								 
						
							
								f9cca3b7d0 
								
							 
						 
						
							
							
								
								I am experimenting with putting visibility-default attributes on all struct/classes in libc++.  This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do.  If I get no negative feedback on this procedure I will begin to decorate the entire library in this way.  
							
							... 
							
							
							
							llvm-svn: 113590 
							
						 
						
							2010-09-10 16:42:26 +00:00  
				
					
						
							
							
								 
						
							
								7609c9b665 
								
							 
						 
						
							
							
								
								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.  
							
							... 
							
							
							
							llvm-svn: 113086 
							
						 
						
							2010-09-04 23:28:19 +00:00  
				
					
						
							
							
								 
						
							
								b3371f6f49 
								
							 
						 
						
							
							
								
								Fixing whitespace problems  
							
							... 
							
							
							
							llvm-svn: 111750 
							
						 
						
							2010-08-22 00:02:43 +00:00  
				
					
						
							
							
								 
						
							
								eb2692571f 
								
							 
						 
						
							
							
								
								patch by Jesse Towner, and bug fix by Sebastian Redl  
							
							... 
							
							
							
							llvm-svn: 110724 
							
						 
						
							2010-08-10 20:48:29 +00:00  
				
					
						
							
							
								 
						
							
								cbbf633edb 
								
							 
						 
						
							
							
								
								[string.conversions]  
							
							... 
							
							
							
							llvm-svn: 105336 
							
						 
						
							2010-06-02 18:20:39 +00:00  
				
					
						
							
							
								 
						
							
								128ba7191d 
								
							 
						 
						
							
							
								
								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.  
							
							... 
							
							
							
							llvm-svn: 104516 
							
						 
						
							2010-05-24 17:49:41 +00:00  
				
					
						
							
							
								 
						
							
								deb23ecdf9 
								
							 
						 
						
							
							
								
								[rand.dist.bern.bin].  The evaluation function for this binomial distribution is hopefully just a placeholder.  It is using the simplest and slowest method for computing the distribution and needs to be upgraded.  
							
							... 
							
							
							
							llvm-svn: 103524 
							
						 
						
							2010-05-11 23:26:59 +00:00  
				
					
						
							
							
								 
						
							
								5b08a8a432 
								
							 
						 
						
							
							
								
								Wiped out some non-ascii characters that snuck into the copyright.  
							
							... 
							
							
							
							llvm-svn: 103516 
							
						 
						
							2010-05-11 21:36:01 +00:00  
				
					
						
							
							
								 
						
							
								3e519524c1 
								
							 
						 
						
							
							
								
								libcxx initial import  
							
							... 
							
							
							
							llvm-svn: 103490 
							
						 
						
							2010-05-11 19:42:16 +00:00