Daniel James 
							
						 
					 
					
						
						
							
						
						df72c4886f 
					 
					
						
						
							
							Support incomplete template parameters to unordered containers.  
						
						... 
						
						
						
						[SVN r57798] 
						
						
					 
					
						2009-11-20 08:03:26 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						26c72f9860 
					 
					
						
						
							
							Use 'E' for key extractor, freeing 'K' for key.  
						
						... 
						
						
						
						[SVN r57797] 
						
						
					 
					
						2009-11-20 08:02:48 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						55957bbab5 
					 
					
						
						
							
							Some more warning fixes for Visual C++ 7.1  
						
						... 
						
						
						
						[SVN r57719] 
						
						
					 
					
						2009-11-16 23:56:37 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ab843eb587 
					 
					
						
						
							
							Fix a warning on Visual C++ 7.1. Although, I don't think I'm going to be warning free on the compiler.  
						
						... 
						
						
						
						[SVN r57617] 
						
						
					 
					
						2009-11-12 21:36:27 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						4438b8e017 
					 
					
						
						
							
							Fix a warning that only shows up in release builds.  
						
						... 
						
						
						
						[SVN r57556] 
						
						
					 
					
						2009-11-10 20:07:50 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						b4f08db391 
					 
					
						
						
							
							Remove 'grouped' from hash_table as it isn't used and is a bit confusing.  
						
						... 
						
						
						
						[SVN r57153] 
						
						
					 
					
						2009-10-25 10:55:27 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						060acb3f25 
					 
					
						
						
							
							Slightly rearrange the unordered container headers so that prev_prime is defined before it's used.  
						
						... 
						
						
						
						[SVN r57152] 
						
						
					 
					
						2009-10-25 10:55:08 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						6bac25221a 
					 
					
						
						
							
							Fix unordered for intel strict.  
						
						... 
						
						
						
						[SVN r57139] 
						
						
					 
					
						2009-10-24 17:53:03 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						2fdd33381c 
					 
					
						
						
							
							Fix allocator for construct from initializer list.  
						
						... 
						
						
						
						[SVN r57006] 
						
						
					 
					
						2009-10-19 19:32:09 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						8d4b503e56 
					 
					
						
						
							
							Use normal emplace implementation for emplace_hint and insert with hint.  
						
						... 
						
						
						
						There's a bug in the emplace_hint implementation for unordered
containers with equivalent keys. Since my tests missed it, I'm just
going to use the normal emplace implementation until I write better
tests.
[SVN r57005] 
						
						
					 
					
						2009-10-19 19:24:33 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						854dc0b353 
					 
					
						
						
							
							Various inspect fixes.  
						
						... 
						
						
						
						[SVN r56603] 
						
						
					 
					
						2009-10-05 21:29:39 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						373791d0b2 
					 
					
						
						
							
							Detab.  
						
						... 
						
						
						
						[SVN r56571] 
						
						
					 
					
						2009-10-04 10:37:56 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						fe3d612fe0 
					 
					
						
						
							
							Clean up some unordered TODOs.  
						
						... 
						
						
						
						[SVN r56570] 
						
						
					 
					
						2009-10-04 10:37:36 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ae0c97a77a 
					 
					
						
						
							
							Make sure inserting from a range of types other than the value type is better tested.  
						
						... 
						
						
						
						[SVN r56562] 
						
						
					 
					
						2009-10-03 16:42:20 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						1e24f85fbc 
					 
					
						
						
							
							Insert using initializer lists.  
						
						... 
						
						
						
						[SVN r56560] 
						
						
					 
					
						2009-10-03 16:41:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						2b8680d2c4 
					 
					
						
						
							
							Remove the optimization for std::pair with a key reference. It'll be too much hassle to get a very unusual use case to work on all compilers.  
						
						... 
						
						
						
						[SVN r56461] 
						
						
					 
					
						2009-09-28 23:06:03 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						31cd8f4e16 
					 
					
						
						
							
							Try supporting reference parameters in pairs. Probably not required.  
						
						... 
						
						
						
						[SVN r56441] 
						
						
					 
					
						2009-09-27 19:12:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						437a35feaa 
					 
					
						
						
							
							Remove the emplace_hint implementation for unique containers as it isn't really used and seems to be causing sun 5.7 problems.  
						
						... 
						
						
						
						[SVN r56363] 
						
						
					 
					
						2009-09-22 22:39:17 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						f76af2d0c8 
					 
					
						
						
							
							Another std::max.  
						
						... 
						
						
						
						[SVN r56362] 
						
						
					 
					
						2009-09-22 22:39:00 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						efbf13685e 
					 
					
						
						
							
							Use std::max.  
						
						... 
						
						
						
						[SVN r56349] 
						
						
					 
					
						2009-09-21 21:18:21 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						08d533cb88 
					 
					
						
						
							
							Fix a bug that was causing unnecessary rehahes.  
						
						... 
						
						
						
						[SVN r56348] 
						
						
					 
					
						2009-09-21 21:18:01 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ff6e457651 
					 
					
						
						
							
							Fix bug where container was reducing the number of buckets.  
						
						... 
						
						
						
						[SVN r56347] 
						
						
					 
					
						2009-09-21 21:17:40 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						965c2ae89c 
					 
					
						
						
							
							Slightly more consistent variable names. In detail 'n' is now always a node pointer.  
						
						... 
						
						
						
						[SVN r56346] 
						
						
					 
					
						2009-09-21 21:17:19 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						78b078f41d 
					 
					
						
						
							
							Since all the compilers support out of line template members use them  
						
						... 
						
						
						
						and lots of other things.
