CMake/Source
Ken Martin 4d3537597e ENH: added tutorial tests 2005-11-10 10:55:34 -05:00
..
CTest ENH: change the pass regexp so that it overrides the return value 2005-11-10 10:55:04 -05:00
CursesDialog
FLTKDialog ENH: try to find a gui for the Mac 2005-09-23 17:47:46 -04:00
MFCDialog
WXDialog
kwsys ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand 2005-11-09 11:07:36 -05:00
.cvsignore
CMakeLists.txt ENH: added tutorial tests 2005-11-10 10:55:34 -05:00
cmAddCustomCommandCommand.cxx
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx
cmAddCustomTargetCommand.h
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx
cmAddLibraryCommand.h
cmAddSubDirectoryCommand.cxx ENH: better format for ADD_SUBDIRECTORY command 2005-09-12 13:46:16 -04:00
cmAddSubDirectoryCommand.h ENH: better format for ADD_SUBDIRECTORY command 2005-09-12 13:46:16 -04:00
cmAddTestCommand.cxx
cmAddTestCommand.h
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands.cxx ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake bootstrap 2005-10-04 16:40:01 -04:00
cmBuildCommand.cxx
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h ENH: spelling 2005-10-18 16:09:16 -04:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h
cmCPluginAPI.cxx
cmCPluginAPI.h DOC: updated comment about the inherited ivar 2005-11-04 10:52:15 -05:00
cmCTest.cxx ENH: More output 2005-10-19 11:00:28 -04:00
cmCTest.h
cmCacheManager.cxx
cmCacheManager.h
cmCommand.h
cmCommandArgumentLexer.cxx
cmCommandArgumentLexer.h
cmCommandArgumentLexer.in.l
cmCommandArgumentParser.cxx
cmCommandArgumentParser.y
cmCommandArgumentParserHelper.cxx ENH: remove UMR 2005-09-08 15:26:36 -04:00
cmCommandArgumentParserHelper.h
cmCommandArgumentParserTokens.h
cmCommands.cxx ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmCommands.h
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCustomCommand.cxx
cmCustomCommand.h
cmData.h
cmDepends.cxx BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug 2005-10-13 10:07:12 -04:00
cmDepends.h ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsC.cxx ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsC.h ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsFortran.cxx ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsFortran.h ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsFortranLexer.cxx BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361. 2005-10-17 09:58:53 -04:00
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361. 2005-10-17 09:58:53 -04:00
cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsFortranParser.y
cmDependsFortranParserTokens.h
cmDependsJava.cxx ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsJava.h ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
cmDependsJavaLexer.cxx
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentation.cxx
cmDocumentation.h
cmDumpDocumentation.cxx
cmDynamicLoader.cxx
cmDynamicLoader.h
cmElseCommand.cxx
cmElseCommand.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmEndForEachCommand.cxx
cmEndForEachCommand.h
cmEndIfCommand.cxx
cmEndIfCommand.h
cmEndWhileCommand.cxx
cmEndWhileCommand.h
cmExecProgramCommand.cxx
cmExecProgramCommand.h
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmExprLexer.h ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmExprLexer.in.l ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmExprParser.cxx ENH: Fix precedence 2005-10-17 16:53:11 -04:00
cmExprParser.y ENH: Fix precedence 2005-10-17 16:53:11 -04:00
cmExprParserHelper.cxx ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmExprParserHelper.h ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmExprParserTokens.h ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmFileCommand.cxx ENH: Add regular string replace (not regex), and relative path command. Also add tests 2005-10-17 09:10:20 -04:00
cmFileCommand.h ENH: Add regular string replace (not regex), and relative path command. Also add tests 2005-10-17 09:10:20 -04:00
cmFileTimeComparison.cxx ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check. 2005-10-27 13:57:48 -04:00
cmFileTimeComparison.h ENH: Add file time comparison code 2005-10-12 13:36:07 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx
cmFindLibraryCommand.h
cmFindPackageCommand.cxx
cmFindPackageCommand.h
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx
cmFindProgramCommand.h
cmForEachCommand.cxx
cmForEachCommand.h
cmFunctionBlocker.h
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 2005-09-13 10:39:42 -04:00
cmGetDirectoryPropertyCommand.h ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 2005-09-13 10:39:42 -04:00
cmGetFilenameComponentCommand.cxx
cmGetFilenameComponentCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. 2005-09-21 13:31:43 -04:00
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. 2005-09-21 13:31:43 -04:00
cmGetTestPropertyCommand.cxx BUG: Fix which argument is which, also, fix the test to be less agressive 2005-09-18 08:17:39 -04:00
cmGetTestPropertyCommand.h
cmGlob.cxx
cmGlob.h
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalGenerator.cxx ENH: fix warning 2005-09-15 13:26:29 -04:00
cmGlobalGenerator.h ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 2005-09-13 10:39:42 -04:00
cmGlobalKdevelopGenerator.cxx
cmGlobalKdevelopGenerator.h
cmGlobalNMakeMakefileGenerator.cxx
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx ENH: big cleanup and fix for jump commands 2005-10-20 13:40:28 -04:00
cmGlobalUnixMakefileGenerator3.h ENH: big cleanup and fix for jump commands 2005-10-20 13:40:28 -04:00
cmGlobalVisualStudio6Generator.cxx
cmGlobalVisualStudio6Generator.h
cmGlobalVisualStudio7Generator.cxx
cmGlobalVisualStudio7Generator.h
cmGlobalVisualStudio8Generator.cxx
cmGlobalVisualStudio8Generator.h
cmGlobalVisualStudio71Generator.cxx
cmGlobalVisualStudio71Generator.h
cmGlobalXCode21Generator.cxx ENH: add real support for Xcode21 2005-09-02 16:29:32 -04:00
cmGlobalXCode21Generator.h ENH: add real support for Xcode21 2005-09-02 16:29:32 -04:00
cmGlobalXCodeGenerator.cxx BUG: fix xcode 15 (really bill Hoffman) 2005-09-08 14:35:37 -04:00
cmGlobalXCodeGenerator.h BUG: fix xcode 15 (really bill Hoffman) 2005-09-08 14:35:37 -04:00
cmIfCommand.cxx
cmIfCommand.h
cmIncludeCommand.cxx
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallFilesCommand.cxx
cmInstallFilesCommand.h
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmListFileCache.cxx
cmListFileCache.h
cmListFileLexer.c BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. 2005-09-19 17:20:48 -04:00
cmListFileLexer.h
cmListFileLexer.in.l BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. 2005-09-19 17:20:48 -04:00
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalGenerator.cxx ENH: Add support for output reguilar expression 2005-11-08 17:59:20 -05:00
cmLocalGenerator.h
cmLocalKdevelopGenerator.cxx ENH: unused include 2005-10-18 16:09:34 -04:00
cmLocalKdevelopGenerator.h
cmLocalUnixMakefileGenerator3.cxx BUG: make the clean target work 2005-10-28 11:02:29 -04:00
cmLocalUnixMakefileGenerator3.h ENH: big cleanup and fix for jump commands 2005-10-20 13:40:28 -04:00
cmLocalVisualStudio6Generator.cxx
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx BUG: Double-quotes in definitions must be escaped. 2005-10-03 14:33:35 -04:00
cmLocalVisualStudio7Generator.h
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx
cmMacroCommand.h
cmMakeDepend.cxx
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx ENH: some fixes for better backwards compatibility 2005-10-10 11:49:17 -04:00
cmMakefile.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmMathCommand.h ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
cmMessageCommand.cxx
cmMessageCommand.h
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderLinkDirectories.cxx BUG: fix spelling error 2005-09-08 15:25:55 -04:00
cmOrderLinkDirectories.h
cmOutputRequiredFilesCommand.cxx ENH: fix test 2005-10-18 16:35:11 -04:00
cmOutputRequiredFilesCommand.h
cmProjectCommand.cxx
cmProjectCommand.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h STYLE: More comments 2005-11-09 11:14:54 -05:00
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx
cmSourceFile.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.h
cmStringCommand.cxx BUG: end is not really end, but rather length 2005-10-20 10:11:03 -04:00
cmStringCommand.h BUG: end is not really end, but rather length 2005-10-20 10:11:03 -04:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx
cmSystemTools.h
cmTarget.cxx
cmTarget.h ENH: some fixes for better backwards compatibility 2005-10-10 11:49:17 -04:00
cmTargetLinkLibrariesCommand.cxx
cmTargetLinkLibrariesCommand.h
cmTest.cxx
cmTest.h ENH: Add a way for test to intentionally fail 2005-09-06 23:31:41 -04:00
cmTryCompileCommand.cxx
cmTryCompileCommand.h
cmTryRunCommand.cxx
cmTryRunCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVTKMakeInstantiatorCommand.cxx
cmVTKMakeInstantiatorCommand.h
cmVTKWrapJavaCommand.cxx
cmVTKWrapJavaCommand.h
cmVTKWrapPythonCommand.cxx
cmVTKWrapPythonCommand.h
cmVTKWrapTclCommand.cxx
cmVTKWrapTclCommand.h
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVersion.cxx STYLE: Nightly Version update 2005-11-10 04:48:05 -05:00
cmVersion.h
cmWhileCommand.cxx
cmWhileCommand.h
cmWin32ProcessExecution.cxx BUG: fix stack over write bug 2005-10-28 11:52:23 -04:00
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx ENH: add real support for Xcode21 2005-09-02 16:29:32 -04:00
cmXCode21Object.h ENH: add real support for Xcode21 2005-09-02 16:29:32 -04:00
cmXCodeObject.cxx ENH: add real support for Xcode21 2005-09-02 16:29:32 -04:00
cmXCodeObject.h ENH: fix warnings 2005-09-05 09:17:59 -04:00
cmXMLParser.cxx
cmXMLParser.h
cmake.cxx STYLE: minor cleanup 2005-10-20 16:37:14 -04:00
cmake.h ENH: Optimize performance by caching stat results 2005-10-12 13:51:15 -04:00
cmakemain.cxx BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. 2005-09-21 13:31:43 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmw9xcom.cxx
ctest.cxx