Abseil Team 
							
						 
					 
					
						
						
							
						
						98ca420679 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Internal change
PiperOrigin-RevId: 362040448 
						
						
					 
					
						2021-03-16 09:50:49 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abseil Team 
							
						 
					 
					
						
						
							
						
						0a3a3a845e 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard , attempt #2 
PiperOrigin-RevId: 357056902 
						
						
					 
					
						2021-02-18 13:26:24 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abseil Team 
							
						 
					 
					
						
						
							
						
						d4144d4ee2 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Revert include guard fix
PiperOrigin-RevId: 356588893 
						
						
					 
					
						2021-02-11 12:49:24 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abseil Team 
							
						 
					 
					
						
						
							
						
						36b7792047 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard 
PiperOrigin-RevId: 355882793 
						
						
					 
					
						2021-02-11 12:48:43 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abseil Team 
							
						 
					 
					
						
						
							
						
						717ce7feb8 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Use standard C++11 integer types in gtest-port.h.
Remove testing::internal::{Int,Uint}{32,64} in favor of types
guaranteed to be in <cstdint> since C++11.
Tests for built-in integer type coverage are switched from
{Int,Uint}64 to [unsigned] long long, which is guaranteed by
C++11 to exist and be at least 64-bit wide.
PiperOrigin-RevId: 281565263 
						
						
					 
					
						2019-11-22 16:33:15 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Lindén 
							
						 
					 
					
						
						
							
						
						826656b25f 
					 
					
						
						
							
							Remove workarounds for unsupported MSVC versions  
						
						 
						
						
						
						
					 
					
						2018-11-10 15:20:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								misterg 
							
						 
					 
					
						
						
							
						
						80b43d900b 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 219129336 
						
						
					 
					
						2018-10-29 13:46:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abseil Team 
							
						 
					 
					
						
						
							
						
						b57c703963 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 218618184 
						
						
					 
					
						2018-10-26 14:19:59 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								misterg 
							
						 
					 
					
						
						
							
						
						a50e4f05b3 
					 
					
						
						
							
							Googletest export  
						
						 
						
						... 
						
						
						
						Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 218571466 
						
						
					 
					
						2018-10-26 14:19:51 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gennadiy Civil 
							
						 
					 
					
						
						
							
						
						a3c0dd0f4d 
					 
					
						
						
							
							Comments changes, no functionality changes  
						
						 
						
						
						
						
					 
					
						2018-08-14 14:04:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gennadiy Civil 
							
						 
					 
					
						
						
							
						
						984cba30ed 
					 
					
						
						
							
							Formatting changes for automatic code management  
						
						 
						
						
						
						
					 
					
						2018-07-27 11:15:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gennadiy Civil 
							
						 
					 
					
						
						
							
						
						fbb48a7708 
					 
					
						
						
							
							Code merges  
						
						 
						
						
						
						
					 
					
						2018-01-26 11:57:58 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Billy Donahue 
							
						 
					 
					
						
						
							
						
						affb09edf0 
					 
					
						
						
							
							move googlemock files into googlemock/ subdir  
						
						 
						
						
						
						
					 
					
						2015-08-25 17:47:18 -04:00