Antonio Sánchez 
							
						 
					 
					
						
						
						
						
							
						
						
							46e9cdb7fe 
							
						 
					 
					
						
						
							
							Clang-format tests, examples, libraries, benchmarks, etc.  
						
						
						
					 
					
						2023-12-05 21:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Broderick 
							
						 
					 
					
						
						
						
						
							
						
						
							8f9b8e3630 
							
						 
					 
					
						
						
							
							Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.  
						
						
						
					 
					
						2023-03-21 16:50:23 +00:00 
						 
				 
			
				
					
						
							
							
								Antonio Sánchez 
							
						 
					 
					
						
						
						
						
							
						
						
							3342fc7e4d 
							
						 
					 
					
						
						
							
							Allow all tests to pass with EIGEN_TEST_NO_EXPLICIT_VECTORIZATION  
						
						
						
					 
					
						2022-04-12 14:48:22 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Schultheis 
							
						 
					 
					
						
						
						
						
							
						
						
							d271a7d545 
							
						 
					 
					
						
						
							
							reduce float warnings (comparisons and implicit conversions)  
						
						
						
					 
					
						2022-01-26 18:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							0668c68b03 
							
						 
					 
					
						
						
							
							Allow for negative strides.  
						
						... 
						
						
						
						Note that using a stride of -1 is still not possible because it would
clash with the definition of Eigen::Dynamic.
This fixes  #747 . 
						
					 
					
						2021-01-27 23:32:12 +01:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							82f0ce2726 
							
						 
					 
					
						
						
							
							Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }.  
						
						... 
						
						
						
						This provide several advantages:
- more flexibility in designing unit tests
- unit tests can be glued to speed up compilation
- unit tests are compiled with same predefined macros, which is a requirement for zapcc 
						
					 
					
						2018-07-17 14:46:15 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							12e1ebb68b 
							
						 
					 
					
						
						
							
							Remove local Index typedef from unit-tests  
						
						
						
					 
					
						2018-07-12 17:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							e27f17bf5c 
							
						 
					 
					
						
						
							
							Gub 1453: fix Map with non-default inner-stride but no outer-stride.  
						
						
						
					 
					
						2017-08-22 13:27:37 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							fdcad686ee 
							
						 
					 
					
						
						
							
							Fix numerous pointer-to-integer conversion warnings in unit tests.  
						
						
						
					 
					
						2016-05-26 17:41:28 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							aec4814370 
							
						 
					 
					
						
						
							
							Many files were missing in previous changeset.  
						
						
						
					 
					
						2015-07-29 11:11:23 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							1681a665d9 
							
						 
					 
					
						
						
							
							Extend unit test of Map<,,Stride<>> with stack allocated buffers and less trivial operations.  
						
						
						
					 
					
						2015-04-24 10:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							6d1f5dbaae 
							
						 
					 
					
						
						
							
							Add no_assignment_operator to a few classes that must not be assigned, and fix a couple of warnings.  
						
						
						
					 
					
						2013-07-10 23:48:26 +02:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							69124cfca2 
							
						 
					 
					
						
						
							
							Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.  
						
						
						
					 
					
						2012-07-13 14:42:47 -04:00 
						 
				 
			
				
					
						
							
							
								Thomas Capricelli 
							
						 
					 
					
						
						
						
						
							
						
						
							883219041f 
							
						 
					 
					
						
						
							
							better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit  
						
						
						
					 
					
						2011-05-05 18:48:18 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Capricelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a18a1be42d 
							
						 
					 
					
						
						
							
							Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@gmail.com>,  
						
						... 
						
						
						
						working on debian packaging. 
						
					 
					
						2011-05-05 00:44:24 +02:00 
						 
				 
			
				
					
						
							
							
								Gael Guennebaud 
							
						 
					 
					
						
						
						
						
							
						
						
							69cecc45e5 
							
						 
					 
					
						
						
							
							extend mapstride unit test to test unaligned configurations  
						
						
						
					 
					
						2011-02-18 14:41:40 +01:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							4716040703 
							
						 
					 
					
						
						
							
							bug  #86  : use internal:: namespace instead of ei_ prefix  
						
						
						
					 
					
						2010-10-25 10:15:22 -04:00 
						 
				 
			
				
					
						
							
							
								Hauke Heibel 
							
						 
					 
					
						
						
						
						
							
						
						
							dc6ad5e25b 
							
						 
					 
					
						
						
							
							More Index related stuff.  
						
						
						
					 
					
						2010-06-21 11:36:00 +02:00 
						 
				 
			
				
					
						
							
							
								Hauke Heibel 
							
						 
					 
					
						
						
						
						
							
						
						
							f1679c7185 
							
						 
					 
					
						
						
							
							Utilize Index in all unit tests.  
						
						
						
					 
					
						2010-06-20 17:37:56 +02:00 
						 
				 
			
				
					
						
							
							
								Benoit Jacob 
							
						 
					 
					
						
						
						
						
							
						
						
							b1f666d007 
							
						 
					 
					
						
						
							
							Fix Map-with-Stride and cover it by new unit tests.  
						
						
						
					 
					
						2010-02-26 20:12:51 -05:00