[SVN r56329] 
						
						
					 
					
						2009-09-20 21:55:15 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						491fa330f6 
					 
					
						
						
							
							Move size_ and cached_begin_bucket_ into table, rename hash_table_manager hash_buckets.  
						
						... 
						
						
						
						[SVN r56010] 
						
						
					 
					
						2009-09-04 07:03:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						6a8506d959 
					 
					
						
						
							
							Remove some old Visual C++ workarounds.  
						
						... 
						
						
						
						[SVN r55991] 
						
						
					 
					
						2009-09-03 07:37:14 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						7fe53ef5a3 
					 
					
						
						
							
							Combine hash_structure and hash_table_manager.  
						
						... 
						
						
						
						[SVN r55990] 
						
						
					 
					
						2009-09-03 07:36:21 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						1743ed118d 
					 
					
						
						
							
							Remove 'static' from next_node and node_count. Will hopefully make vacpp happy.  
						
						... 
						
						
						
						[SVN r55922] 
						
						
					 
					
						2009-08-31 15:33:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						848b73f99f 
					 
					
						
						
							
							Remove a few unused parameters.  
						
						... 
						
						
						
						[SVN r55921] 
						
						
					 
					
						2009-08-31 15:33:28 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ccc88ecf0a 
					 
					
						
						
							
							Remove unnecessary BOOST_DEDUCED_TYPENAMEs  
						
						... 
						
						
						
						[SVN r55902] 
						
						
					 
					
						2009-08-31 10:39:40 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						c40cb50fe5 
					 
					
						
						
							
							Detab.  
						
						... 
						
						
						
						[SVN r55901] 
						
						
					 
					
						2009-08-31 10:39:25 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						386d9f28d7 
					 
					
						
						
							
							Initial checkin of new version of Boost.Unordered.  
						
						... 
						
						
						
						- More template use, less preprocessor use.
 - Removed some of the Visual C++ 6 workarounds.
 - Reduced memory use of the main object.
 - Split into smaller headers.
