CMake/Source
Bill Hoffman f2e5ccd972 *** empty log message *** 2003-08-21 09:23:32 -04:00
..
CTest ERR: Reverting dlopen changes. We don't need them. 2003-08-12 18:55:15 -04:00
CursesDialog ENH: Added documentation of specifying an existing build tree as an argument. 2003-08-20 13:00:46 -04:00
MFCDialog ENH: Added documentation of specifying an existing build tree as an argument. 2003-08-20 13:00:46 -04:00
WXDialog BUG: Need to check both CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE and CMAKE_WX_CONFIG. 2003-08-11 17:35:13 -04:00
kwsys ENH: remove warning and unneeded cast 2003-08-17 12:24:06 -04:00
.cvsignore Add cvsignore so that you do not see visual stufio files when you do cvs update 2002-04-24 10:08:24 -04:00
CMakeLists.txt ENH: Fix dependencies for curses dialog 2003-08-07 16:25:49 -04:00
cmAbstractFilesCommand.cxx ENH: add stdlib.h for portability to borland 6 2003-05-24 10:07:58 -04:00
cmAbstractFilesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddCustomCommandCommand.cxx ENH: Fix typo: Bug #100 - Spelling correction to an error message 2003-07-29 07:01:56 -04:00
cmAddCustomCommandCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddCustomTargetCommand.cxx yikes added new custom command support 2003-06-03 10:30:23 -04:00
cmAddCustomTargetCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddDefinitionsCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmAddDefinitionsCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddDependenciesCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmAddDependenciesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddExecutableCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmAddExecutableCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddLibraryCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmAddLibraryCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAddTestCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmAddTestCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmAuxSourceDirectoryCommand.cxx fix compiler warnings 2003-06-27 08:46:00 -04:00
cmAuxSourceDirectoryCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmBuildCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmBuildCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmBuildNameCommand.cxx ENH: Use the new signature 2003-08-03 22:33:35 -04:00
cmBuildNameCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmCMakeMinimumRequired.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmCMakeMinimumRequired.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmCPluginAPI.cxx ENH: Fix compatibility 2003-07-23 14:31:30 -04:00
cmCPluginAPI.h version 19 2003-08-11 14:41:43 -04:00
cmCTest.cxx BUG: Report failed as failed... 2003-08-18 14:31:09 -04:00
cmCTest.h BUG: Report failed as failed... 2003-08-18 14:31:09 -04:00
cmCacheManager.cxx BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value 2003-08-18 14:05:53 -04:00
cmCacheManager.h ENH: Get accessor for cache value as boolean 2003-08-08 09:22:56 -04:00
cmCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmCommands.cxx BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command. 2003-08-11 17:34:44 -04:00
cmCommands.h 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. 2002-10-23 18:03:27 -04:00
cmConfigure.cmake.h.in ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. 2003-07-21 16:38:53 -04:00
cmConfigureFileCommand.cxx ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 2003-06-23 14:10:12 -04:00
cmConfigureFileCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmCreateTestSourceList.cxx ENH: null terminate at the end of the list 2003-07-03 11:39:33 -04:00
cmCreateTestSourceList.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmCustomCommand.cxx ENH: allow duplicate commands with the same output to be reduced automatically to one command 2003-06-04 13:42:42 -04:00
cmCustomCommand.h performance improvement 2003-06-23 16:25:50 -04:00
cmData.h 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. 2002-10-23 18:03:27 -04:00
cmDocumentation.cxx BUG: Don't use -V as a version option. It conflicts with ctest. 2003-08-06 18:43:49 -04:00
cmDocumentation.h ENH: Added configuration of name of executable in man page header and version banner. 2003-08-06 14:49:52 -04:00
cmDumpDocumentation.cxx ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test. 2003-07-24 10:58:40 -04:00
cmDynamicLoader.cxx Remove some borland 6 warnings 2003-05-28 09:21:37 -04:00
cmDynamicLoader.h 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. 2002-10-23 18:03:27 -04:00
cmElseCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmElseCommand.h ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 2003-02-14 18:47:16 -05:00
cmEnableTestingCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmEnableTestingCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmEndForEachCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmEndForEachCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmEndIfCommand.cxx ENH: add stdlib.h for portability to borland 6 2003-05-24 10:07:58 -04:00
cmEndIfCommand.h ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 2003-02-14 18:47:16 -05:00
cmExecProgramCommand.cxx Complete rework of makefile generators expect trouble 2002-11-08 15:46:08 -05:00
cmExecProgramCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmExportLibraryDependencies.cxx fix for bug # 101 2003-08-01 09:11:04 -04:00
cmExportLibraryDependencies.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFLTKWrapUICommand.cxx some updates 2003-07-14 10:13:30 -04:00
cmFLTKWrapUICommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFileCommand.cxx ENH: Remove extra new line after the written string 2003-07-17 14:56:17 -04:00
cmFileCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindFileCommand.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindFileCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindLibraryCommand.cxx BUG: use IsNOTFOUND 2003-02-07 10:18:07 -05:00
cmFindLibraryCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindPackageCommand.cxx ERR: Fixed use of != operator for std::string on old broken compilers. 2003-08-08 09:14:33 -04:00
cmFindPackageCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindPathCommand.cxx ENH: add checking for NOTFOUND 2003-01-31 13:50:42 -05:00
cmFindPathCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindProgramCommand.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmFindProgramCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmForEachCommand.cxx perf improvement 2003-06-23 16:26:48 -04:00
cmForEachCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmFunctionBlocker.h ERR: Fixed unused parameter warning. 2002-12-13 09:18:01 -05:00
cmGeneratedFileStream.h 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. 2002-10-23 18:03:27 -04:00
cmGetCMakePropertyCommand.cxx ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 2003-08-06 18:54:13 -04:00
cmGetCMakePropertyCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmGetFilenameComponentCommand.cxx Several fixes/improvements: 2003-02-07 14:04:16 -05:00
cmGetFilenameComponentCommand.h ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 2003-02-14 18:47:16 -05:00
cmGetSourceFilePropertyCommand.cxx minor bug fix 2003-05-29 15:30:54 -04:00
cmGetSourceFilePropertyCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmGetTargetPropertyCommand.cxx minor bug fix 2003-05-29 15:30:54 -04:00
cmGetTargetPropertyCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmGlob.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmGlob.h ENH: Recurse subdirectories 2003-07-14 09:15:13 -04:00
cmGlobalBorlandMakefileGenerator.cxx ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalBorlandMakefileGenerator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalCodeWarriorGenerator.cxx ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalCodeWarriorGenerator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalGenerator.cxx ENH: Use the new RunCommand 2003-08-03 22:34:37 -04:00
cmGlobalGenerator.h ENH: Use the new RunCommand 2003-08-03 22:34:37 -04:00
cmGlobalNMakeMakefileGenerator.cxx ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix 2003-08-01 13:13:43 -04:00
cmGlobalNMakeMakefileGenerator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalUnixMakefileGenerator.cxx ENH: Wrote basic description in full documentation block. 2003-07-10 23:14:11 -04:00
cmGlobalUnixMakefileGenerator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalVisualStudio6Generator.cxx ENH: Use the new RunCommand 2003-08-03 22:34:37 -04:00
cmGlobalVisualStudio6Generator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalVisualStudio7Generator.cxx ENH: Use the new RunCommand 2003-08-03 22:34:37 -04:00
cmGlobalVisualStudio7Generator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalVisualStudio71Generator.cxx ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmGlobalVisualStudio71Generator.h ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. 2003-07-07 21:52:10 -04:00
cmITKWrapTclCommand.cxx updated for new custom command 2003-06-05 14:37:35 -04:00
cmITKWrapTclCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmIfCommand.cxx ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 2003-06-23 14:10:12 -04:00
cmIfCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmIncludeCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmIncludeCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmIncludeDirectoryCommand.cxx ENH: add checking for NOTFOUND 2003-01-31 13:50:42 -05:00
cmIncludeDirectoryCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmIncludeExternalMSProjectCommand.cxx ENH: improve coverage 2003-08-07 16:07:23 -04:00
cmIncludeExternalMSProjectCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmIncludeRegularExpressionCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmIncludeRegularExpressionCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmInstallFilesCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmInstallFilesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmInstallProgramsCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmInstallProgramsCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmInstallTargetsCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmInstallTargetsCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmLinkDirectoriesCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmLinkDirectoriesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmLinkLibrariesCommand.cxx ENH: add checking for NOTFOUND 2003-01-31 13:50:42 -05:00
cmLinkLibrariesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmListFileCache.cxx ENH: Added support for # characters inside quoted arguments and for escaping # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines. 2003-07-09 17:17:34 -04:00
cmListFileCache.h ERR: Added operator != for SGI. 2002-12-17 14:55:31 -05:00
cmLoadCacheCommand.cxx ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 2003-06-23 14:10:12 -04:00
cmLoadCacheCommand.h ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 2003-02-14 18:47:16 -05:00
cmLoadCommandCommand.cxx ERR: Fix crash of cmake on broken load commands 2003-08-19 11:02:56 -04:00
cmLoadCommandCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmLocalCodeWarriorGenerator.cxx ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 2003-06-23 14:10:12 -04:00
cmLocalCodeWarriorGenerator.h add COdeWarrior back in for testing 2003-04-16 14:47:44 -04:00
cmLocalGenerator.cxx 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. 2002-10-23 18:03:27 -04:00
cmLocalGenerator.h 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. 2002-10-23 18:03:27 -04:00
cmLocalUnixMakefileGenerator.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmLocalUnixMakefileGenerator.h ENH: Added convenience signature to OutputMakeRule. 2003-08-07 11:53:19 -04:00
cmLocalVisualStudio6Generator.cxx fid post build iue on vs6 utility targets 2003-08-08 10:40:11 -04:00
cmLocalVisualStudio6Generator.h yikes added new custom command support 2003-06-03 10:30:23 -04:00
cmLocalVisualStudio7Generator.cxx BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi 2003-08-07 09:19:39 -04:00
cmLocalVisualStudio7Generator.h yikes added new custom command support 2003-06-03 10:30:23 -04:00
cmMacroCommand.cxx ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 2003-08-06 18:54:13 -04:00
cmMacroCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmMakeDepend.cxx removed duplicate includes 2003-08-10 16:02:25 -04:00
cmMakeDepend.h removed duplicate includes 2003-08-10 16:02:25 -04:00
cmMakeDirectoryCommand.cxx ENH: Merged use of kwsys library. 2003-06-23 08:58:58 -04:00
cmMakeDirectoryCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmMakefile.cxx added beta release support 2003-08-11 14:45:16 -04:00
cmMakefile.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmMarkAsAdvancedCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmMarkAsAdvancedCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmMessageCommand.cxx add a fatal error, and make sure c and c++ compilers work before using them 2003-01-21 12:50:48 -05:00
cmMessageCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmOptionCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmOptionCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmOutputRequiredFilesCommand.cxx Implement GetLineFromStream that actually works and use it instead of getline 2003-03-27 12:24:30 -05:00
cmOutputRequiredFilesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmProjectCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmProjectCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmQTWrapCPPCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmQTWrapCPPCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmQTWrapUICommand.cxx ENH: Use the new signature 2003-08-07 14:37:50 -04:00
cmQTWrapUICommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmRemoveCommand.cxx BUG: fix broken command 2003-03-21 11:24:09 -05:00
cmRemoveCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSeparateArgumentsCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmSeparateArgumentsCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSetCommand.cxx BUG: A variable is not in the cache if it is UNINITIALIZED. 2002-11-08 18:05:42 -05:00
cmSetCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSetSourceFilesPropertiesCommand.cxx BUG: Fixed crash when source file cannot be looked up correctly. 2003-06-13 16:47:41 -04:00
cmSetSourceFilesPropertiesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSetTargetPropertiesCommand.cxx ENH: add target properties files 2002-12-21 11:14:47 -05:00
cmSetTargetPropertiesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSiteNameCommand.cxx ENH: Use new RunCommand 2003-08-03 22:41:34 -04:00
cmSiteNameCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSourceFile.cxx removed duplicate includes 2003-08-10 16:02:25 -04:00
cmSourceFile.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSourceFilesCommand.cxx ENH: Use new deprecation mechanism 2003-07-21 14:44:25 -04:00
cmSourceFilesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSourceFilesRemoveCommand.cxx ENH: add stdlib.h for portability to borland 6 2003-05-24 10:07:58 -04:00
cmSourceFilesRemoveCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSourceGroup.cxx ENH: Fully implemented SOURCE_GROUP command. 2003-07-23 15:32:54 -04:00
cmSourceGroup.h ENH: Fully implemented SOURCE_GROUP command. 2003-07-23 15:32:54 -04:00
cmSourceGroupCommand.cxx ENH: put back old style call to SOURCE_GROUP, no need to break things for this 2003-07-28 14:43:04 -04:00
cmSourceGroupCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmStandardIncludes.h added stdio 2003-08-08 11:19:17 -04:00
cmStringCommand.cxx ERR: Remove unused variable 2003-07-10 14:35:58 -04:00
cmStringCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSubdirCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmSubdirCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSubdirDependsCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmSubdirDependsCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmSystemTools.cxx ENH: Fix hidden console for ctest 2003-08-12 17:18:16 -04:00
cmSystemTools.h ENH: Abstract parsing of arguments so that I can use it in other places 2003-08-07 19:00:53 -04:00
cmTarget.cxx ENH: add support for OBJECT_DEPENDS for visual studio 2003-07-31 15:32:53 -04:00
cmTarget.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmTargetLinkLibrariesCommand.cxx ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work 2003-08-07 16:09:19 -04:00
cmTargetLinkLibrariesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmTryCompileCommand.cxx fix compiler warnings 2003-06-27 08:46:00 -04:00
cmTryCompileCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmTryRunCommand.cxx ENH: Use the new signature 2003-08-03 22:33:35 -04:00
cmTryRunCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmUseMangledMesaCommand.cxx ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 2003-06-23 14:10:12 -04:00
cmUseMangledMesaCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmUtilitySourceCommand.cxx fix for utility command without EXECUTABLE_OUTPUT_PATH 2003-08-01 13:54:53 -04:00
cmUtilitySourceCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVTKMakeInstantiatorCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmVTKMakeInstantiatorCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVTKWrapJavaCommand.cxx Oops, std namespace 2003-02-04 09:50:20 -05:00
cmVTKWrapJavaCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVTKWrapPythonCommand.cxx 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. 2002-10-23 18:03:27 -04:00
cmVTKWrapPythonCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVTKWrapTclCommand.cxx Fix a problem with TCL wrapping if the source files have a relative path. 2003-01-06 14:30:28 -05:00
cmVTKWrapTclCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVariableRequiresCommand.cxx spelling errors 2003-02-14 09:54:15 -05:00
cmVariableRequiresCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmVariableWatch.cxx ENH: Add remove watch 2003-08-07 16:26:07 -04:00
cmVariableWatch.h ENH: Add remove watch 2003-08-07 16:26:07 -04:00
cmWin32ProcessExecution.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmWin32ProcessExecution.h Complete rework of makefile generators expect trouble 2002-11-08 15:46:08 -05:00
cmWrapExcludeFilesCommand.cxx ENH: add stdlib.h for portability to borland 6 2003-05-24 10:07:58 -04:00
cmWrapExcludeFilesCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmWriteFileCommand.cxx 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. 2002-12-11 18:13:33 -05:00
cmWriteFileCommand.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmake.cxx ENH: Remove unused variable 2003-08-18 14:06:27 -04:00
cmake.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmakemain.cxx ENH: Added documentation of specifying an existing build tree as an argument. 2003-08-20 13:00:46 -04:00
cmaketest.cxx ENH: More verbose 2003-08-07 18:44:13 -04:00
cmaketest.h.in BUG: Fix some dependencies for location of executables 2003-05-05 08:42:44 -04:00
cmakewizard.cxx removed redundent includes 2003-08-10 18:30:54 -04:00
cmakewizard.h removed redundent includes 2003-08-10 18:30:54 -04:00
cmw9xcom.cxx ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 2002-12-11 11:49:08 -05:00
ctest.cxx ENH: Add documentation for -D and add missing targets 2003-08-11 12:20:31 -04:00