Bill Hoffman
							
						 | 
						
							
							
								c83591e818
							
							Fix for Bug #9190, -U did not work on case insensitive file systems because of call to glob convert to regex that expected to work with files.
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								74b79d3b39
							
							Remove barely-used cmCacheManager::AddCacheEntry
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								053519b390
							
							Simplify VS CMake re-run check
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								1554265aa6
							
							Remove CMakeSetup. Long live cmake-gui, start building Qt now.
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								327c561424
							
							Use the MANIFEST flag for non incremental linking as well.
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								e9a170b108
							
							Move /MANIFEST flag into -E vs_link.  This is so it can be used by the intel compilers without having to specifiy it in the intel compiler files
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								5fa4784274
							
							Handle embeded manifests with ifort.
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								fd62a7cac4
							
							Create GLOBAL_DEPENDS_NO_CYCLES property
						 | 
						16 years ago | 
					
				
					
						
							
								   Alexander Neundorf
							
						 | 
						
							
							
								e5dd49c5f8
							
							DOCS: fix typo (#9231)
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								e9d7ebb3ec
							
							BUG: Do not double-initialize local generators
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								7491f52992
							
							ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
						 | 
						16 years ago | 
					
				
					
						
							
								   Alexander Neundorf
							
						 | 
						
							
							
								bc9703b695
							
							STYLE: fix typos in the docs
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								aba3d56c92
							
							ENH: Create command line api "cmake -E rename"
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								493f88ce55
							
							ENH: Allow projects to disable per-rule echo lines
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2f651c2e59
							
							ENH: Allow projects to disable per-rule progress
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								5e49dc4346
							
							BUG: Fix cache properties for CMAKE_STRICT build
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								32258b44bc
							
							ENH: Document CACHE entry properties
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								98c51ff6dc
							
							ENH: Overhaul CMake version numbering
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								83f39ba41b
							
							STYLE: Remove unused cmake::CacheVersionMatches
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								170febac52
							
							ENH: Cleanup cmake --build interface.
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								ed5e4d8be2
							
							BUG: Gracefully handle broken version symlinks
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								b604b98c56
							
							ENH: Define RULE_LAUNCH_* properties
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								f35c0c2a17
							
							BUG: Fix OS X FW symlink byproduct dependencies
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								2282748907
							
							BUG: Fix OS X AppBundle/FW byproducts dependencies
						 | 
						16 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								7d6a5e097f
							
							ENH: More robust property lookup
						 | 
						16 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								f6cb5c39bd
							
							BUG: fix for #8418 -E chdir should return fail of dir does not exist
						 | 
						17 years ago | 
					
				
					
						
							
								   David Cole
							
						 | 
						
							
							
								16f35e189e
							
							COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code.
						 | 
						17 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								3fc5ca34f9
							
							ENH: fix bootstrap test and warning
						 | 
						17 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								1777bb502a
							
							BUG: 4244, add a --build option to cmake that can build projects configured by CMake
						 | 
						17 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								05f908e08c
							
							BUG: fix for 6280, -E time was not sending back return value
						 | 
						17 years ago |