Brad King
							
						 | 
						
							
							
								e979735a19
							
							ENH: Framework for java dependency scanner.  Right now it does nothing but always reports success.  This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway.
						 | 
						20 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								ff812580eb
							
							ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								12c4e90294
							
							BUG: fix test execution
						 | 
						20 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								785b0dc012
							
							ENH: all tests are passing for XCode
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								79a7f42a21
							
							ENH: Cleanups and add CTEST_UPDATE command
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								8fe1686510
							
							ENH: Cleanups and add CTEST_START command
						 | 
						21 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								7bc60c68e7
							
							ENH: only do objc++ test with GNU of course
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								5517bc911d
							
							ENH: Adding MakeClean test to test cleaning for makefile generators.
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								bde01e4121
							
							ENH: Adding test for external object file feature.
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								04e56bf7ff
							
							ENH: Changed over to using C++ for building flex/bison generated files.  It reduces the number of changes that need to be made after generation.
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								44abd32468
							
							ENH: Enable java dependency
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								c22cc421e0
							
							ENH: Several cleanups and improvements
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								dc0ce24cc6
							
							ENH: Add a superclass to all handlers
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								197ba0bdd6
							
							ENH: Link to cmzlib
						 | 
						21 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								ef75402148
							
							ENH: added more capabilities to ctest
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								a81a8263a5
							
							ENH: Added hook into Fortran dependency scanner.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								96daa417cb
							
							ENH: add initial non-working XCode stuff
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								a641ad3bba
							
							ENH: split up cmCommands into two files
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								195cdf172e
							
							ENH: Split dependency scanning and checking into separate cmDepends superclass with language-specific subclasses such as cmDependsC.
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								ed9e0626fd
							
							COMP: Ok, actually link to the library....
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								dcadffbe00
							
							ENH: Add XML parser
						 | 
						21 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								0ad63cf5fd
							
							ENH: minor fix for windows
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								d46d8df0ed
							
							ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically.  This will avoid problems with the process being terminated while generating a file.
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								3e59af4dcd
							
							ENH: Added cmLocalUnixMakefileGenerator2 to build.
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								a3ce1fb293
							
							ENH: Allow disabling of long running tests
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								5ceae46e19
							
							COMP: Remove unnecessary commit
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								fc70a2bb2a
							
							ENH: Add development version support in CMake
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								f38a28f044
							
							ERR: Fix problems on windows
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								922bdc3602
							
							ENH: Remove bogus clean step
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								d7d16d386d
							
							BUG: Ok, this should make the test actually do something
						 | 
						21 years ago |