.. |
CTest
|
ENH: Add support for detecting files that were removed
|
2005-07-21 15:54:57 -04:00 |
CursesDialog
|
ENH: add curses include directory
|
2005-07-11 18:07:02 -04:00 |
MFCDialog
|
ENH: minor version update
|
2005-07-08 09:53:01 -04:00 |
WXDialog
|
ENH: fix for older versions of cmake
|
2005-07-15 11:38:43 -04:00 |
kwsys
|
ENH: Rename test
|
2005-07-20 12:40:11 -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: java does not work under mingw
|
2005-07-20 12:53:06 -04:00 |
cmAddCustomCommandCommand.cxx
|
ENH: slightly modified version of Alex's relative path arguments for custom commands
|
2005-07-08 11:51:21 -04:00 |
cmAddCustomCommandCommand.h
|
BUG: Fixed formatting of generated documentation.
|
2005-02-22 12:10:43 -05:00 |
cmAddCustomTargetCommand.cxx
|
ENH: Added check for invalid characters in output name.
|
2005-03-22 08:36:40 -05:00 |
cmAddCustomTargetCommand.h
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmAddDefinitionsCommand.cxx
|
…
|
|
cmAddDefinitionsCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05: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: 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
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
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 |
cmAuxSourceDirectoryCommand.cxx
|
BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files
|
2005-04-05 14:48:25 -04:00 |
cmAuxSourceDirectoryCommand.h
|
ENH: Added warning about using this command to avoid listing sources for a library by hand. It is supposed to be used only for Templates directories.
|
2004-07-24 19:58:27 -04:00 |
cmBootstrapCommands.cxx
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmBuildCommand.cxx
|
ENH: Remove the old code
|
2005-05-10 10:10:51 -04:00 |
cmBuildCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmBuildNameCommand.cxx
|
…
|
|
cmBuildNameCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmCPluginAPI.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmCPluginAPI.h
|
ENH: change version
|
2005-07-12 17:24:07 -04:00 |
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 |
cmCacheManager.cxx
|
STYLE: Fix typos
|
2005-07-06 15:51:11 -04:00 |
cmCacheManager.h
|
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
2004-09-29 16:07:07 -04:00 |
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: removed old commands
|
2005-06-03 12:58:39 -04:00 |
cmCommands.h
|
ENH: split up cmCommands into two files
|
2005-01-21 10:27:51 -05:00 |
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 |
cmCreateTestSourceList.cxx
|
ENH: use GetRequiredDefinition instead of GetDefinition and crash
|
2004-08-11 16:58:09 -04:00 |
cmCreateTestSourceList.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmCustomCommand.cxx
|
ENH: add test to make sure custom commands are used
|
2005-06-21 09:34:47 -04:00 |
cmCustomCommand.h
|
ENH: add test to make sure custom commands are used
|
2005-06-21 09:34:47 -04:00 |
cmData.h
|
…
|
|
cmDepends.cxx
|
BUG: a fix for constant recomputing of depends
|
2005-05-25 12:22:32 -04:00 |
cmDepends.h
|
BUG: a fix for constant recomputing of depends
|
2005-05-25 12:22:32 -04:00 |
cmDependsC.cxx
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -04:00 |
cmDependsC.h
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -04:00 |
cmDependsFortran.cxx
|
ENH: new fortran depends to match new Unix Gen
|
2005-05-25 11:19:16 -04:00 |
cmDependsFortran.h
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -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
|
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
2005-02-01 10:42:52 -05:00 |
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
|
COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.
|
2005-03-14 08:15:08 -05:00 |
cmDependsFortranParser.h
|
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
2005-02-01 10:42:52 -05:00 |
cmDependsFortranParser.y
|
COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.
|
2005-03-14 08:15:08 -05:00 |
cmDependsFortranParserTokens.h
|
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
2005-02-01 10:42:52 -05:00 |
cmDependsJava.cxx
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -04:00 |
cmDependsJava.h
|
ENH: some changes to the depends signature to be more flexible
|
2005-05-11 13:16:45 -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
|
COMP: Removing #line directives from .h file to avoid bogus Sun warning.
|
2005-02-01 10:44:34 -05:00 |
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
|
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
|
2005-02-02 17:05:38 -05:00 |
cmDependsJavaParser.y
|
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
|
2005-02-02 17:05:38 -05:00 |
cmDependsJavaParserHelper.cxx
|
COMP: Fix warning about printf format and given type.
|
2005-02-03 08:39:37 -05:00 |
cmDependsJavaParserHelper.h
|
ENH: Initial import of java parser
|
2005-01-28 17:13:58 -05:00 |
cmDependsJavaParserTokens.h
|
COMP: Remove more warnings/errors
|
2005-01-28 17:43:57 -05:00 |
cmDocumentation.cxx
|
ENH: Cleanup the help a bit
|
2005-07-18 11:32:02 -04:00 |
cmDocumentation.h
|
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
2004-04-14 14:25:43 -04:00 |
cmDumpDocumentation.cxx
|
ENH: Add development version support in CMake
|
2004-10-22 15:44:54 -04:00 |
cmDynamicLoader.cxx
|
ENH: fix compile error bug# 2020 on mac
|
2005-07-15 11:34:39 -04:00 |
cmDynamicLoader.h
|
FIX: fix bug 1690
|
2005-03-22 14:27:08 -05:00 |
cmElseCommand.cxx
|
…
|
|
cmElseCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmEnableLanguageCommand.cxx
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
cmEnableLanguageCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
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
|
fix warning
|
2004-05-12 15:34:06 -04:00 |
cmEndForEachCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmEndIfCommand.cxx
|
…
|
|
cmEndIfCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmEndWhileCommand.cxx
|
ENH: added while command
|
2005-01-21 09:38:04 -05:00 |
cmEndWhileCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmExecProgramCommand.cxx
|
BUG: exec program should not fail if it can not exec the program, but should only set the return value to -1 and set the output to the reason for the failure.
|
2004-06-24 08:57:54 -04:00 |
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
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
cmFLTKWrapUICommand.cxx
|
ENH: change workings of command so that it can all happing in the initial pass still works the old way but complains
|
2005-06-10 10:09:17 -04:00 |
cmFLTKWrapUICommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmFileCommand.cxx
|
ENH: if Xcode21 is installed then create 21 compatible project files
|
2005-07-19 16:40:44 -04:00 |
cmFileCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindFileCommand.cxx
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
cmFindFileCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindLibraryCommand.cxx
|
…
|
|
cmFindLibraryCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindPackageCommand.cxx
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindPackageCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindPathCommand.cxx
|
…
|
|
cmFindPathCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmFindProgramCommand.cxx
|
…
|
|
cmFindProgramCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05: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
|
ENH: Cleanups
|
2004-02-22 13:14:59 -05:00 |
cmGetCMakePropertyCommand.h
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
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
|
Several fixes/improvements:
|
2003-02-07 14:04:16 -05:00 |
cmGetFilenameComponentCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmGetSourceFilePropertyCommand.cxx
|
ENH: Cleanups
|
2004-02-22 13:14:59 -05:00 |
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 |
cmGlob.cxx
|
ENH: Remove double slash
|
2004-09-15 14:08:09 -04:00 |
cmGlob.h
|
ENH: Remove double slash
|
2004-09-15 14:08:09 -04:00 |
cmGlobalBorlandMakefileGenerator.cxx
|
ENH: added new generator
|
2005-05-12 10:49:56 -04:00 |
cmGlobalBorlandMakefileGenerator.h
|
ENH: try to initialize all languages at the same time
|
2004-08-27 08:41:07 -04:00 |
cmGlobalGenerator.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 |
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 static build of vtk with cmake by having custom targets chain depend information
|
2005-07-15 11:38:19 -04:00 |
cmGlobalUnixMakefileGenerator3.h
|
ENH: fix static build of vtk with cmake by having custom targets chain depend information
|
2005-07-15 11:38:19 -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: 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.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
|
ENH: add support for VCExpress 2005
|
2004-07-05 12:16:33 -04:00 |
cmGlobalVisualStudio8Generator.h
|
ENH: add support for VCExpress 2005
|
2004-07-05 12:16:33 -04:00 |
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: fix warning
|
2005-07-20 22:23:14 -04:00 |
cmGlobalXCodeGenerator.h
|
ENH: if Xcode21 is installed then create 21 compatible project files
|
2005-07-19 16:40:44 -04:00 |
cmITKWrapTclCommand.cxx
|
ENH: replace brackets with more generic find
|
2005-06-16 10:23:43 -04:00 |
cmITKWrapTclCommand.h
|
…
|
|
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmIncludeDirectoryCommand.cxx
|
ENH: add a check for empty include directories
|
2004-10-28 15:40:24 -04:00 |
cmIncludeDirectoryCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmIncludeExternalMSProjectCommand.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmIncludeExternalMSProjectCommand.h
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
cmIncludeRegularExpressionCommand.cxx
|
…
|
|
cmIncludeRegularExpressionCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmInstallFilesCommand.cxx
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
cmInstallFilesCommand.h
|
ENH: Since install works on Windows too, remove the UNIX
|
2004-07-30 15:50:44 -04:00 |
cmInstallProgramsCommand.cxx
|
BUG: Added FILES mode to INSTALL_PROGRAMS command to make the single argument case unambiguous.
|
2005-03-01 12:13:38 -05:00 |
cmInstallProgramsCommand.h
|
BUG: Added FILES mode to INSTALL_PROGRAMS command to make the single argument case unambiguous.
|
2005-03-01 12:13:38 -05:00 |
cmInstallTargetsCommand.cxx
|
…
|
|
cmInstallTargetsCommand.h
|
ENH: Since install works on Windows too, remove the UNIX
|
2004-07-30 15:50:44 -04:00 |
cmLinkDirectoriesCommand.cxx
|
…
|
|
cmLinkDirectoriesCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmLinkLibrariesCommand.cxx
|
BUG: Fixed crash when optimized/debug argument is not followed by a value.
|
2004-07-29 11:45:14 -04:00 |
cmLinkLibrariesCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmListFileCache.cxx
|
BUG: project command should also work with lower case
|
2005-07-06 15:25:05 -04:00 |
cmListFileCache.h
|
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
|
2004-08-04 10:45:11 -04:00 |
cmListFileLexer.c
|
COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. It was producing a warning about unreachable code.
|
2005-03-15 08:14:35 -05:00 |
cmListFileLexer.h
|
BUG#1049: Added error message when file ends in an unterminated string.
|
2004-08-31 18:39:42 -04:00 |
cmListFileLexer.in.l
|
COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. It was producing a warning about unreachable code.
|
2005-03-15 08:14:35 -05:00 |
cmLoadCacheCommand.cxx
|
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
2004-09-29 16:07:07 -04:00 |
cmLoadCacheCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmLoadCommandCommand.cxx
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmLoadCommandCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmLocalGenerator.cxx
|
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
2005-07-20 15:44:55 -04:00 |
cmLocalGenerator.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 |
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
|
ENH: remove commented code
|
2005-07-15 11:37:25 -04:00 |
cmLocalUnixMakefileGenerator3.h
|
BUG: fix for bootstrap problem
|
2005-07-06 16:16:12 -04:00 |
cmLocalVisualStudio6Generator.cxx
|
BUG: revert part of patch that set executable debug prefix as it breaks too much stuff
|
2005-07-13 16:49:51 -04:00 |
cmLocalVisualStudio6Generator.h
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmLocalVisualStudio7Generator.cxx
|
BUG: remove part of patch from bug 1965 that set executable paths
|
2005-07-13 16:57:29 -04:00 |
cmLocalVisualStudio7Generator.h
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmLocalXCodeGenerator.cxx
|
ENH: initial xcode stuff
|
2005-01-24 17:35:54 -05:00 |
cmLocalXCodeGenerator.h
|
ENH: initial xcode stuff
|
2005-01-24 17:35:54 -05:00 |
cmMacroCommand.cxx
|
ENH: revert back to string replacement version
|
2005-07-05 10:08:46 -04:00 |
cmMacroCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
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
|
ENH: Make more commands scriptable
|
2004-02-22 22:07:02 -05:00 |
cmMakefile.cxx
|
BUG: fix for bug 1850 wrapping can leave out files if they are a substring of another file
|
2005-07-14 15:12:02 -04:00 |
cmMakefile.h
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
cmMarkAsAdvancedCommand.cxx
|
…
|
|
cmMarkAsAdvancedCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05: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
|
…
|
|
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmOrderLinkDirectories.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 |
cmOrderLinkDirectories.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 |
cmOutputRequiredFilesCommand.cxx
|
Implement GetLineFromStream that actually works and use it instead of getline
|
2003-03-27 12:24:30 -05:00 |
cmOutputRequiredFilesCommand.h
|
…
|
|
cmProjectCommand.cxx
|
ENH: Added CMAKE_PROJECT_NAME variable to play the role of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR for the top-level project name.
|
2005-02-22 15:31:02 -05:00 |
cmProjectCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmQTWrapCPPCommand.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05: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
|
BUG: fix broken command
|
2003-03-21 11:24:09 -05:00 |
cmRemoveCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmRemoveDefinitionsCommand.cxx
|
…
|
|
cmRemoveDefinitionsCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSeparateArgumentsCommand.cxx
|
…
|
|
cmSeparateArgumentsCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSetCommand.cxx
|
BUG: Remove memory leak
|
2005-06-03 14:17:59 -04:00 |
cmSetCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSetDirectoryPropertiesCommand.cxx
|
ENH: Implement additional make clean files as a directory property instead of cmake variable
|
2004-05-20 16:56:34 -04:00 |
cmSetDirectoryPropertiesCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSetSourceFilesPropertiesCommand.cxx
|
ENH: Cleanups
|
2004-02-22 13:14:59 -05:00 |
cmSetSourceFilesPropertiesCommand.h
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
cmSetTargetPropertiesCommand.cxx
|
…
|
|
cmSetTargetPropertiesCommand.h
|
ENH: Added documentation of VERSION and SOVERSION properties.
|
2005-06-20 11:54:12 -04:00 |
cmSiteNameCommand.cxx
|
…
|
|
cmSiteNameCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSubdirCommand.cxx
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmSubdirCommand.h
|
clean up documentation
|
2004-06-16 09:45:16 -04:00 |
cmSubdirDependsCommand.cxx
|
…
|
|
cmSubdirDependsCommand.h
|
…
|
|
cmSystemTools.cxx
|
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
|
2005-05-03 14:58:13 -04:00 |
cmSystemTools.h
|
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
|
2005-02-17 11:28:13 -05:00 |
cmTarget.cxx
|
ENH: added Alexander's target property TYPE
|
2005-07-01 10:57:39 -04:00 |
cmTarget.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 |
cmTargetLinkLibrariesCommand.cxx
|
BUG: Fixed crash when optimized/debug argument is not followed by a value.
|
2004-07-29 11:45:14 -04:00 |
cmTargetLinkLibrariesCommand.h
|
…
|
|
cmTest.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 |
cmTest.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 |
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
|
ENH: fix for 1450
|
2005-02-09 23:00:16 -05:00 |
cmUseMangledMesaCommand.cxx
|
ENH: add better error reporting for file open failures
|
2004-09-07 16:55:25 -04:00 |
cmUseMangledMesaCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmUtilitySourceCommand.cxx
|
ENH: use GetRequiredDefinition instead of GetDefinition and crash
|
2004-08-11 16:58:09 -04:00 |
cmUtilitySourceCommand.h
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmVTKMakeInstantiatorCommand.cxx
|
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
2004-11-03 07:51:51 -05:00 |
cmVTKMakeInstantiatorCommand.h
|
…
|
|
cmVTKWrapJavaCommand.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmVTKWrapJavaCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmVTKWrapPythonCommand.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmVTKWrapPythonCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
cmVTKWrapTclCommand.cxx
|
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
2005-02-22 10:32:44 -05:00 |
cmVTKWrapTclCommand.h
|
ENH: Add classname to commands
|
2005-06-16 14:05:22 -04:00 |
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
|
ENH: Add remove watch
|
2003-08-07 16:26:07 -04:00 |
cmVersion.cxx
|
STYLE: Nightly Version update
|
2005-07-21 10:26:03 -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 |
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
|
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
2005-03-18 10:41:41 -05:00 |
cmWin32ProcessExecution.cxx
|
BUG: make sure handles are always closed even if Wait is not called.
|
2005-01-17 14:29:11 -05:00 |
cmWin32ProcessExecution.h
|
BUG: make sure handles are always closed even if Wait is not called.
|
2005-01-17 14:29:11 -05:00 |
cmWriteFileCommand.cxx
|
STYLE: Fix typos
|
2005-07-06 15:51:11 -04:00 |
cmWriteFileCommand.h
|
…
|
|
cmXCodeObject.cxx
|
ENH: fix bug in target linking
|
2005-02-07 17:36:34 -05:00 |
cmXCodeObject.h
|
ENH: more tests are passing, relative paths, and external objects are the ones left now
|
2005-02-17 17:54:14 -05:00 |
cmXMLParser.cxx
|
COMP: Try to resolve compile errors because of missing includes and wrong include path
|
2005-01-18 15:54:20 -05:00 |
cmXMLParser.h
|
ENH: Add XML parser
|
2005-01-18 13:41:23 -05:00 |
cmake.cxx
|
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 |
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 |
cmakemain.cxx
|
BUG: fix CommandLine test problems with spaces and testing for the return value
|
2005-02-16 13:15:25 -05:00 |
cmaketest.h.in
|
BUG: Fix some dependencies for location of executables
|
2003-05-05 08:42:44 -04:00 |
cmakewizard.cxx
|
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
2004-09-29 16:07:07 -04:00 |
cmakewizard.h
|
COMP: Remove warning
|
2005-04-26 11:15:33 -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 a way to submit extra files to the dashboard
|
2005-07-18 12:53:48 -04:00 |