..
CPack
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
2007-09-18 15:16:21 -04:00
CTest
ENH: fix failing test when valgrind is on
2007-09-19 11:16:57 -04:00
CursesDialog
COMP: make it build on NetBSD, which has separate curses and ncurses, so
2007-08-27 09:01:14 -04:00
FLTKDialog
COMP: make it build on Linux
2007-08-21 16:21:09 -04:00
MFCDialog
ENH: make mt command work with gmake
2007-09-17 16:10:08 -04: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
ENH: fix failing test when valgrind is on
2007-09-19 11:16:57 -04:00
.cvsignore
…
CMakeLists.txt
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmAddCustomCommandCommand.cxx
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
cmAddCustomCommandCommand.h
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
cmAddCustomTargetCommand.cxx
ENH: some more cleanup
2007-03-13 15:18:27 -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
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
2007-05-22 10:24:59 -04:00
cmAddDependenciesCommand.h
ENH: Clarified documentation further.
2005-08-03 16:10:59 -04:00
cmAddExecutableCommand.cxx
COMP: compile fix and remove warning
2007-05-22 10:42:37 -04:00
cmAddExecutableCommand.h
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
2006-10-02 12:01:20 -04:00
cmAddLibraryCommand.cxx
STYLE: better error message, name the new manpages cmakecommands,
2007-07-13 12:03:13 -04:00
cmAddLibraryCommand.h
ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working
2007-06-22 09:58:10 -04:00
cmAddSubDirectoryCommand.cxx
ENH: some code cleanup
2007-03-12 10:26:59 -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: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmAuxSourceDirectoryCommand.h
STYLE: fix line length
2006-05-10 13:56:27 -04:00
cmBootstrapCommands.cxx
ENH: add framework for unified handling of arguments to cmake commands,
2007-07-02 15:43:21 -04: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: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working
2007-06-22 09:58:10 -04:00
cmCPluginAPI.h
ENH: make properties a bit more formal with documentation and chaining
2006-12-07 09:45:32 -05:00
cmCTest.cxx
ENH: allow test properties to set a timeout that is longer than the default timeout, but not longer than CTEST_TIME_LIMIT for a script
2007-09-18 11:34:53 -04:00
cmCTest.h
STYLE: remove argument bool fast, it was unused
2007-06-12 09:40:36 -04:00
cmCacheManager.cxx
ENH: fix spelling error
2007-09-07 11:10:46 -04:00
cmCacheManager.h
BUG: When a non-cache variable is marked as advance do not use the cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
2007-04-10 16:03:10 -04:00
cmCommand.h
ENH: add framework for unified handling of arguments to cmake commands,
2007-07-02 15:43:21 -04:00
cmCommandArgumentLexer.cxx
ENH: fix for aix
2007-06-05 09:19:27 -04:00
cmCommandArgumentLexer.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmCommandArgumentLexer.in.l
ENH: fix for aix
2007-06-05 09:19:27 -04:00
cmCommandArgumentParser.cxx
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04: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
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
2007-06-06 16:20:02 -04:00
cmCommandArgumentParserHelper.h
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
2007-06-06 16:20:02 -04:00
cmCommandArgumentParserTokens.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmCommandArgumentsHelper.cxx
ENH: add support for a default value, fix case when there is no item except
2007-08-23 16:13:15 -04:00
cmCommandArgumentsHelper.h
ENH: add support for a default value, fix case when there is no item except
2007-08-23 16:13:15 -04:00
cmCommands.cxx
ENH: class for parsing the arguments for INSTALL()
2007-08-23 16:14:18 -04:00
cmCommands.h
…
cmConfigure.cmake.h.in
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmConfigureFileCommand.cxx
BUG: No need for the backward compatibility variable warning
2007-04-04 12:05:44 -04:00
cmConfigureFileCommand.h
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
cmCoreTryCompile.cxx
ENH: determine typesize by compiling a file and reading strings from the compiled output.
2007-06-04 17:08:46 -04:00
cmCoreTryCompile.h
ENH: add two simple tests for TRY_RUN()
2007-05-24 11:27:51 -04:00
cmCreateTestSourceList.cxx
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmCreateTestSourceList.h
STYLE: fix line length
2006-05-10 14:15:15 -04:00
cmCustomCommand.cxx
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
cmCustomCommand.h
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
cmData.h
ENH: a warning fix and some more cleanup
2006-03-16 09:33:23 -05:00
cmDefinePropertyCommand.cxx
ENH: added the ability to document variables and cached_variables
2007-06-25 10:34:21 -04:00
cmDefinePropertyCommand.h
STYLE: rename chain to inherit in the docs
2007-06-26 13:50:14 -04: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
BUG: Do not write symbolic make dependencies into depends.internal.
2007-08-29 11:30:53 -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
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -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
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04: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
ENH: add new help option --help-custom-modules, which generates
2007-09-19 13:14:25 -04:00
cmDocumentation.h
ENH: add new help option --help-custom-modules, which generates
2007-09-19 13:14:25 -04:00
cmDocumentationFormatter.cxx
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatter.h
ENH: add new help option --help-custom-modules, which generates
2007-09-19 13:14:25 -04:00
cmDocumentationFormatterHTML.cxx
COMP: fix warning about unused parameters
2007-09-19 10:46:37 -04:00
cmDocumentationFormatterHTML.h
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatterMan.cxx
BUG: correct name for the man page
2007-09-19 09:59:34 -04:00
cmDocumentationFormatterMan.h
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatterText.cxx
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatterText.h
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatterUsage.cxx
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatterUsage.h
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDumpDocumentation.cxx
ENH:
2007-06-28 11:00:57 -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
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmEnableLanguageCommand.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04: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
STYLE: fix typo (bug #5115 )
2007-06-08 09:19:19 -04: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
cmExportCommand.cxx
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmExportCommand.h
STYLE: fix line lengths
2007-07-20 08:36:16 -04:00
cmExportLibraryDependencies.cxx
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
2007-06-15 10:10:24 -04:00
cmExportLibraryDependencies.h
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
2007-06-15 10:10:24 -04:00
cmExprLexer.cxx
COMP: Attempt to fix aix build
2006-08-23 12:02:30 -04:00
cmExprLexer.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -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
cmExternalMakefileProjectGenerator.cxx
STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -
2007-07-03 16:10:50 -04:00
cmExternalMakefileProjectGenerator.h
COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
2007-06-13 12:52:29 -04:00
cmExtraCodeBlocksGenerator.cxx
STYLE: fix line lengths
2007-09-18 17:05:45 -04:00
cmExtraCodeBlocksGenerator.h
ENH: don't hardcode gcc
2007-08-29 10:12:09 -04:00
cmExtraEclipseCDT4Generator.cxx
ENH: patch from Miguel
2007-08-17 10:05:39 -04:00
cmExtraEclipseCDT4Generator.h
ENH: patch from Miguel
2007-08-17 10:05:39 -04:00
cmFLTKWrapUICommand.cxx
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmFLTKWrapUICommand.h
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
cmFileCommand.cxx
STYLE: fix line lengths
2007-07-20 08:36:16 -04:00
cmFileCommand.h
COMP: Remove unused argument.
2007-07-02 16:04:15 -04: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: Fixed spelling and formatting of new documentation.
2007-06-08 13:43:17 -04:00
cmFindBase.h
STYLE: fix line lengths
2007-05-18 08:49:06 -04: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
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
2007-08-20 16:59:06 -04:00
cmFindLibraryCommand.h
ENH: check in new find stuff
2006-03-02 13:30:22 -05:00
cmFindPackageCommand.cxx
ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIR
2007-08-20 08:49:21 -04:00
cmFindPackageCommand.h
COMP: also commit the header...
2007-08-07 16:26:59 -04:00
cmFindPathCommand.cxx
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
2007-06-08 11:57:16 -04:00
cmFindPathCommand.h
ENH: check in new find stuff
2006-03-02 13:30:22 -05:00
cmFindProgramCommand.cxx
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
2007-06-08 11:57:16 -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
…
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
COMP: Fix warning about not being able to automatically generate a copy constructor.
2007-08-01 10:53:28 -04:00
cmGetCMakePropertyCommand.cxx
ENH: some property cleanup and added GetProperty
2007-06-25 09:51:37 -04:00
cmGetCMakePropertyCommand.h
ENH: Make commands scriptable
2005-12-07 11:39:08 -05:00
cmGetDirectoryPropertyCommand.cxx
BUG: fix screwup in GetDirectoryProp...
2007-07-12 10:17:37 -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
cmGetPropertyCommand.cxx
COMP: fix warnings
2007-06-25 12:50:29 -04:00
cmGetPropertyCommand.h
STYLE: rename chain to inherit in the docs
2007-06-26 13:50:14 -04:00
cmGetSourceFilePropertyCommand.cxx
ENH: added some documentation to explain a section of code a bit better
2007-07-10 14:05:06 -04:00
cmGetSourceFilePropertyCommand.h
STYLE: fix line length
2006-05-10 15:56:00 -04:00
cmGetTargetPropertyCommand.cxx
ENH: if get_target_property() doesn't find a target with the given name, it
2007-05-31 12:03:52 -04: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: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalBorlandMakefileGenerator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalGenerator.cxx
STYLE: the temporary variable is not necessary
2007-08-31 13:45:02 -04:00
cmGlobalGenerator.h
ENH: add support for Fortran to the KDevelop generator
2007-08-31 13:42:21 -04:00
cmGlobalKdevelopGenerator.cxx
ENH: add support for Fortran to the KDevelop generator
2007-08-31 13:42:21 -04:00
cmGlobalKdevelopGenerator.h
ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop
2007-08-26 19:27:33 -04:00
cmGlobalMSYSMakefileGenerator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalMSYSMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalMinGWMakefileGenerator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalMinGWMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalNMakeMakefileGenerator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalNMakeMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalUnixMakefileGenerator3.cxx
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation.
2007-08-03 16:31:08 -04:00
cmGlobalUnixMakefileGenerator3.h
BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested.
2007-08-03 15:44:25 -04:00
cmGlobalVisualStudio6Generator.cxx
COMP: fix typo
2007-06-28 10:22:58 -04:00
cmGlobalVisualStudio6Generator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio7Generator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio7Generator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio8Generator.cxx
COMP: Fix build for windows-only generators after change to GetSourceFiles signature.
2007-05-28 11:00:26 -04:00
cmGlobalVisualStudio8Generator.h
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
2007-04-04 14:50:35 -04:00
cmGlobalVisualStudio8Win64Generator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio8Win64Generator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio9Generator.cxx
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
cmGlobalVisualStudio9Generator.h
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
cmGlobalVisualStudio71Generator.cxx
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
2007-05-23 15:40:12 -04:00
cmGlobalVisualStudio71Generator.h
ENH: commit fix for putting everything in the build on vs
2006-11-09 09:57:23 -05:00
cmGlobalVisualStudioGenerator.cxx
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
2007-05-22 10:24:59 -04:00
cmGlobalVisualStudioGenerator.h
BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556.
2007-04-10 13:09:03 -04:00
cmGlobalWatcomWMakeGenerator.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalWatcomWMakeGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalXCode21Generator.cxx
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmGlobalXCode21Generator.h
STYLE: fix line length
2006-05-11 11:47:03 -04:00
cmGlobalXCodeGenerator.cxx
ENH: fix build issue with config type not being specified by ctest
2007-09-17 10:40:57 -04:00
cmGlobalXCodeGenerator.h
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmHexFileConverter.cxx
STYLE: fix line lengths
2007-07-20 08:36:16 -04:00
cmHexFileConverter.h
ENH: make the compiler id detection work, even if the output file name of
2007-05-25 15:22:22 -04:00
cmIfCommand.cxx
BUG: this seems to fix the regexp result-storage problem, now it seems the actual result is tored instead of "1" , as it happened for StringFileTest on Windows
2007-08-29 14:35:06 -04:00
cmIfCommand.h
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
2007-08-29 11:58:38 -04:00
cmIncludeCommand.cxx
ENH: merge CMake-CrossCompileBasic to HEAD
2007-05-17 13:20:44 -04:00
cmIncludeCommand.h
ENH: merge CMake-CrossCompileBasic to HEAD
2007-05-17 13:20:44 -04: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
STYLE: fix line lengths
2007-07-20 08:36:16 -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: Removed unused reference to cmMakeDepend.
2007-06-11 12:40:41 -04:00
cmInstallCommand.cxx
STYLE: fix line lengths
2007-08-31 16:52:32 -04:00
cmInstallCommand.h
ENH: add install files generators for targets which have PUBLIC_HEADER,
2007-08-27 16:04:57 -04:00
cmInstallCommandArguments.cxx
STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of
2007-08-24 14:27:18 -04:00
cmInstallCommandArguments.h
STYLE: fix line lengths
2007-08-31 16:52:32 -04:00
cmInstallDirectoryGenerator.cxx
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -04:00
cmInstallDirectoryGenerator.h
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -04:00
cmInstallExportGenerator.cxx
STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other
2007-08-30 16:22:01 -04:00
cmInstallExportGenerator.h
ENH: add install files generators for targets which have PUBLIC_HEADER,
2007-08-27 16:04:57 -04:00
cmInstallFilesCommand.cxx
BUG: Fix FILES mode after recent changes.
2007-05-25 11:08:52 -04:00
cmInstallFilesCommand.h
BUG: Fix FILES mode after recent changes.
2007-05-25 11:08:52 -04:00
cmInstallFilesGenerator.cxx
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -04:00
cmInstallFilesGenerator.h
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -04:00
cmInstallGenerator.cxx
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
2007-08-20 16:59:06 -04:00
cmInstallGenerator.h
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -04:00
cmInstallProgramsCommand.cxx
BUG: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to install under the prefix like they did before the recent changes.
2007-05-25 11:01:20 -04:00
cmInstallProgramsCommand.h
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
2007-05-23 15:40:12 -04:00
cmInstallScriptGenerator.cxx
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
2007-07-02 14:56:57 -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: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
2007-08-24 13:30:41 -04:00
cmInstallTargetGenerator.h
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
2007-08-24 13:30:41 -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
ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
2007-08-15 10:26:50 -04:00
cmListCommand.h
ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
2007-08-15 10:26:50 -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
BUG: const char* FilePath could point to a non-existent std::string for
2007-05-11 08:36:05 -04: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
…
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
BUG: Reverting previous change. It did not account for the possibility that the loaded command was built with a different compiler.
2007-04-20 09:49:27 -04:00
cmLoadCommandCommand.h
STYLE: fix line length
2006-05-12 11:56:09 -04:00
cmLocalGenerator.cxx
ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler)
2007-08-28 16:19:01 -04:00
cmLocalGenerator.h
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
2007-08-01 15:25:40 -04:00
cmLocalUnixMakefileGenerator3.cxx
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmLocalUnixMakefileGenerator3.h
ENH: Replaced dependency integrity map with an explicit map from object file to source file for each language in each target. This simplifies creation of implicit dependency scanning rules and allows more than one object file in a target to start dependency scanning with the same source file.
2007-08-07 13:57:13 -04:00
cmLocalVisualStudio6Generator.cxx
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
2007-08-10 13:02:59 -04:00
cmLocalVisualStudio6Generator.h
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
2007-08-10 13:02:59 -04:00
cmLocalVisualStudio7Generator.cxx
ENH: fix for vs 8
2007-09-17 15:59:50 -04:00
cmLocalVisualStudio7Generator.h
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
cmLocalVisualStudioGenerator.cxx
BUG: fix #5326 : source files with the same name in different groups lead to colliding object file names
2007-08-27 17:05:43 -04:00
cmLocalVisualStudioGenerator.h
BUG: fix #5326 : source files with the same name in different groups lead to colliding object file names
2007-08-27 17:05:43 -04:00
cmLocalXCodeGenerator.cxx
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmLocalXCodeGenerator.h
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
2007-08-01 15:25:40 -04: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
COMP: explicitely cast to int to silence warning with msvc8
2007-08-28 16:27:10 -04:00
cmMakefile.h
COMP: parent is not used anymore with this patch, since now the name is
2007-08-26 03:17:11 -04:00
cmMakefileExecutableTargetGenerator.cxx
ENH: Simplify makefile target generator listing of object files to clean.
2007-08-02 09:37:10 -04: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: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
2007-08-14 14:12:08 -04:00
cmMakefileLibraryTargetGenerator.h
ENH: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
2007-08-14 14:12:08 -04:00
cmMakefileTargetGenerator.cxx
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
cmMakefileTargetGenerator.h
STYLE: Removed unused reference to cmMakeDepend.
2007-06-11 12:40:41 -04:00
cmMakefileUtilityTargetGenerator.cxx
BUG: A utility target should not run the custom commands from its source files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change.
2007-05-01 13:51:25 -04:00
cmMakefileUtilityTargetGenerator.h
BUG: fix for build order
2007-03-02 14:31:04 -05:00
cmMarkAsAdvancedCommand.cxx
STYLE: Fixed line-too-long.
2007-04-11 10:00:56 -04:00
cmMarkAsAdvancedCommand.h
BUG: make MARK_AS_ADVANCED() scriptable, because this is the only reason
2007-06-13 10:54:28 -04:00
cmMathCommand.cxx
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
cmMathCommand.h
ENH: improve docs
2007-09-11 10:01:40 -04:00
cmMessageCommand.cxx
ENH: produce a lot more output when running with --debug-output
2007-07-17 09:25:08 -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
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmOutputRequiredFilesCommand.h
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
cmProjectCommand.cxx
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -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: added the ability to document variables and cached_variables
2007-06-25 10:34:21 -04:00
cmPropertyDefinition.cxx
STYLE: sort the property documentation into
2007-07-11 15:53:58 -04:00
cmPropertyDefinition.h
STYLE: sort the property documentation into
2007-07-11 15:53:58 -04: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: added the ability to document variables and cached_variables
2007-06-25 10:34:21 -04: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
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmQTWrapCPPCommand.h
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmQTWrapUICommand.cxx
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmQTWrapUICommand.h
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04: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
STYLE: add comment about the -D -P order and fix typo in doc
2007-06-14 08:49:57 -04: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: some property cleanup and added GetProperty
2007-06-25 09:51:37 -04:00
cmSetDirectoryPropertiesCommand.h
ENH: make properties a bit more formal with documentation and chaining
2006-12-07 09:45:32 -05:00
cmSetPropertiesCommand.cxx
COMP: fix warnings
2007-06-25 12:50:29 -04:00
cmSetPropertiesCommand.h
ENH: deb generator can now generate deb packages
2007-07-27 08:59:59 -04: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
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
2007-05-22 10:24:59 -04: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: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader test to use it (making the test simpler).
2007-09-13 13:37:45 -04:00
cmSourceFile.h
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmSourceFileLocation.cxx
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmSourceFileLocation.h
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
cmSourceGroup.cxx
BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now
2007-08-24 14:21:49 -04:00
cmSourceGroup.h
STYLE: some m_ to this-> cleanup
2006-03-15 11:02:08 -05:00
cmSourceGroupCommand.cxx
COMP: parent is not used anymore with this patch, since now the name is
2007-08-26 03:17:11 -04: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
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
2007-08-29 11:58:38 -04:00
cmStringCommand.h
STYLE: add the | to the docs
2007-08-30 10:26:01 -04:00
cmSubdirCommand.cxx
ENH: some code cleanup
2007-03-12 10:26:59 -04:00
cmSubdirCommand.h
BUG: remove early ;
2007-01-25 17:05:55 -05:00
cmSubdirDependsCommand.cxx
…
cmSubdirDependsCommand.h
ENH: Patch from Alex to make deprecated command documentation more consistent.
2007-01-24 13:45:42 -05:00
cmSystemTools.cxx
ENH: fix warning
2007-09-17 11:17:38 -04:00
cmSystemTools.h
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
2007-09-11 11:21:36 -04:00
cmTarget.cxx
ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers.
2007-09-10 10:22:19 -04:00
cmTarget.h
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
2007-08-24 13:30:41 -04: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
ENH: add two simple tests for TRY_RUN()
2007-05-24 11:27:51 -04:00
cmTryCompileCommand.h
STYLE: fix line lengths
2007-07-20 08:36:16 -04:00
cmTryRunCommand.cxx
STYLE: copy the executables from TRY_RUN() to
2007-09-17 10:53:20 -04:00
cmTryRunCommand.h
STYLE: fix line lengths
2007-07-20 08:36:16 -04: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
ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode
2007-08-10 15:02:38 -04:00
cmUtilitySourceCommand.h
STYLE: document the behaviour of UTILITY_SOURCE in cross compiling mode
2007-08-14 11:58:21 -04: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
ENH: Add variable watch command
2007-04-11 15:13:05 -04:00
cmVariableWatch.h
BUG: All variable accesses should produce watch callbacks, including IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables.
2007-05-17 17:40:59 -04:00
cmVariableWatchCommand.cxx
STYLE: Fix line lengths
2007-04-12 15:50:39 -04:00
cmVariableWatchCommand.h
ENH: Add variable watch command
2007-04-11 15:13:05 -04:00
cmVersion.cxx
STYLE: Nightly Version update
2007-09-18 22:43:49 -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: 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
ENH: fix resource leak
2007-07-24 15:55:03 -04: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
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmXCode21Object.h
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmXCodeObject.cxx
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
2007-08-14 11:45:15 -04:00
cmXCodeObject.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmXMLParser.cxx
STYLE: fix warning
2007-07-30 21:38:50 -04:00
cmXMLParser.h
ENH: fix warning on win64
2007-07-26 14:36:06 -04:00
cmake.cxx
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
cmake.h
ENH: deb generator can now generate deb packages
2007-07-27 08:59:59 -04:00
cmakemain.cxx
ENH: add new help option --help-custom-modules, which generates
2007-09-19 13:14:25 -04:00
cmaketest.h.in
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -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
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmw9xcom.cxx
…
ctest.cxx
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
2007-09-11 11:21:36 -04:00