vladlosev
							
						 
					 | 
					
						
						
							
						
						b6c141fe2a
					 | 
					
						
						
							
							Fixes comments in sample7_unittest.cc.
						
						
						
						
						
						
					 | 
					
						2010-11-17 23:33:18 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						dac3e879c5
					 | 
					
						
						
							
							Include gtest headers as user headers instead of system headers.
						
						
						
						
						
						
					 | 
					
						2010-09-14 05:35:59 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								vladlosev
							
						 
					 | 
					
						
						
							
						
						38e1465902
					 | 
					
						
						
							
							Fixes a wrong comment for OnTestPartResult().
						
						
						
						
						
						
					 | 
					
						2010-05-31 23:30:01 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						12a92c26fc
					 | 
					
						
						
							
							Renames ThreadStartSempahore to Notificaton (by Vlad Losev);  adds threading tests for SCOPED_TRACE() (by Vlad Losev);  replaces native pthread calls with gtest's threading constructs (by Vlad Losev);  fixes flakiness in CountedDestructor (by Vlad Losev);  minor MSVC 7.1 clean-up (by Zhanyong Wan).
						
						
						
						
						
						
					 | 
					
						2010-03-04 22:15:53 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								vladlosev
							
						 
					 | 
					
						
						
							
						
						fe78760959
					 | 
					
						
						
							
							Makes all samples compile with -Wall -Wshadow -Werror.
						
						
						
						
						
						
					 | 
					
						2010-02-27 08:21:11 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						e92ccedad9
					 | 
					
						
						
							
							Changes Message() to print double with enough precision by default.
						
						
						
						
						
						
					 | 
					
						2010-01-08 00:23:45 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						1d6df4be08
					 | 
					
						
						
							
							Adds an experimental CMake build script; makes the samples compile without warnings on Windows.
						
						
						
						
						
						
					 | 
					
						2009-12-29 19:45:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						f8b268ee86
					 | 
					
						
						
							
							Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
						
						
						
						
						
						
						
						Renames EventListenrs to TestEventListeners (by Zhanyong Wan).
Fixes invalid characters in XML report (by Vlad Losev).
Refacotrs SConscript (by Vlad Losev). 
						
						
					 | 
					
						2009-09-30 20:23:50 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						b50ef44a35
					 | 
					
						
						
							
							Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to simplify gtest code (by Zhanyong Wan).
						
						
						
						
						
						
					 | 
					
						2009-09-24 21:15:59 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						e5373af0cb
					 | 
					
						
						
							
							Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev).
						
						
						
						
						
						
					 | 
					
						2009-09-18 18:16:20 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						f43e4ff3ad
					 | 
					
						
						
							
							Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev).
						
						
						
						
						
						
					 | 
					
						2009-09-17 19:12:30 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						b2ee82ebf9
					 | 
					
						
						
							
							Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan).
						
						
						
						
						
						
					 | 
					
						2009-09-11 06:59:42 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								zhanyong.wan
							
						 
					 | 
					
						
						
							
						
						0af0709b02
					 | 
					
						
						
							
							Cleans up macro definitions.
						
						
						
						
						
						
					 | 
					
						2009-02-23 23:21:55 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								vladlosev
							
						 
					 | 
					
						
						
							
						
						3d70421763
					 | 
					
						
						
							
							Value-parameterized tests and many bugfixes
						
						
						
						
						
						
					 | 
					
						2008-11-20 01:40:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								shiqian
							
						 
					 | 
					
						
						
							
						
						29d8235540
					 | 
					
						
						
							
							Adds new files for type-parameterized tests, which I forgot to commit in the previous revision.
						
						
						
						
						
						
					 | 
					
						2008-09-09 03:01:38 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								shiqian
							
						 
					 | 
					
						
						
							
						
						d201456903
					 | 
					
						
						
							
							Initial import.
						
						
						
						
						
						
					 | 
					
						2008-07-03 22:38:12 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |