.. |
CPack
|
STYLE: fix someones line length
|
2007-02-22 09:44:27 -05:00 |
CTest
|
STYLE: Fixed line-too-long.
|
2007-02-02 09:11:39 -05:00 |
CursesDialog
|
ENH: fix warning
|
2006-11-29 17:25:46 -05:00 |
FLTKDialog
|
ENH: try to find a gui for the Mac
|
2005-09-23 17:47:46 -04:00 |
MFCDialog
|
ENH: fix compiler warnings
|
2007-03-05 09:51:13 -05:00 |
WXDialog
|
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
|
2006-07-21 15:43:19 -04:00 |
kwsys
|
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. It does not seem to be doing the proper auto_ptr_ref conversions. Instead use the const_cast work-around on this platform.
|
2007-03-09 16:58:08 -05:00 |
.cvsignore
|
…
|
|
CMakeLists.txt
|
ENH: Enable SubDirSpaces test when building with bootstrapped cmake.
|
2007-03-08 13:13:58 -05:00 |
cmAddCustomCommandCommand.cxx
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
2006-10-04 15:24:26 -04:00 |
cmAddCustomCommandCommand.h
|
BUG: COMMENT was missing from docs.
|
2006-10-04 18:09:43 -04:00 |
cmAddCustomTargetCommand.cxx
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
2006-10-04 18:10:30 -04:00 |
cmAddCustomTargetCommand.h
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
2006-10-04 18:10:30 -04:00 |
cmAddDefinitionsCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmAddDefinitionsCommand.h
|
STYLE: Fix some style issues
|
2006-03-10 13:06:26 -05:00 |
cmAddDependenciesCommand.cxx
|
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
2007-02-07 11:49:42 -05:00 |
cmAddDependenciesCommand.h
|
ENH: Clarified documentation further.
|
2005-08-03 16:10:59 -04:00 |
cmAddExecutableCommand.cxx
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
2006-10-02 12:01:20 -04:00 |
cmAddExecutableCommand.h
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
2006-10-02 12:01:20 -04:00 |
cmAddLibraryCommand.cxx
|
BUG: fix for bad argument handling
|
2007-01-04 16:03:41 -05:00 |
cmAddLibraryCommand.h
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
2006-10-02 12:01:20 -04:00 |
cmAddSubDirectoryCommand.cxx
|
BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592.
|
2006-08-31 16:40:38 -04:00 |
cmAddSubDirectoryCommand.h
|
STYLE: fix docs
|
2005-11-16 10:16:57 -05:00 |
cmAddTestCommand.cxx
|
STYLE: fix line length
|
2006-05-10 13:50:44 -04:00 |
cmAddTestCommand.h
|
BUG: fix for bug#3775
|
2006-10-03 13:45:41 -04:00 |
cmAuxSourceDirectoryCommand.cxx
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmAuxSourceDirectoryCommand.h
|
STYLE: fix line length
|
2006-05-10 13:56:27 -04:00 |
cmBootstrapCommands.cxx
|
BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers.
|
2007-03-03 12:16:35 -05:00 |
cmBuildCommand.cxx
|
ENH: Pass -C flag to cmake to generate the apropriate build command
|
2006-07-09 13:18:15 -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
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmBuildNameCommand.h
|
STYLE: Fixed line-too-long warning.
|
2006-09-01 09:51:28 -04:00 |
cmCMakeMinimumRequired.cxx
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
2006-11-29 15:59:16 -05:00 |
cmCMakeMinimumRequired.h
|
ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems.
|
2006-02-14 17:16:14 -05:00 |
cmCPluginAPI.cxx
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmCPluginAPI.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmCTest.cxx
|
BUG: fix in the timeout code
|
2007-01-29 12:42:33 -05:00 |
cmCTest.h
|
ENH: added per test timeout support
|
2007-01-25 11:16:16 -05:00 |
cmCacheManager.cxx
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
2006-11-29 15:59:16 -05:00 |
cmCacheManager.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmCommand.h
|
ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
|
2006-08-31 13:20:12 -04:00 |
cmCommandArgumentLexer.cxx
|
COMP: Removed yyunput function to avoid warning.
|
2006-09-25 18:33:27 -04:00 |
cmCommandArgumentLexer.h
|
BUG: Character + should be valid in a variable name.
|
2006-09-25 10:05:07 -04:00 |
cmCommandArgumentLexer.in.l
|
BUG: Character + should be valid in a variable name.
|
2006-09-25 10:05:07 -04:00 |
cmCommandArgumentParser.cxx
|
COMP: shut up warnings
|
2007-03-05 10:36:06 -05:00 |
cmCommandArgumentParser.y
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
2006-10-04 14:37:42 -04:00 |
cmCommandArgumentParserHelper.cxx
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
2007-02-09 13:44:37 -05:00 |
cmCommandArgumentParserHelper.h
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
2007-02-09 13:44:37 -05:00 |
cmCommandArgumentParserTokens.h
|
STYLE: fix line length
|
2006-05-10 14:15:15 -04:00 |
cmCommands.cxx
|
BUG: cmCreateTestSourceList command is needed at boostrap time because KWSys now uses test drivers.
|
2007-03-03 12:16:35 -05:00 |
cmCommands.h
|
ENH: split up cmCommands into two files
|
2005-01-21 10:27:51 -05:00 |
cmConfigure.cmake.h.in
|
ENH: add rc to version stuff
|
2006-11-28 16:09:21 -05:00 |
cmConfigureFileCommand.cxx
|
STYLE: fix line length
|
2006-05-10 14:15:15 -04:00 |
cmConfigureFileCommand.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmCreateTestSourceList.cxx
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmCreateTestSourceList.h
|
STYLE: fix line length
|
2006-05-10 14:15:15 -04:00 |
cmCustomCommand.cxx
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
2006-10-04 15:24:26 -04:00 |
cmCustomCommand.h
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
2006-10-04 15:24:26 -04:00 |
cmData.h
|
ENH: a warning fix and some more cleanup
|
2006-03-16 09:33:23 -05:00 |
cmDefinePropertyCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmDefinePropertyCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmDepends.cxx
|
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
|
2006-05-25 09:47:30 -04:00 |
cmDepends.h
|
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
|
2006-05-25 09:47:30 -04:00 |
cmDependsC.cxx
|
STYLE: Fixed line-too-long.
|
2007-02-07 09:23:41 -05:00 |
cmDependsC.h
|
BUG: Patch from Alex to recompute dependencies when the include regex changes. This addresses bug#4168.
|
2007-02-05 09:48:38 -05:00 |
cmDependsFortran.cxx
|
STYLE: fix line length
|
2006-05-10 14:54:46 -04:00 |
cmDependsFortran.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmDependsFortranLexer.cxx
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
cmDependsFortranLexer.h
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
cmDependsFortranLexer.in.l
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
cmDependsFortranParser.cxx
|
COMP: shut up warnings
|
2007-03-05 10:36:06 -05:00 |
cmDependsFortranParser.h
|
STYLE: fix line length
|
2006-05-15 10:19:57 -04:00 |
cmDependsFortranParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
cmDependsFortranParserTokens.h
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
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
|
ENH: merge in changes for beos support
|
2006-12-04 17:26:41 -05:00 |
cmDependsJavaLexer.h
|
ENH: merge in changes for beos support
|
2006-12-04 17:26:41 -05:00 |
cmDependsJavaLexer.in.l
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
2006-08-08 14:00:28 -04:00 |
cmDependsJavaParser.cxx
|
COMP: shut up warnings
|
2007-03-05 10:36:06 -05:00 |
cmDependsJavaParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
cmDependsJavaParserHelper.cxx
|
STYLE: fix line length
|
2006-05-10 15:01:22 -04:00 |
cmDependsJavaParserHelper.h
|
STYLE: fix line length
|
2006-05-10 15:01:22 -04:00 |
cmDependsJavaParserTokens.h
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
cmDocumentation.cxx
|
BUG: Patch from Alex to fix single-command help broken by previous patch.
|
2007-02-06 15:05:56 -05:00 |
cmDocumentation.h
|
COMP: Fix void return failure.
|
2007-02-02 14:13:51 -05:00 |
cmDumpDocumentation.cxx
|
STYLE: fix line length
|
2006-05-10 15:01:22 -04:00 |
cmDynamicLoader.cxx
|
BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
|
2006-03-16 17:09:08 -05:00 |
cmDynamicLoader.h
|
BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
|
2006-03-16 17:09:08 -05:00 |
cmElseCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmElseCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmElseIfCommand.cxx
|
ENH: added elseif
|
2006-09-22 11:23:51 -04:00 |
cmElseIfCommand.h
|
ENH: added elseif
|
2006-09-22 11:23:51 -04:00 |
cmEnableLanguageCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmEnableLanguageCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmEnableTestingCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmEnableTestingCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmEndForEachCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmEndForEachCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmEndIfCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmEndIfCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmEndMacroCommand.cxx
|
ENH: added endmacro command
|
2006-10-03 14:40:22 -04:00 |
cmEndMacroCommand.h
|
ENH: added endmacro command
|
2006-10-03 14:40:22 -04:00 |
cmEndWhileCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmEndWhileCommand.h
|
STYLE: fix docs
|
2005-11-16 10:37:02 -05:00 |
cmExecProgramCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmExecProgramCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmExecuteProcessCommand.cxx
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
2006-10-16 11:32:28 -04:00 |
cmExecuteProcessCommand.h
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
2006-10-16 11:32:28 -04:00 |
cmExportLibraryDependencies.cxx
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmExportLibraryDependencies.h
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmExprLexer.cxx
|
COMP: Attempt to fix aix build
|
2006-08-23 12:02:30 -04:00 |
cmExprLexer.h
|
STYLE: fix line length
|
2006-05-10 15:08:38 -04:00 |
cmExprLexer.in.l
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
2006-08-08 14:00:28 -04:00 |
cmExprParser.cxx
|
COMP: shut up warnings
|
2007-03-05 10:36:06 -05:00 |
cmExprParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
cmExprParserHelper.cxx
|
STYLE: fix line length
|
2006-05-11 10:45:33 -04:00 |
cmExprParserHelper.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmExprParserTokens.h
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
cmFLTKWrapUICommand.cxx
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmFLTKWrapUICommand.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmFileCommand.cxx
|
COMP: fix warnings
|
2007-03-02 10:48:58 -05:00 |
cmFileCommand.h
|
ENH: added LIMIT on file read
|
2007-03-01 15:53:09 -05:00 |
cmFileTimeComparison.cxx
|
STYLE: fix line length
|
2006-05-10 15:46:45 -04:00 |
cmFileTimeComparison.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmFindBase.cxx
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
2006-12-28 15:31:47 -05:00 |
cmFindBase.h
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
2006-12-28 15:31:47 -05:00 |
cmFindFileCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:46:45 -04:00 |
cmFindFileCommand.h
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
cmFindLibraryCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
2006-07-18 15:21:26 -04:00 |
cmFindLibraryCommand.h
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
cmFindPackageCommand.cxx
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
2006-10-26 11:39:56 -04:00 |
cmFindPackageCommand.h
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
2006-10-26 11:39:56 -04:00 |
cmFindPathCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
2006-07-18 15:21:26 -04:00 |
cmFindPathCommand.h
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
cmFindProgramCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
2006-07-18 15:21:26 -04:00 |
cmFindProgramCommand.h
|
ENH: add patch for finding applications on OSX
|
2006-04-13 11:00:52 -04:00 |
cmForEachCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmForEachCommand.h
|
ENH: allow loose loop constructs
|
2006-05-18 13:50:01 -04:00 |
cmFunctionBlocker.h
|
ERR: Fixed unused parameter warning.
|
2002-12-13 09:18:01 -05:00 |
cmGeneratedFileStream.cxx
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
2006-10-19 15:00:10 -04:00 |
cmGeneratedFileStream.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmGetCMakePropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmGetCMakePropertyCommand.h
|
ENH: Make commands scriptable
|
2005-12-07 11:39:08 -05:00 |
cmGetDirectoryPropertyCommand.cxx
|
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
|
2006-10-16 15:18:03 -04:00 |
cmGetDirectoryPropertyCommand.h
|
ENH: added some new functionality
|
2006-03-22 14:06:52 -05:00 |
cmGetFilenameComponentCommand.cxx
|
STYLE: fix line length
|
2006-05-10 15:56:00 -04:00 |
cmGetFilenameComponentCommand.h
|
STYLE: fix line length
|
2006-05-10 15:56:00 -04:00 |
cmGetSourceFilePropertyCommand.cxx
|
ENH: added some new functionality
|
2006-03-22 14:06:52 -05:00 |
cmGetSourceFilePropertyCommand.h
|
STYLE: fix line length
|
2006-05-10 15:56:00 -04:00 |
cmGetTargetPropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmGetTargetPropertyCommand.h
|
ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250.
|
2006-09-29 16:42:58 -04:00 |
cmGetTestPropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmGetTestPropertyCommand.h
|
ENH: added some documentation on how to find the default properties of a test
|
2007-02-23 09:54:55 -05:00 |
cmGlobalBorlandMakefileGenerator.cxx
|
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
|
2007-03-08 13:05:02 -05:00 |
cmGlobalBorlandMakefileGenerator.h
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
cmGlobalGenerator.cxx
|
ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories.
|
2007-03-07 15:15:46 -05:00 |
cmGlobalGenerator.h
|
ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories.
|
2007-03-07 15:15:46 -05:00 |
cmGlobalKdevelopGenerator.cxx
|
BUG: fix for 4186, kdevelop adding file twice
|
2007-01-25 15:44:52 -05:00 |
cmGlobalKdevelopGenerator.h
|
ENH: apply patch from Alex to support some more kdevelop stuff
|
2006-02-18 11:03:36 -05:00 |
cmGlobalMSYSMakefileGenerator.cxx
|
BUG: bug#3789 add msys for the msys generator
|
2006-10-03 13:35:07 -04:00 |
cmGlobalMSYSMakefileGenerator.h
|
STYLE: fix line length
|
2006-05-12 10:46:50 -04:00 |
cmGlobalMinGWMakefileGenerator.cxx
|
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
2006-10-13 10:22:45 -04:00 |
cmGlobalMinGWMakefileGenerator.h
|
STYLE: fix line length
|
2006-05-11 10:40:28 -04:00 |
cmGlobalNMakeMakefileGenerator.cxx
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
2006-10-04 18:52:29 -04:00 |
cmGlobalNMakeMakefileGenerator.h
|
STYLE: fix line length
|
2006-05-11 10:40:28 -04:00 |
cmGlobalUnixMakefileGenerator3.cxx
|
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing.
|
2007-03-08 11:10:21 -05:00 |
cmGlobalUnixMakefileGenerator3.h
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
2006-12-14 14:30:41 -05:00 |
cmGlobalVisualStudio6Generator.cxx
|
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
|
2007-03-05 13:01:02 -05:00 |
cmGlobalVisualStudio6Generator.h
|
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
2006-06-01 15:51:24 -04:00 |
cmGlobalVisualStudio7Generator.cxx
|
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
|
2007-03-05 13:01:02 -05:00 |
cmGlobalVisualStudio7Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
cmGlobalVisualStudio8Generator.cxx
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
cmGlobalVisualStudio8Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
cmGlobalVisualStudio8Win64Generator.cxx
|
STYLE: fix line length
|
2006-05-11 11:47:03 -04:00 |
cmGlobalVisualStudio8Win64Generator.h
|
STYLE: fix line length
|
2006-05-11 11:47:03 -04:00 |
cmGlobalVisualStudio71Generator.cxx
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
cmGlobalVisualStudio71Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
2006-11-09 09:57:23 -05:00 |
cmGlobalWatcomWMakeGenerator.cxx
|
ENH: remove unused variable
|
2007-02-21 12:19:51 -05:00 |
cmGlobalWatcomWMakeGenerator.h
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
cmGlobalXCode21Generator.cxx
|
STYLE: fix line length
|
2006-05-11 11:47:03 -04:00 |
cmGlobalXCode21Generator.h
|
STYLE: fix line length
|
2006-05-11 11:47:03 -04:00 |
cmGlobalXCodeGenerator.cxx
|
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240.
|
2007-03-08 15:24:01 -05:00 |
cmGlobalXCodeGenerator.h
|
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240.
|
2007-03-08 15:24:01 -05:00 |
cmIfCommand.cxx
|
ENH: fix a warning and a nice fix to the IF command
|
2006-12-12 10:07:20 -05:00 |
cmIfCommand.h
|
STYLE: improve IF documentation to cover elseif
|
2007-01-26 15:06:07 -05:00 |
cmIncludeCommand.cxx
|
STYLE: fix line length
|
2006-05-11 15:50:11 -04:00 |
cmIncludeCommand.h
|
STYLE: fix docs
|
2005-11-16 14:11:09 -05:00 |
cmIncludeDirectoryCommand.cxx
|
STYLE: Fix line-too-long.
|
2007-03-08 08:46:03 -05:00 |
cmIncludeDirectoryCommand.h
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
2007-03-07 11:03:57 -05:00 |
cmIncludeExternalMSProjectCommand.cxx
|
BUG: Move hack from old cmMakefile::AddUtilityTarget to this command directly. There really needs to be a better way to represent external project targets.
|
2006-09-28 17:35:24 -04:00 |
cmIncludeExternalMSProjectCommand.h
|
STYLE: fix line length
|
2006-05-11 15:50:11 -04:00 |
cmIncludeRegularExpressionCommand.cxx
|
STYLE: fix line length
|
2006-05-11 15:50:11 -04:00 |
cmIncludeRegularExpressionCommand.h
|
STYLE: fix line length
|
2006-05-11 15:50:11 -04:00 |
cmInstallCommand.cxx
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
cmInstallCommand.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
cmInstallDirectoryGenerator.cxx
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
cmInstallDirectoryGenerator.h
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
cmInstallFilesCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmInstallFilesCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmInstallFilesGenerator.cxx
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
cmInstallFilesGenerator.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
cmInstallGenerator.cxx
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
cmInstallGenerator.h
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
2006-08-21 16:55:03 -04:00 |
cmInstallProgramsCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmInstallProgramsCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmInstallScriptGenerator.cxx
|
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
2006-04-12 22:04:50 -04:00 |
cmInstallScriptGenerator.h
|
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
2006-04-12 22:04:50 -04:00 |
cmInstallTargetGenerator.cxx
|
ENH: Added implib option to cmTarget::GetDirectory to support a separate directory containing the import library. This is an incremental step for bug#4210.
|
2007-03-09 09:30:16 -05:00 |
cmInstallTargetGenerator.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
2006-10-05 11:31:57 -04:00 |
cmInstallTargetsCommand.cxx
|
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827.
|
2006-08-31 10:47:00 -04:00 |
cmInstallTargetsCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmLinkDirectoriesCommand.cxx
|
STYLE: fix line length
|
2006-05-12 11:56:09 -04:00 |
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
|
STYLE: fix line length
|
2006-05-12 11:56:09 -04:00 |
cmLinkLibrariesCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmListCommand.cxx
|
STYLE: Fixed line-too-long.
|
2006-08-26 10:29:11 -04:00 |
cmListCommand.h
|
BUG: Add missing API
|
2006-08-22 10:16:46 -04:00 |
cmListFileCache.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
cmListFileCache.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmListFileLexer.c
|
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
2006-08-09 09:45:04 -04: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: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
2006-08-09 09:45:04 -04:00 |
cmLoadCacheCommand.cxx
|
STYLE: fix line length
|
2006-05-12 11:56:09 -04:00 |
cmLoadCacheCommand.h
|
STYLE: fix docs
|
2005-11-16 14:41:10 -05:00 |
cmLoadCommandCommand.cxx
|
COMP: Added missing includes. This partially addresses bug#3556.
|
2006-08-01 14:31:24 -04:00 |
cmLoadCommandCommand.h
|
STYLE: fix line length
|
2006-05-12 11:56:09 -04:00 |
cmLocalGenerator.cxx
|
BUG: Use real path subdirectory check instead of substring comparison to identify when paths are below the relative path tops. Otherwise when the build tree is next to the source tree with the same name plus a suffix the relative path from the binary to source tree is allowed even though it goes outside cmake-managed directories.
|
2007-03-09 17:15:13 -05:00 |
cmLocalGenerator.h
|
ENH: SetupPathConversions is now called automatically on demand.
|
2007-03-08 08:38:40 -05:00 |
cmLocalUnixMakefileGenerator3.cxx
|
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
2007-03-08 14:57:28 -05:00 |
cmLocalUnixMakefileGenerator3.h
|
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
2007-03-08 14:57:28 -05:00 |
cmLocalVisualStudio6Generator.cxx
|
STYLE: Fix line-too-long.
|
2007-03-10 06:56:11 -05:00 |
cmLocalVisualStudio6Generator.h
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
cmLocalVisualStudio7Generator.cxx
|
ENH: Added implib option to cmTarget::GetDirectory to support a separate directory containing the import library. This is an incremental step for bug#4210.
|
2007-03-09 09:30:16 -05:00 |
cmLocalVisualStudio7Generator.h
|
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
2007-03-08 14:57:28 -05:00 |
cmLocalVisualStudioGenerator.cxx
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
cmLocalVisualStudioGenerator.h
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
cmLocalXCodeGenerator.cxx
|
STYLE: fix line length issues
|
2007-02-17 08:46:25 -05:00 |
cmLocalXCodeGenerator.h
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
cmMacroCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmMacroCommand.h
|
ENH: always compile progress
|
2006-05-23 09:11:46 -04:00 |
cmMakeDepend.cxx
|
BUG: some UNIX fixes for my m_ commit
|
2006-03-15 11:38:47 -05:00 |
cmMakeDepend.h
|
STYLE: fix line length
|
2006-05-12 12:29:09 -04:00 |
cmMakeDirectoryCommand.cxx
|
ENH: Allow blocking of writing into the source tree
|
2006-03-22 14:40:36 -05:00 |
cmMakeDirectoryCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmMakefile.cxx
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
2007-03-07 11:03:57 -05:00 |
cmMakefile.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmMakefileExecutableTargetGenerator.cxx
|
BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::GetDirectory(). This is an incremental step for bug#2240.
|
2007-03-09 14:50:11 -05:00 |
cmMakefileExecutableTargetGenerator.h
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
2006-09-28 16:40:35 -04:00 |
cmMakefileLibraryTargetGenerator.cxx
|
ENH: Do not compute a path name for the import library if there is no import library. This simplifies tracking down problems with trying to create import libraries for MODULEs.
|
2007-03-09 13:56:45 -05:00 |
cmMakefileLibraryTargetGenerator.h
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
2006-09-28 16:40:35 -04:00 |
cmMakefileTargetGenerator.cxx
|
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink.
|
2007-03-09 11:29:15 -05:00 |
cmMakefileTargetGenerator.h
|
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink.
|
2007-03-09 11:29:15 -05:00 |
cmMakefileUtilityTargetGenerator.cxx
|
BUG: fix for build order
|
2007-03-02 14:31:04 -05:00 |
cmMakefileUtilityTargetGenerator.h
|
BUG: fix for build order
|
2007-03-02 14:31:04 -05:00 |
cmMarkAsAdvancedCommand.cxx
|
STYLE: fix line length
|
2006-05-12 12:29:09 -04:00 |
cmMarkAsAdvancedCommand.h
|
STYLE: fix docs
|
2005-11-17 09:31:43 -05:00 |
cmMathCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmMathCommand.h
|
STYLE: fix line length
|
2006-05-12 12:29:09 -04:00 |
cmMessageCommand.cxx
|
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
2006-10-06 11:11:59 -04:00 |
cmMessageCommand.h
|
STYLE: grammer fix
|
2006-01-27 12:58:34 -05:00 |
cmObject.h
|
STYLE: fix line length
|
2006-05-12 13:39:34 -04:00 |
cmOptionCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:39:34 -04:00 |
cmOptionCommand.h
|
STYLE: spelling fix
|
2006-01-27 12:58:53 -05:00 |
cmOrderLinkDirectories.cxx
|
ENH: clean up comment and avoid some vector access calles
|
2006-11-30 17:50:40 -05:00 |
cmOrderLinkDirectories.h
|
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
2006-10-05 15:08:20 -04:00 |
cmOutputRequiredFilesCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:39:34 -04:00 |
cmOutputRequiredFilesCommand.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmProjectCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:44:15 -04:00 |
cmProjectCommand.h
|
ENH: fix line length style stuff
|
2006-03-10 11:13:15 -05:00 |
cmProperty.cxx
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
cmProperty.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
cmPropertyDefinition.cxx
|
ENH: fix compiler warning
|
2006-12-05 10:38:36 -05:00 |
cmPropertyDefinition.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
cmPropertyDefinitionMap.cxx
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
cmPropertyDefinitionMap.h
|
STYLE: fix line length
|
2006-12-04 11:04:16 -05:00 |
cmPropertyMap.cxx
|
ENH: change STRICT to CMAKE_STRICT
|
2007-01-04 13:02:43 -05:00 |
cmPropertyMap.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
2006-12-01 13:35:21 -05:00 |
cmQTWrapCPPCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:44:15 -04:00 |
cmQTWrapCPPCommand.h
|
STYLE: fix line length
|
2006-05-15 10:19:57 -04:00 |
cmQTWrapUICommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:44:15 -04:00 |
cmQTWrapUICommand.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmRemoveCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmRemoveCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmRemoveDefinitionsCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:44:15 -04:00 |
cmRemoveDefinitionsCommand.h
|
ENH: fix line length style stuff
|
2006-03-10 11:13:15 -05:00 |
cmSeparateArgumentsCommand.cxx
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
2007-03-07 11:03:57 -05:00 |
cmSeparateArgumentsCommand.h
|
STYLE: fix line length
|
2006-05-12 13:53:21 -04:00 |
cmSetCommand.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
cmSetCommand.h
|
STYLE: fix docs
|
2005-11-17 10:28:35 -05:00 |
cmSetDirectoryPropertiesCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmSetDirectoryPropertiesCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmSetPropertiesCommand.cxx
|
ENH: fix a warning and a nice fix to the IF command
|
2006-12-12 10:07:20 -05:00 |
cmSetPropertiesCommand.h
|
ENH: improve SetProperties and fix a couple warnings
|
2006-12-11 10:26:10 -05:00 |
cmSetSourceFilesPropertiesCommand.cxx
|
ENH: improve SetProperties and fix a couple warnings
|
2006-12-11 10:26:10 -05:00 |
cmSetSourceFilesPropertiesCommand.h
|
ENH: fix documentation to include source language property
|
2007-02-06 16:03:41 -05:00 |
cmSetTargetPropertiesCommand.cxx
|
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
2007-02-07 11:49:42 -05:00 |
cmSetTargetPropertiesCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmSetTestsPropertiesCommand.cxx
|
BUG: fix bad comparison
|
2006-12-07 16:31:56 -05:00 |
cmSetTestsPropertiesCommand.h
|
ENH: implements SetProperties for TEST
|
2006-12-07 14:54:15 -05:00 |
cmSiteNameCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:53:21 -04:00 |
cmSiteNameCommand.h
|
ENH: Make commands scriptable
|
2005-12-07 11:39:08 -05:00 |
cmSourceFile.cxx
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmSourceFile.h
|
ENH: allow source file properties to chain to Directories and up
|
2006-12-13 12:19:59 -05:00 |
cmSourceGroup.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmSourceGroup.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmSourceGroupCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmSourceGroupCommand.h
|
STYLE: fix line length
|
2006-05-12 13:53:21 -04:00 |
cmStandardIncludes.h
|
COMP: Fix warnings in system headers on VS6.
|
2006-08-29 10:27:50 -04:00 |
cmStandardLexer.h
|
COMP: Add missing malloc.h include for QNX.
|
2006-08-24 09:34:53 -04:00 |
cmStringCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:53:21 -04:00 |
cmStringCommand.h
|
ENH: fix line length style stuff
|
2006-03-10 11:13:15 -05:00 |
cmSubdirCommand.cxx
|
STYLE: fix line length
|
2006-05-12 13:53:21 -04:00 |
cmSubdirCommand.h
|
BUG: remove early ;
|
2007-01-25 17:05:55 -05: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
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmSystemTools.cxx
|
ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping.
|
2007-03-08 11:49:26 -05:00 |
cmSystemTools.h
|
ENH: Added ConvertToOutputSlashes method to convert slashes with the same policy as ConvertToOutputPath but without escaping.
|
2007-03-08 11:49:26 -05:00 |
cmTarget.cxx
|
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and RUNTIME_OUTPUT_DIRECTORY. If set these override EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for a specific target. They can be used to distribute target files in the build tree with the same granularity that the INSTALL command provides for the install tree. This addresses bug#2240 and bug#4210.
|
2007-03-09 15:14:27 -05:00 |
cmTarget.h
|
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and RUNTIME_OUTPUT_DIRECTORY. If set these override EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for a specific target. They can be used to distribute target files in the build tree with the same granularity that the INSTALL command provides for the install tree. This addresses bug#2240 and bug#4210.
|
2007-03-09 15:14:27 -05:00 |
cmTargetLinkLibrariesCommand.cxx
|
ENH: updated handling of debug and optimized target link libraries
|
2006-11-29 11:00:17 -05:00 |
cmTargetLinkLibrariesCommand.h
|
ENH: updated handling of debug and optimized target link libraries
|
2006-11-29 11:00:17 -05:00 |
cmTest.cxx
|
ENH: added per test timeout support
|
2007-01-25 11:16:16 -05:00 |
cmTest.h
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmTryCompileCommand.cxx
|
STYLE: long line
|
2007-03-05 09:50:53 -05:00 |
cmTryCompileCommand.h
|
STYLE: fix line length
|
2006-05-12 14:12:13 -04:00 |
cmTryRunCommand.cxx
|
ENH: centralized locaiton of CMakeFiles setting
|
2006-06-14 12:28:32 -04:00 |
cmTryRunCommand.h
|
STYLE: fix missing docs
|
2005-12-13 15:12:37 -05:00 |
cmUseMangledMesaCommand.cxx
|
STYLE: fix line length
|
2006-05-12 14:12:13 -04:00 |
cmUseMangledMesaCommand.h
|
ENH: Patch from Alex to document this command as discouraged.
|
2007-01-24 13:40:31 -05:00 |
cmUtilitySourceCommand.cxx
|
STYLE: fix line length
|
2006-05-12 14:12:13 -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 |
cmVariableRequiresCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmVariableRequiresCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmVariableWatch.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmVariableWatch.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmVersion.cxx
|
STYLE: Nightly Version update
|
2007-03-11 01:50:41 -05: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: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
cmWhileCommand.h
|
ENH: allow loose loop constructs
|
2006-05-18 13:50:01 -04:00 |
cmWin32ProcessExecution.cxx
|
COMP: fix some w4 warnings
|
2007-03-02 10:50:45 -05:00 |
cmWin32ProcessExecution.h
|
STYLE: fix line length
|
2006-05-12 14:12:13 -04:00 |
cmWriteFileCommand.cxx
|
STYLE: fix line length
|
2006-05-12 14:12:13 -04:00 |
cmWriteFileCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
2007-01-24 13:45:42 -05:00 |
cmXCode21Object.cxx
|
STYLE: fix line length
|
2006-05-12 14:36:39 -04:00 |
cmXCode21Object.h
|
STYLE: fix line length
|
2006-05-12 14:36:39 -04:00 |
cmXCodeObject.cxx
|
BUG: fix for quotes in strings for flags #4022
|
2007-02-21 14:01:19 -05:00 |
cmXCodeObject.h
|
STYLE: fix line length
|
2006-05-12 14:36:39 -04:00 |
cmXMLParser.cxx
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
2006-10-19 15:00:10 -04:00 |
cmXMLParser.h
|
STYLE: fix line length
|
2006-05-12 14:36:39 -04:00 |
cmake.cxx
|
ENH: SetupPathConversions is now called automatically on demand.
|
2007-03-08 08:38:40 -05:00 |
cmake.h
|
ENH: added --system-information option to CMake
|
2007-02-27 10:10:10 -05:00 |
cmakemain.cxx
|
ENH: added --system-information option to CMake
|
2007-02-27 10:10:10 -05:00 |
cmaketest.h.in
|
BUG: Fix some dependencies for location of executables
|
2003-05-05 08:42:44 -04:00 |
cmakewizard.cxx
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmakewizard.h
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
cmakexbuild.cxx
|
BUG: compiler fix
|
2006-04-04 14:25:08 -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
|
BUG: fixes so that --build-and-test will honor timeouts
|
2007-01-30 11:35:17 -05:00 |