Ken Martin
							
						 | 
						
							
							
								d81ebf0c23
							
							ENH: added support for -SP scripts in new processes
						 | 
						19 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								b20cb78049
							
							ENH: Handle missing unsetenv and add check for environ
						 | 
						19 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								d5631f370b
							
							ENH: Add a method to remove environment variables
						 | 
						19 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								fe1fda6431
							
							ENH: Use vector of plain strings and add cmake -E command for getting environment
						 | 
						19 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								f44fedd3e9
							
							ENH: Add access for all environment variables
						 | 
						19 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								6b47b28867
							
							ENH: fix line length style stuff
						 | 
						19 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								f2cf7e9197
							
							ENH: Enable capture of output from VCExpress.exe and devenv.exe.
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								db0681d2f6
							
							ENH: Adding option to return empty arguments when expanding a list.
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								e5a8e115bc
							
							ENH: Move relative path to kwsys
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								8477aa59e5
							
							ENH: Merge from cpack branch
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								abe4fd77fc
							
							ENH: Make the syntax more line tar
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								d1180fc4e1
							
							ENH: Add untaring support
						 | 
						20 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								fdc844ecdb
							
							ENH: Add method to create tar
						 | 
						20 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								452925649a
							
							ENH: add better support for framework linking
						 | 
						20 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								e2ec4a1845
							
							ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								626be7884a
							
							FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								b4176dcab9
							
							ENH: Added FileTimeCompare method to compare file modification times.  Currently the resolution is limited to one second.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								ef8385744b
							
							BUG: allow split string to know if it is separating a path
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								78e8f12b86
							
							BUG: fix and comment relative path funciton
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								3fc7dc5e70
							
							ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								3e2e0d5d63
							
							BUG: fixes for mingw and CMakesetup with spaces in the source directory
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								9655299f08
							
							ENH: initial fortran support
						 | 
						21 years ago | 
					
				
					
						
							
								   Brad King
							
						 | 
						
							
							
								40a5bad916
							
							ENH: Made RunSingleCommand take a double as its timeout length.
						 | 
						21 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								2705b1bf73
							
							BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells.
						 | 
						21 years ago | 
					
				
					
						
							
								   Berk Geveci
							
						 | 
						
							
							
								ec3a119480
							
							BUG: When error occurs, try compiles should still work
						 | 
						21 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								fb228e73c8
							
							ERR: Properly handle mode_t on borland
						 | 
						22 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								09421a261c
							
							ENH: Preserve permissions when copying files
						 | 
						22 years ago | 
					
				
					
						
							
								   Andy Cedilnik
							
						 | 
						
							
							
								7527fbccc2
							
							ENH: Add code for setting and getting permissions
						 | 
						22 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								222e9a2876
							
							BUG: fix put/get env problems
						 | 
						22 years ago | 
					
				
					
						
							
								   Bill Hoffman
							
						 | 
						
							
							
								2c2291bbe0
							
							ENH: add new feature to ctest so that it can cmake, build and run a test executable
						 | 
						22 years ago |