[SVN r55878] 
						
						
					 
					
						2009-08-30 16:42:28 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						4350660626 
					 
					
						
						
							
							Remove allocator_constructor since it's never used.  
						
						... 
						
						
						
						[SVN r55877] 
						
						
					 
					
						2009-08-30 16:33:42 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						cf363355df 
					 
					
						
						
							
							Try to work around an odd Visual C++ 8 bug.  
						
						... 
						
						
						
						[SVN r55138] 
						
						
					 
					
						2009-07-23 22:17:20 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ca018bfba6 
					 
					
						
						
							
							Remove the emulation of single argument C++0x std::pair constructor.  
						
						... 
						
						
						
						[SVN r55132] 
						
						
					 
					
						2009-07-23 17:53:59 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						3c48fa3818 
					 
					
						
						
							
							Adjust the unordered defaults so that emplace takes more parameters and less buckets are created by default.  
						
						... 
						
						
						
						[SVN r55100] 
						
						
					 
					
						2009-07-22 22:38:08 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						cec1891586 
					 
					
						
						
							
							Disable incorrect Visual C++ 64-bit warnings. Ref  #3082 .  
						
						... 
						
						
						
						[SVN r53505] 
						
						
					 
					
						2009-05-31 15:50:56 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						b83a73ab40 
					 
					
						
						
							
							Remove an unused function.  
						
						... 
						
						
						
						[SVN r53318] 
						
						
					 
					
						2009-05-27 18:32:38 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						caa0b7cdf6 
					 
					
						
						
							
							Fix a change accidentally included in the last commit.  
						
						... 
						
						
						
						[SVN r53317] 
						
						
					 
					
						2009-05-27 18:32:22 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						46caec7d77 
					 
					
						
						
							
							Some workarounds for old versions of Borland.  
						
						... 
						
						
						
						[SVN r53316] 
						
						
					 
					
						2009-05-27 18:19:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						cfc134b871 
					 
					
						
						
							
							Add explicit destructors to the unordered containers. Refs  #2908 .  
						
						... 
						
						
						
						Isn't really needed but it doesn't hurt.
[SVN r53253] 
						
						
					 
					
						2009-05-25 19:14:07 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						20c9360528 
					 
					
						
						
							
							Better configuration for boost.unordered.  
						
						... 
						
						
						
						[SVN r53127] 
						
						
					 
					
						2009-05-20 06:43:38 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						09b239ed28 
					 
					
						
						
							
							Merge emplace support for sandbox - but without move support.  
						
						... 
						
						
						
						[SVN r52885] 
						
						
					 
					
						2009-05-10 21:25:09 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						294d58d2fe 
					 
					
						
						
							
							Cherrypick some unordered container changes from sandbox. Not including  
						
						... 
						
						
						
						anything which depends on the new move library.
------------------------------------------------------------------------
r52746 | danieljames | 2009-05-03 11:12:30 +0100 (Sun, 03 May 2009) | 1 line
Merge latest unordered container changes.
------------------------------------------------------------------------
r52747 | danieljames | 2009-05-03 11:15:35 +0100 (Sun, 03 May 2009) | 4 lines
Put the C++0x emplace implementations before the non-C++0x versions.
I'm going to change the non-C++0x to be macro heavy emulations of the
C++0x versions, so this will put the readable version first.
------------------------------------------------------------------------
r52748 | danieljames | 2009-05-03 11:15:44 +0100 (Sun, 03 May 2009) | 1 line
Refactor the unordered implementation a tad, to make implementing emplace less painful.
------------------------------------------------------------------------
[SVN r52884] 
						
						
					 
					
						2009-05-10 21:24:41 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						3e70155100 
					 
					
						
						
							
							Use a preprocessor sequence for the primes.  
						
						... 
						
						
						
						This feels like overkill but it seems to be the most reliable way to ensure
that the length is correct. I obviously can't be trusted to get it right, and
the template hack seems to prevent Boost.Range from working.
[SVN r52711] 
						
						
					 
					
						2009-05-01 20:50:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ce379f7bb5 
					 
					
						
						
							
							Fix the prime number list length in unordered.  
						
						... 
						
						
						
						[SVN r52674] 
						
						
					 
					
						2009-04-30 05:10:57 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						f8e1ec8d2b 
					 
					
						
						
							
							Revert changes to unordered, as the test fails on most compilers.  
						
						... 
						
						
						
						[SVN r52673] 
						
						
					 
					
						2009-04-30 05:08:40 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						4c3c18467c 
					 
					
						
						
							
							Fix the length of the prime number list. Refs  #2975  
						
						... 
						
						
						
						[SVN r52658] 
						
						
					 
					
						2009-04-29 10:05:17 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						ac2409627a 
					 
					
						
						
							
							Use emplace instead of insert in the backend as it's more appropriate.  
						
						... 
						
						
						
						[SVN r52394] 
						
						
					 
					
						2009-04-14 17:23:51 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel James 
							
						 
					 
					
						
						
							
						
						a07e4c5810 
					 
					
						
						
							
							Implement full extract_key for compilers without SFINAE and variadic  
						
						... 
						
						
						
						templates.
[SVN r52393] 
						
						
					 
					
						2009-04-14 17:23:37 +00:00