.. |
CTest
|
BUG: Prevent from creating bogus files
|
2005-08-24 11:18:26 -04:00 |
CursesDialog
|
ENH: add curses include directory
|
2005-07-11 18:07:02 -04:00 |
kwsys
|
BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
|
2005-08-18 16:06:08 -04:00 |
MFCDialog
|
ENH: added better error checking for cases when there is a CMakeCache.txt file but it is not readable
|
2005-08-11 13:20:23 -04:00 |
WXDialog
|
Implemented new parser which can handle:
|
2005-08-10 16:18:54 -04:00 |
.cvsignore
|
|
|
cmAddCustomCommandCommand.cxx
|
ENH: fix for earlier fix on source with relative path
|
2005-08-08 13:28:12 -04:00 |
cmAddCustomCommandCommand.h
|
|
|
cmAddCustomTargetCommand.cxx
|
|
|
cmAddCustomTargetCommand.h
|
|
|
cmAddDefinitionsCommand.cxx
|
|
|
cmAddDefinitionsCommand.h
|
|
|
cmAddDependenciesCommand.cxx
|
|
|
cmAddDependenciesCommand.h
|
ENH: Clarified documentation further.
|
2005-08-03 16:10:59 -04:00 |
cmAddExecutableCommand.cxx
|
ENH: better error checking for add library or executable with no source files
|
2005-06-08 16:39:29 -04:00 |
cmAddExecutableCommand.h
|
|
|
cmAddLibraryCommand.cxx
|
ENH: allow libs with no sources but complain
|
2005-06-10 10:08:41 -04:00 |
cmAddLibraryCommand.h
|
|
|
cmAddSubDirectoryCommand.cxx
|
ENH: removed the PREORDER option from the AddSubDirectory command
|
2005-05-31 15:10:04 -04:00 |
cmAddSubDirectoryCommand.h
|
ENH: removed the PREORDER option from the AddSubDirectory command
|
2005-05-31 15:10:04 -04:00 |
cmAddTestCommand.cxx
|
COMP: Fix problem on compilers that cannot implicitly convert std::string to cmStdString
|
2005-04-24 16:19:54 -04:00 |
cmAddTestCommand.h
|
BUG: fix for bug 1838
|
2005-07-15 13:24:37 -04:00 |
cmake.cxx
|
ENH: Added cmake -E create_symlink command that behaves like ln -s.
|
2005-08-19 09:38:17 -04:00 |
cmake.h
|
ENH: fix for bug 1866, make -G,-D -C options allow for space between arg and value
|
2005-07-19 17:16:23 -04:00 |
CMakeLists.txt
|
ENH: Updated SimpleInstall test to test new versioned executable and OUTPUT_NAME support.
|
2005-08-17 16:19:33 -04:00 |
cmakemain.cxx
|
|
|
cmaketest.h.in
|
|
|
cmakewizard.cxx
|
|
|
cmakewizard.h
|
COMP: Remove warning
|
2005-04-26 11:15:33 -04:00 |
cmAuxSourceDirectoryCommand.cxx
|
BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files
|
2005-04-05 14:48:25 -04:00 |
cmAuxSourceDirectoryCommand.h
|
|
|
cmBootstrapCommands.cxx
|
|
|
cmBuildCommand.cxx
|
ENH: Remove the old code
|
2005-05-10 10:10:51 -04:00 |
cmBuildCommand.h
|
|
|
cmBuildNameCommand.cxx
|
|
|
cmBuildNameCommand.h
|
|
|
cmCacheManager.cxx
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
cmCacheManager.h
|
|
|
cmCMakeMinimumRequired.cxx
|
ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf.
|
2005-06-17 09:49:06 -04:00 |
cmCMakeMinimumRequired.h
|
|
|
cmCommand.h
|
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
2005-06-17 13:04:56 -04:00 |
cmCommandArgumentLexer.cxx
|
ENH: Improve handling of escaped characters
|
2005-06-17 15:50:08 -04:00 |
cmCommandArgumentLexer.h
|
ENH: Initial import
|
2005-06-13 10:01:20 -04:00 |
cmCommandArgumentLexer.in.l
|
ENH: Improve handling of escaped characters
|
2005-06-17 15:50:08 -04:00 |
cmCommandArgumentParser.cxx
|
ENH: More cleanups
|
2005-06-13 10:27:05 -04:00 |
cmCommandArgumentParser.y
|
ENH: More cleanups
|
2005-06-13 10:27:05 -04:00 |
cmCommandArgumentParserHelper.cxx
|
ENH: Remove stray abort
|
2005-06-21 16:44:46 -04:00 |
cmCommandArgumentParserHelper.h
|
ENH: Improve handling of escaped characters
|
2005-06-17 15:50:08 -04:00 |
cmCommandArgumentParserTokens.h
|
ENH: Initial import
|
2005-06-13 10:01:20 -04:00 |
cmCommands.cxx
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmCommands.h
|
|
|
cmConfigure.cmake.h.in
|
|
|
cmConfigureFileCommand.cxx
|
ENH: configure file will assume start source dir if a full path is not provided
|
2005-07-07 16:01:35 -04:00 |
cmConfigureFileCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmCPluginAPI.cxx
|
|
|
cmCPluginAPI.h
|
ENH: change version
|
2005-07-12 17:24:07 -04:00 |
cmCreateTestSourceList.cxx
|
|
|
cmCreateTestSourceList.h
|
|
|
cmCTest.cxx
|
BUG: Initialize variable
|
2005-07-20 12:03:04 -04:00 |
cmCTest.h
|
ENH: Add a way to submit extra files to the dashboard
|
2005-07-18 12:53:48 -04:00 |
cmCustomCommand.cxx
|
ENH: always write out all custom commands
|
2005-07-28 09:14:42 -04:00 |
cmCustomCommand.h
|
ENH: always write out all custom commands
|
2005-07-28 09:14:42 -04:00 |
cmData.h
|
|
|
cmDepends.cxx
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmDepends.h
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmDependsC.cxx
|
COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5.
|
2005-08-18 09:19:55 -04:00 |
cmDependsC.h
|
ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated header files.
|
2005-08-17 11:43:58 -04:00 |
cmDependsFortran.cxx
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmDependsFortran.h
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmDependsFortranLexer.cxx
|
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
2005-05-03 15:19:34 -04:00 |
cmDependsFortranLexer.h
|
|
|
cmDependsFortranLexer.in.l
|
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
2005-05-03 15:19:34 -04:00 |
cmDependsFortranParser.cxx
|
|
|
cmDependsFortranParser.h
|
|
|
cmDependsFortranParser.y
|
|
|
cmDependsFortranParserTokens.h
|
|
|
cmDependsJava.cxx
|
ENH: fix some warnings and cleanup some
|
2005-07-27 11:31:17 -04:00 |
cmDependsJava.h
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmDependsJavaLexer.cxx
|
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
2005-05-03 15:19:34 -04:00 |
cmDependsJavaLexer.h
|
|
|
cmDependsJavaLexer.in.l
|
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
2005-05-03 15:19:34 -04:00 |
cmDependsJavaParser.cxx
|
|
|
cmDependsJavaParser.y
|
|
|
cmDependsJavaParserHelper.cxx
|
|
|
cmDependsJavaParserHelper.h
|
|
|
cmDependsJavaParserTokens.h
|
|
|
cmDocumentation.cxx
|
ENH: Cleanup the help a bit
|
2005-07-18 11:32:02 -04:00 |
cmDocumentation.h
|
|
|
cmDumpDocumentation.cxx
|
|
|
cmDynamicLoader.cxx
|
ENH: fix compile error bug# 2020 on mac
|
2005-07-15 11:34:39 -04:00 |
cmDynamicLoader.h
|
|
|
cmElseCommand.cxx
|
|
|
cmElseCommand.h
|
|
|
cmEnableLanguageCommand.cxx
|
|
|
cmEnableLanguageCommand.h
|
|
|
cmEnableTestingCommand.cxx
|
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
2005-04-24 15:59:51 -04:00 |
cmEnableTestingCommand.h
|
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
2005-04-24 15:59:51 -04:00 |
cmEndForEachCommand.cxx
|
|
|
cmEndForEachCommand.h
|
|
|
cmEndIfCommand.cxx
|
|
|
cmEndIfCommand.h
|
|
|
cmEndWhileCommand.cxx
|
|
|
cmEndWhileCommand.h
|
|
|
cmExecProgramCommand.cxx
|
|
|
cmExecProgramCommand.h
|
|
|
cmExportLibraryDependencies.cxx
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmExportLibraryDependencies.h
|
|
|
cmFileCommand.cxx
|
make sure correct path type is used
|
2005-08-23 10:24:01 -04:00 |
cmFileCommand.h
|
|
|
cmFindFileCommand.cxx
|
|
|
cmFindFileCommand.h
|
|
|
cmFindLibraryCommand.cxx
|
|
|
cmFindLibraryCommand.h
|
|
|
cmFindPackageCommand.cxx
|
|
|
cmFindPackageCommand.h
|
|
|
cmFindPathCommand.cxx
|
|
|
cmFindPathCommand.h
|
|
|
cmFindProgramCommand.cxx
|
|
|
cmFindProgramCommand.h
|
|
|
cmFLTKWrapUICommand.cxx
|
ENH; better warning message and fix type per julien
|
2005-07-29 14:17:24 -04:00 |
cmFLTKWrapUICommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmForEachCommand.cxx
|
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
2005-06-23 11:03:57 -04:00 |
cmForEachCommand.h
|
STYLE: updated the docs to be more accurate
|
2005-06-22 14:20:16 -04:00 |
cmFunctionBlocker.h
|
|
|
cmGeneratedFileStream.cxx
|
ENH: Allow changing of file name
|
2005-05-10 11:11:28 -04:00 |
cmGeneratedFileStream.h
|
ENH: Allow changing of file name
|
2005-05-10 11:11:28 -04:00 |
cmGetCMakePropertyCommand.cxx
|
|
|
cmGetCMakePropertyCommand.h
|
|
|
cmGetDirectoryPropertyCommand.cxx
|
ENH: added patch from Alexander Neundorf to get DEFINITIONS
|
2005-07-01 10:23:16 -04:00 |
cmGetDirectoryPropertyCommand.h
|
ENH: added patch from Alexander Neundorf to get DEFINITIONS
|
2005-07-01 10:23:16 -04:00 |
cmGetFilenameComponentCommand.cxx
|
|
|
cmGetFilenameComponentCommand.h
|
|
|
cmGetSourceFilePropertyCommand.cxx
|
|
|
cmGetSourceFilePropertyCommand.h
|
|
|
cmGetTargetPropertyCommand.cxx
|
ENH: modified GET_TARGET_PROPERTIES to work with all targets
|
2005-06-20 14:00:48 -04:00 |
cmGetTargetPropertyCommand.h
|
ENH: added Alexander's target property TYPE
|
2005-07-01 10:57:39 -04:00 |
cmGetTestPropertyCommand.cxx
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmGetTestPropertyCommand.h
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmGlob.cxx
|
|
|
cmGlob.h
|
|
|
cmGlobalBorlandMakefileGenerator.cxx
|
ENH: added new generator
|
2005-05-12 10:49:56 -04:00 |
cmGlobalBorlandMakefileGenerator.h
|
|
|
cmGlobalGenerator.cxx
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
cmGlobalGenerator.h
|
ENH: modified GET_TARGET_PROPERTIES to work with all targets
|
2005-06-20 14:00:48 -04:00 |
cmGlobalKdevelopGenerator.cxx
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalKdevelopGenerator.h
|
ENH: make KDev sub off of Gen3
|
2005-06-09 11:39:12 -04:00 |
cmGlobalNMakeMakefileGenerator.cxx
|
ENH: added new generator
|
2005-05-12 10:49:56 -04:00 |
cmGlobalNMakeMakefileGenerator.h
|
ENH: added new generator
|
2005-05-12 10:49:56 -04:00 |
cmGlobalUnixMakefileGenerator3.cxx
|
ENH: fix warning
|
2005-08-05 17:07:07 -04:00 |
cmGlobalUnixMakefileGenerator3.h
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmGlobalVisualStudio6Generator.cxx
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalVisualStudio6Generator.h
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalVisualStudio7Generator.cxx
|
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
2005-07-27 13:36:36 -04:00 |
cmGlobalVisualStudio7Generator.h
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalVisualStudio8Generator.cxx
|
|
|
cmGlobalVisualStudio8Generator.h
|
|
|
cmGlobalVisualStudio71Generator.cxx
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalVisualStudio71Generator.h
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmGlobalXCode21Generator.cxx
|
ENH: if Xcode21 is installed then create 21 compatible project files
|
2005-07-19 16:40:44 -04:00 |
cmGlobalXCode21Generator.h
|
ENH: add new stub generator
|
2005-07-19 15:28:41 -04:00 |
cmGlobalXCodeGenerator.cxx
|
ENH: add support for OUTPUT_NAME
|
2005-08-19 17:17:13 -04:00 |
cmGlobalXCodeGenerator.h
|
ENH: if Xcode21 is installed then create 21 compatible project files
|
2005-07-19 16:40:44 -04:00 |
cmIfCommand.cxx
|
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
2005-06-23 11:03:57 -04:00 |
cmIfCommand.h
|
STYLE: fix the docs
|
2005-05-24 15:36:11 -04:00 |
cmIncludeCommand.cxx
|
BUG: fatal error in include file should not cause report of missing include file
|
2005-06-08 16:55:30 -04:00 |
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
|
|
|
cmITKWrapTclCommand.cxx
|
ENH: replace brackets with more generic find
|
2005-06-16 10:23:43 -04:00 |
cmITKWrapTclCommand.h
|
|
|
cmLinkDirectoriesCommand.cxx
|
|
|
cmLinkDirectoriesCommand.h
|
|
|
cmLinkLibrariesCommand.cxx
|
|
|
cmLinkLibrariesCommand.h
|
|
|
cmListFileCache.cxx
|
BUG: project command should also work with lower case
|
2005-07-06 15:25:05 -04:00 |
cmListFileCache.h
|
|
|
cmListFileLexer.c
|
BUG: Unquoted arguments can have quotes that are not at the beginning, but only an even number of them.
|
2005-08-01 16:49:37 -04:00 |
cmListFileLexer.h
|
|
|
cmListFileLexer.in.l
|
BUG: Unquoted arguments can have quotes that are not at the beginning, but only an even number of them.
|
2005-08-01 16:49:37 -04:00 |
cmLoadCacheCommand.cxx
|
|
|
cmLoadCacheCommand.h
|
|
|
cmLoadCommandCommand.cxx
|
|
|
cmLoadCommandCommand.h
|
|
|
cmLocalGenerator.cxx
|
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
|
2005-08-17 16:11:18 -04:00 |
cmLocalGenerator.h
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
cmLocalKdevelopGenerator.cxx
|
ENH: make KDev sub off of Gen3
|
2005-06-09 11:39:12 -04:00 |
cmLocalKdevelopGenerator.h
|
ENH: make KDev sub off of Gen3
|
2005-06-09 11:39:12 -04:00 |
cmLocalUnixMakefileGenerator3.cxx
|
BUG: If the scanner is not defined this would crash. For example when using new language
|
2005-08-19 10:13:04 -04:00 |
cmLocalUnixMakefileGenerator3.h
|
ENH: fix warning
|
2005-08-05 17:07:07 -04:00 |
cmLocalVisualStudio6Generator.cxx
|
BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for Debug builds and was not paying attention to the executable output path.
|
2005-08-19 17:57:36 -04:00 |
cmLocalVisualStudio6Generator.h
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmLocalVisualStudio7Generator.cxx
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
cmLocalVisualStudio7Generator.h
|
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
2005-07-27 13:36:36 -04:00 |
cmLocalXCodeGenerator.cxx
|
|
|
cmLocalXCodeGenerator.h
|
|
|
cmMacroCommand.cxx
|
ENH: revert back to string replacement version
|
2005-07-05 10:08:46 -04:00 |
cmMacroCommand.h
|
|
|
cmMakeDepend.cxx
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmMakeDepend.h
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
cmMakeDirectoryCommand.cxx
|
|
|
cmMakeDirectoryCommand.h
|
|
|
cmMakefile.cxx
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmMakefile.h
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmMarkAsAdvancedCommand.cxx
|
|
|
cmMarkAsAdvancedCommand.h
|
|
|
cmMessageCommand.cxx
|
|
|
cmMessageCommand.h
|
|
|
cmObject.h
|
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
2005-06-17 13:04:56 -04:00 |
cmOptionCommand.cxx
|
|
|
cmOptionCommand.h
|
|
|
cmOrderLinkDirectories.cxx
|
ENH: fix bug 2087 lib prefix stripped off on windows
|
2005-08-10 12:55:41 -04:00 |
cmOrderLinkDirectories.h
|
ENH: fix bug 2087 lib prefix stripped off on windows
|
2005-08-10 12:55:41 -04:00 |
cmOutputRequiredFilesCommand.cxx
|
|
|
cmOutputRequiredFilesCommand.h
|
|
|
cmProjectCommand.cxx
|
|
|
cmProjectCommand.h
|
|
|
cmQTWrapCPPCommand.cxx
|
BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file moc_dlgmain.ui.cxx instead of moc_dlgmain.cxx.
|
2005-08-01 09:24:40 -04:00 |
cmQTWrapCPPCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmQTWrapUICommand.cxx
|
COMP: fix warning
|
2005-06-01 08:50:12 -04:00 |
cmQTWrapUICommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmRemoveCommand.cxx
|
|
|
cmRemoveCommand.h
|
|
|
cmRemoveDefinitionsCommand.cxx
|
|
|
cmRemoveDefinitionsCommand.h
|
|
|
cmSeparateArgumentsCommand.cxx
|
|
|
cmSeparateArgumentsCommand.h
|
|
|
cmSetCommand.cxx
|
BUG: Remove memory leak
|
2005-06-03 14:17:59 -04:00 |
cmSetCommand.h
|
|
|
cmSetDirectoryPropertiesCommand.cxx
|
|
|
cmSetDirectoryPropertiesCommand.h
|
|
|
cmSetSourceFilesPropertiesCommand.cxx
|
|
|
cmSetSourceFilesPropertiesCommand.h
|
|
|
cmSetTargetPropertiesCommand.cxx
|
|
|
cmSetTargetPropertiesCommand.h
|
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
|
2005-08-17 16:11:18 -04:00 |
cmSetTestsPropertiesCommand.cxx
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmSetTestsPropertiesCommand.h
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmSiteNameCommand.cxx
|
|
|
cmSiteNameCommand.h
|
|
|
cmSourceFile.cxx
|
BUG: mor emissing convert to unix slashes
|
2005-07-07 13:55:45 -04:00 |
cmSourceFile.h
|
ENH: Speedup by storing source name without last extension
|
2005-04-13 16:35:26 -04:00 |
cmSourceGroup.cxx
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmSourceGroup.h
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmSourceGroupCommand.cxx
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmSourceGroupCommand.h
|
|
|
cmStandardIncludes.h
|
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
2005-06-17 13:04:56 -04:00 |
cmStringCommand.cxx
|
|
|
cmStringCommand.h
|
|
|
cmSubdirCommand.cxx
|
|
|
cmSubdirCommand.h
|
|
|
cmSubdirDependsCommand.cxx
|
|
|
cmSubdirDependsCommand.h
|
|
|
cmSystemTools.cxx
|
BUG: RunSingleCommand should translate NULL characters in the output to valid text. This should fix the missing-output problem caused by NULL-characters in VS build output.
|
2005-08-17 17:39:59 -04:00 |
cmSystemTools.h
|
|
|
cmTarget.cxx
|
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
|
2005-08-17 16:11:18 -04:00 |
cmTarget.h
|
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
|
2005-08-17 16:11:18 -04:00 |
cmTargetLinkLibrariesCommand.cxx
|
|
|
cmTargetLinkLibrariesCommand.h
|
|
|
cmTest.cxx
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmTest.h
|
ENH: Add set and get test propety command
|
2005-07-31 11:51:42 -04:00 |
cmTryCompileCommand.cxx
|
BUG: work around for buggy Tigger OSX systems that read two copies of the same file in a directory
|
2005-04-15 10:46:19 -04:00 |
cmTryCompileCommand.h
|
ENH: add more docs
|
2005-07-19 15:27:12 -04:00 |
cmTryRunCommand.cxx
|
BUG: Fixed error message formatting when try run executable command cannot be found.
|
2005-06-21 14:20:30 -04:00 |
cmTryRunCommand.h
|
|
|
cmUseMangledMesaCommand.cxx
|
|
|
cmUseMangledMesaCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmUtilitySourceCommand.cxx
|
BUG: Hack to support building existing trees with UTILITY_SOURCE commands and the new VS generator directory structure.
|
2005-07-27 16:37:44 -04:00 |
cmUtilitySourceCommand.h
|
|
|
cmVariableRequiresCommand.cxx
|
ENH: made immediate
|
2005-06-01 08:48:58 -04:00 |
cmVariableRequiresCommand.h
|
ENH: made immediate
|
2005-06-01 08:48:58 -04:00 |
cmVariableWatch.cxx
|
|
|
cmVariableWatch.h
|
|
|
cmVersion.cxx
|
STYLE: Nightly Version update
|
2005-08-25 05:01:22 -04:00 |
cmVersion.h
|
ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf.
|
2005-06-17 09:49:06 -04:00 |
cmVTKMakeInstantiatorCommand.cxx
|
|
|
cmVTKMakeInstantiatorCommand.h
|
|
|
cmVTKWrapJavaCommand.cxx
|
|
|
cmVTKWrapJavaCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmVTKWrapPythonCommand.cxx
|
|
|
cmVTKWrapPythonCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmVTKWrapTclCommand.cxx
|
|
|
cmVTKWrapTclCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmw9xcom.cxx
|
|
|
cmWhileCommand.cxx
|
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
2005-06-23 11:03:57 -04:00 |
cmWhileCommand.h
|
|
|
cmWin32ProcessExecution.cxx
|
|
|
cmWin32ProcessExecution.h
|
|
|
cmWriteFileCommand.cxx
|
STYLE: Fix typos
|
2005-07-06 15:51:11 -04:00 |
cmWriteFileCommand.h
|
|
|
cmXCodeObject.cxx
|
|
|
cmXCodeObject.h
|
|
|
cmXMLParser.cxx
|
|
|
cmXMLParser.h
|
|
|
ctest.cxx
|
ENH: Add a way to submit extra files to the dashboard
|
2005-07-18 12:53:48 -04:00 |