Ken Martin
							
						 | 
						
							
							
								c08862a88d
							
							ENH: removed UMG2
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								749fe26394
							
							ENH: fix problem with dependency scanning
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								193747256b
							
							ENH: switch to using new Unix Makefile generator for Unix as well
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								4a701917a4
							
							BUG: fix bad generator name
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								caf17c123b
							
							ENH: added new generator
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								dc75c22645
							
							COMP: Fixed forced bool conversion warning.
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								e8911705d6
							
							ENH: Added optional verbose output to build system dependency check.
						 | 
						20 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								d74d8aeb71
							
							BUG: fix for bug 1700
						 | 
						20 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								3abbf15a5a
							
							ENH: make xcode compile only on apple
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								63cd6e39e1
							
							COMP: fix a warning
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								3ff6722934
							
							ENH: cleanup by removing all the olf local generate junk that i not longer needed
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2444cd3828
							
							ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modules to the stamp files more reliably.  This removes the temporary hack for per-platform upper-/lower- case.
						 | 
						20 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								78ca400d33
							
							ENH: remove code warrior classes
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2aa613b98c
							
							ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default.
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								832fa0e609
							
							BUG: Need to return before configure step when running in script mode.
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2651d170d5
							
							BUG: Removing "guess when there is a space in the path" check for chdir command.  It is the responsibility of the caller of the command to ensure the arguments are properly quoted on the command line.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								ee0db4aeb4
							
							BUG: fix CommandLine test problems with spaces and testing for the return value
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								dd851619ac
							
							ENH: Add command to copy directory with content
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								e9eccb0098
							
							BUG: prevent -P or script to be passed as homedirectory
						 | 
						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 | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								81bbae1fb2
							
							ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2.  This now uses a special --check-build-system flag to cmake which replaces --check-rerun.  Integrity of dependencies is also checked during generation.
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								56234aed4b
							
							PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2a7e2adf7a
							
							ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2.  This needs a hook in cmake.cxx.
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								fc70a2bb2a
							
							ENH: Add development version support in CMake
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								6bc6466be3
							
							ENH: Added --check-rerun option to allow a runtime check of whether a new generate should really be done.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								832a302ca2
							
							BUG: do not build kdevlop stuff when bootstrapping
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								766c093d69
							
							NEW: add kdevelop patch from Alexander Neundorf
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								f9468a2967
							
							FIX: correctly handle if path table can not open
						 | 
						21 years ago |