Stephen Kelly
							
						 | 
						
							
							
								14973054a2
							
							Add API for cache loading, deleting and saving to the cmake class.
						 | 
						10 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								3347c5e4f9
							
							Revert topic 'refactor-cache-api'
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								1fe7f24c2b
							
							Add API for cache loading, deleting and saving to the cmake class.
						 | 
						10 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								9de2ab7fce
							
							Merge topic 'consistent-empty-method'
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								92a37f9279
							
							Convert raw loops to set member insert.
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								5f69314ea6
							
							Replace foo.length() pattern with !foo.empty().
						 | 
						10 years ago | 
					
				
					
						
							
								   Stephen Kelly
							
						 | 
						
							
							
								21c573f682
							
							Remove some c_str() calls.
						 | 
						11 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								270eb96df0
							
							strings: Remove cmStdString references
						 | 
						11 years ago | 
					
				
					
						
							
								   Clinton Stimpson
							
						 | 
						
							
							
								5730710c86
							
							Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
						 | 
						12 years ago | 
					
				
					
						
							
								   Kitware Robot
							
						 | 
						
							
							
								7bbaa4283d
							
							Remove trailing whitespace from most CMake and C/C++ code
						 | 
						13 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								8b143fab66
							
							Condense parsing of cache entries
						 | 
						15 years ago | 
					
				
					
						
							
								   Ben Boeckel
							
						 | 
						
							
							
								90abc3a027
							
							Use cmCacheManager to load entries from the cache
						 | 
						15 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								96afb12087
							
							Convert CMake to OSI-approved BSD License
						 | 
						16 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								0e69d38004
							
							ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
						 | 
						18 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								7dc8a92246
							
							STYLE: fix line length
						 | 
						19 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								3d96e52261
							
							STYLE: some m_ to this-> cleanup
						 | 
						19 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								5bf55d1590
							
							ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								38482b46d1
							
							ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
						 | 
						22 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								4888c088ae
							
							ENH: Moved ExpandListVariables out of individual commands.  Argument evaluation rules are now very consistent.  Double quotes can always be used to create exactly one argument, regardless of contents inside.
						 | 
						23 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								7ef6173664
							
							ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command.  This allows reading of cache values from another cache without actually creating local copies of the cache entires.  The values are stored as prefixed local makefile variables.
						 | 
						23 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								1f6a3c67b1
							
							ENH: Added reference to Copyright.txt.  Removed old reference to ITK copyright.  Changed program name to CMake instead of Insight in source file header.  Also removed tabs.
						 | 
						23 years ago | 
					
				
					
						
							
								   Ken Martin
							
						 | 
						
							
							
								d0be2896d7
							
							changed cache manager and registered generators to no longer be singletons
						 | 
						23 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								7d76de4403
							
							make sure ; expansion is done in all commands
						 | 
						23 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								4651dbcfc6
							
							ENH: expand variables in arguments before the commands get them
						 | 
						24 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								8ed3ce29bf
							
							ERR: Removed cmCacheManager::DefineCache method.  It is no longer needed.
						 | 
						24 years ago | 
					
				
					
						
							
								   Will Schroeder
							
						 | 
						
							
							
								a6a43d5320
							
							ENH:Updated copyright
						 | 
						24 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								baa28efd10
							
							ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
						 | 
						24 years ago | 
					
				
					
						
							
								   Berk Geveci
							
						 | 
						
							
							
								3b9f97f32d
							
							Adding new options to LoadCache.
						 | 
						24 years ago | 
					
				
					
						
							
								   Berk Geveci
							
						 | 
						
							
							
								06a0f67f93
							
							1. Added EXCLUDE option to LOAD_CACHE.
						 | 
						24 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								d4edafe717
							
							BUG: remove iostream.h includes
						 | 
						24 years ago |