CMake/Source
Brad King 3c856405e4 ENH: Improve format of if() command messages
Errors and warnings from the if() command always display the argument
list given to the command followed by an explanation of the problem.
This moves the argument list into a pre-formatted block and follows it
with a paragraph-form explanation.  The result looks cleaner.
2009-06-17 14:18:08 -04:00
..
CPack BUG: Fix issue #8759 - add support for setting dmg volume name and compression type by CPack variables. Also add custom .DS_Store and background image support. Thanks to Mike Arthur for the patches. 2009-04-03 13:12:53 -04:00
CTest STYLE: fix warning 2009-06-15 14:22:13 -04:00
CursesDialog ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
FLTKDialog
MFCDialog ENH: fix for building with VS 2010 make/nmake 2009-05-27 11:10:43 -04:00
QtDialog BUG: Path lengths in combo box for binary directory was forcing a minimum size 2009-04-16 12:25:15 -04:00
WXDialog ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
kwsys STYLE: Nightly Date Stamp 2009-06-17 00:01:03 -04:00
.cvsignore
CMakeLists.txt ENH: Teach CTest to handle Bazaar repositories 2009-05-14 16:13:52 -04:00
cmAddCustomCommandCommand.cxx
cmAddCustomCommandCommand.h ENH: Clarify VERBATIM option documentation 2009-04-01 10:31:41 -04:00
cmAddCustomTargetCommand.cxx ENH: Allow custom sources in custom targets 2008-10-09 11:01:23 -04:00
cmAddCustomTargetCommand.h ENH: Clarify VERBATIM option documentation 2009-04-01 10:31:41 -04:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx
cmAddLibraryCommand.h
cmAddSubDirectoryCommand.cxx
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx ENH: Add NAME mode to ADD_TEST command 2009-03-16 10:51:30 -04:00
cmAddTestCommand.h ENH: Add NAME mode to ADD_TEST command 2009-03-16 10:51:30 -04:00
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands.cxx COMP: Add set_directory_properties to bootstrap 2008-12-18 14:56:30 -05:00
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCMakeMinimumRequired.cxx ENH: Ignore unknown cmake_minimum_required args 2009-01-03 15:47:58 -05:00
cmCMakeMinimumRequired.h STYLE: changed "one may" into "it should" to make it stronger 2009-01-04 04:12:52 -05:00
cmCMakePolicyCommand.cxx ENH: Create policy scope barriers 2009-01-22 10:57:16 -05:00
cmCMakePolicyCommand.h ENH: Clarify cmake_policy(VERSION) documentation 2009-02-06 08:15:05 -05:00
cmCPluginAPI.cxx BUG: Do not automatically set HEADER_FILE_ONLY 2009-03-16 14:30:24 -04:00
cmCPluginAPI.h
cmCTest.cxx COMP: Avoid operator precedence warning 2009-05-11 13:58:19 -04:00
cmCTest.h BUG: Do not carry over file list between coverage 2009-03-11 13:31:33 -04:00
cmCacheManager.cxx BUG: Document internal cache property MODIFIED 2009-03-13 10:53:53 -04:00
cmCacheManager.h BUG: Fix cache properties for CMAKE_STRICT build 2009-03-13 10:53:47 -04:00
cmCallVisualStudioMacro.cxx BUG: Fix issue #7533. Revise fix for issue #7058 to use pragma comment libs in the source file rather than using TARGET_LINK_LIBRARIES in CMakeLists.txt because of the complex ifdef logic used in correct copies of comdef.h. 2008-10-08 14:19:01 -04:00
cmCallVisualStudioMacro.h
cmCommand.h BUG: Skip a command if its arguments fail to parse 2008-09-24 08:51:33 -04:00
cmCommandArgumentLexer.cxx COMP: Restore fixes to generated lexer 2008-12-18 09:58:06 -05:00
cmCommandArgumentLexer.h ENH: Allow most characters in ENV variable refs 2008-12-17 08:24:35 -05:00
cmCommandArgumentLexer.in.l COMP: Restore fixes to generated lexer 2008-12-18 09:58:06 -05:00
cmCommandArgumentParser.cxx BUG: Move previous parser bugfixes into input file 2008-12-18 09:58:01 -05:00
cmCommandArgumentParser.y BUG: Move previous parser bugfixes into input file 2008-12-18 09:58:01 -05:00
cmCommandArgumentParserHelper.cxx BUG: Fix CMAKE_CURRENT_LIST_FILE in macros 2009-03-25 10:37:04 -04:00
cmCommandArgumentParserHelper.h ENH: Improve argument parsing error messages 2008-09-24 08:51:19 -04:00
cmCommandArgumentParserTokens.h ENH: Allow most characters in ENV variable refs 2008-12-17 08:24:35 -05:00
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx COMP: Add set_directory_properties to bootstrap 2008-12-18 14:56:30 -05:00
cmCommands.h
cmComputeComponentGraph.cxx
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx BUG: Lookup transitive link deps in depender scope 2009-04-06 11:10:37 -04:00
cmComputeLinkDepends.h BUG: Lookup transitive link deps in depender scope 2009-04-06 11:10:37 -04:00
cmComputeLinkInformation.cxx BUG: Do not create empty build-tree RPATH 2009-06-11 14:57:47 -04:00
cmComputeLinkInformation.h ENH: Keep target information in final link line 2008-09-15 13:30:07 -04:00
cmComputeTargetDepends.cxx
cmComputeTargetDepends.h
cmConfigure.cmake.h.in ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCoreTryCompile.cxx BUG: fix for #0009051 CMake does not pass CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET when running TRY_COMPILE 2009-05-19 11:25:28 -04:00
cmCoreTryCompile.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCustomCommand.cxx
cmCustomCommand.h
cmData.h
cmDefinePropertyCommand.cxx ENH: Simplify docs args for define_property 2009-06-15 16:12:27 -04:00
cmDefinePropertyCommand.h ENH: Simplify docs args for define_property 2009-06-15 16:12:27 -04:00
cmDepends.cxx
cmDepends.h
cmDependsC.cxx
cmDependsC.h
cmDependsFortran.cxx BUG: Fix Fortran implicit dependency include path 2009-02-24 14:32:25 -05:00
cmDependsFortran.h
cmDependsFortranLexer.cxx COMP: Remove useless assignment in Fortran lexer 2009-06-12 10:46:03 -04:00
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l COMP: Remove useless assignment in Fortran lexer 2009-06-12 10:46:03 -04:00
cmDependsFortranParser.cxx ENH: Use KWSys String strcasecmp to parse Fortran 2009-06-12 10:46:25 -04:00
cmDependsFortranParser.h
cmDependsFortranParser.y ENH: Use KWSys String strcasecmp to parse Fortran 2009-06-12 10:46:25 -04:00
cmDependsFortranParserTokens.h ENH: Use KWSys String strcasecmp to parse Fortran 2009-06-12 10:46:25 -04:00
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaLexer.cxx ENH: add initial support for HAIKU OS from bug# 7425 2008-09-15 17:53:28 -04:00
cmDependsJavaLexer.h ENH: add initial support for HAIKU OS from bug# 7425 2008-09-15 17:53:28 -04:00
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentVariables.cxx ENH: Document variable CMAKE_NO_BUILTIN_CHRPATH 2009-06-10 14:11:20 -04:00
cmDocumentVariables.h
cmDocumentation.cxx ENH: Document CACHE entry properties 2009-03-10 11:11:15 -04:00
cmDocumentation.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatter.cxx ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatter.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterDocbook.cxx BUG: don't create empty <itemizedlist>s (#7289), dblatex didn't like that 2009-01-10 09:01:37 -05:00
cmDocumentationFormatterDocbook.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterHTML.cxx ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterHTML.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterMan.cxx BUG: Fix man-page preformatted text paragraphing 2009-03-06 10:01:14 -05:00
cmDocumentationFormatterMan.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterText.cxx
cmDocumentationFormatterText.h
cmDocumentationFormatterUsage.cxx
cmDocumentationFormatterUsage.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDumpDocumentation.cxx
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx
cmELF.h
cmElseCommand.cxx
cmElseCommand.h
cmElseIfCommand.cxx
cmElseIfCommand.h
cmEnableLanguageCommand.cxx ENH: revert last change, as it fails tests 2008-10-14 13:56:49 -04:00
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmEndForEachCommand.cxx
cmEndForEachCommand.h
cmEndFunctionCommand.cxx
cmEndFunctionCommand.h
cmEndIfCommand.cxx
cmEndIfCommand.h
cmEndMacroCommand.cxx
cmEndMacroCommand.h
cmEndWhileCommand.cxx
cmEndWhileCommand.h
cmExecProgramCommand.cxx
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx
cmExecuteProcessCommand.h
cmExecutionStatus.h
cmExportBuildFileGenerator.cxx BUG: Fix LOCATION property for Mac AppBundles 2009-01-20 15:49:37 -05:00
cmExportBuildFileGenerator.h
cmExportCommand.cxx
cmExportCommand.h
cmExportFileGenerator.cxx
cmExportFileGenerator.h
cmExportInstallFileGenerator.cxx ENH: Refactor computation of import file glob 2009-01-07 14:16:28 -05:00
cmExportInstallFileGenerator.h ENH: Refactor computation of import file glob 2009-01-07 14:16:28 -05:00
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx ENH: only check for the existance of a header file if: 2009-03-10 17:34:18 -04:00
cmExtraCodeBlocksGenerator.h
cmExtraEclipseCDT4Generator.cxx ENH: don't enforce VERBOSE Makefiles, but set the env. var VERBOSE to 1 in 2009-03-13 17:04:57 -04:00
cmExtraEclipseCDT4Generator.h ENH: when using the Eclipse project generator, run gcc so that it tells us 2009-03-13 16:52:58 -04:00
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmFileCommand.cxx COMP: Avoid unused arg warnings in cmFileCommand 2009-04-29 14:50:28 -04:00
cmFileCommand.h ENH: Create file(COPY) command signature 2009-04-29 13:13:29 -04:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx ENH: Clarify PATH_SUFFIXES documentation 2008-10-14 08:43:19 -04:00
cmFindBase.h
cmFindCommon.cxx ENH: undo bad checkin 2008-10-03 08:16:37 -04:00
cmFindCommon.h
cmFindFileCommand.cxx STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" with 2009-05-18 15:27:33 -04:00
cmFindFileCommand.h
cmFindLibraryCommand.cxx BUG: Fix lib/ to lib/64/ search path conversion 2008-09-23 13:34:23 -04:00
cmFindLibraryCommand.h
cmFindPackageCommand.cxx STYLE: fix typos in the docs 2009-04-19 12:48:30 -04:00
cmFindPackageCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx
cmFindProgramCommand.h
cmForEachCommand.cxx BUG: fix for #9014, FATAL_ERROR not ending loops 2009-05-13 11:08:29 -04:00
cmForEachCommand.h ENH: New foreach(<var> IN ...) mode 2009-03-17 15:10:15 -04:00
cmFunctionBlocker.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmFunctionCommand.cxx ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmFunctionCommand.h ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmGeneratedFileStream.cxx ENH: On VMS use _dir and _tmp, not .dir and .tmp 2009-06-10 13:03:11 -04:00
cmGeneratedFileStream.h
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx ENH: Add get_filename_component(... REALPATH) 2009-02-09 09:23:55 -05:00
cmGetFilenameComponentCommand.h ENH: Add get_filename_component(... REALPATH) 2009-02-09 09:23:55 -05:00
cmGetPropertyCommand.cxx ENH: Teach set/get_property about CACHE properties 2009-03-10 11:10:59 -04:00
cmGetPropertyCommand.h ENH: Teach set/get_property about CACHE properties 2009-03-10 11:10:59 -04:00
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h BUG: Remove old get_target_property docs 2009-01-05 09:53:22 -05:00
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalGenerator.cxx ENH: Generate a central list of target directories 2009-03-09 12:19:27 -04:00
cmGlobalGenerator.h ENH: Generate a central list of target directories 2009-03-09 12:19:27 -04:00
cmGlobalKdevelopGenerator.cxx
cmGlobalKdevelopGenerator.h
cmGlobalMSYSMakefileGenerator.cxx BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling language "NONE". 2008-12-01 14:41:47 -05:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h
cmGlobalNMakeMakefileGenerator.cxx ENH: LIBPATH is not required for cl to work 2009-03-27 11:18:58 -04:00
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx ENH: Enable basic OpenVMS platform support 2009-06-10 13:04:04 -04:00
cmGlobalUnixMakefileGenerator3.h COMP: remove unused variable TargetSourceFileCount, it seems it is unused since version 1.88 of cmGlobalUnixMakefileGenerator3.cxx 2009-02-09 16:45:18 -05:00
cmGlobalVisualStudio6Generator.cxx STYLE: Fix line length style violations. 2008-12-10 10:50:07 -05:00
cmGlobalVisualStudio6Generator.h
cmGlobalVisualStudio7Generator.cxx BUG: Fix ALL_BUILD ordering enforcement 2009-01-21 17:24:54 -05:00
cmGlobalVisualStudio7Generator.h BUG: Fix VS IDE solution files order again 2009-01-21 17:36:06 -05:00
cmGlobalVisualStudio8Generator.cxx
cmGlobalVisualStudio8Generator.h
cmGlobalVisualStudio8Win64Generator.cxx
cmGlobalVisualStudio8Win64Generator.h
cmGlobalVisualStudio9Generator.cxx
cmGlobalVisualStudio9Generator.h
cmGlobalVisualStudio9Win64Generator.cxx
cmGlobalVisualStudio9Win64Generator.h
cmGlobalVisualStudio71Generator.cxx BUG: Fix VS IDE project order 2009-01-21 16:39:43 -05:00
cmGlobalVisualStudio71Generator.h
cmGlobalVisualStudioGenerator.cxx
cmGlobalVisualStudioGenerator.h
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCode21Generator.cxx
cmGlobalXCode21Generator.h
cmGlobalXCodeGenerator.cxx BUG: Do not automatically set HEADER_FILE_ONLY 2009-03-16 14:30:24 -04:00
cmGlobalXCodeGenerator.h BUG: Do not automatically set HEADER_FILE_ONLY 2009-03-16 14:30:24 -04:00
cmGraphAdjacencyList.h
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIfCommand.cxx ENH: Improve format of if() command messages 2009-06-17 14:18:08 -04:00
cmIfCommand.h ENH: clean up some help text 2009-06-12 13:25:50 -04:00
cmIncludeCommand.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmIncludeCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmIncludeDirectoryCommand.cxx BUG: fix #8704, sometimes crash if include_directories() is called with a whitespace string 2009-03-12 19:24:27 -04:00
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h BUG: fix for 8123 documentation issue 2008-11-21 14:57:07 -05:00
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx ENH: Add install(DIRECTORY) option 'OPTIONAL' 2009-02-24 11:41:40 -05:00
cmInstallCommand.h ENH: Add install(DIRECTORY) option 'OPTIONAL' 2009-02-24 11:41:40 -05:00
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallDirectoryGenerator.h ENH: Add install(DIRECTORY) option 'OPTIONAL' 2009-02-24 11:41:40 -05:00
cmInstallExportGenerator.cxx ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallExportGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallFilesCommand.cxx BUG: Fix old-style install to prefix top 2009-02-04 10:34:10 -05:00
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallFilesGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallGenerator.cxx ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallGenerator.h ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallProgramsCommand.cxx BUG: Fix old-style install to prefix top 2009-02-04 10:34:10 -05:00
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx ENH: Remove unused PROPERTIES from file(INSTALL) 2009-04-27 13:20:57 -04:00
cmInstallTargetGenerator.h ENH: Refactor cmInstallGenerator for re-use 2009-03-16 10:39:56 -04:00
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h ENH: Docs for relative paths in link_directories 2009-01-29 14:14:02 -05:00
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmListCommand.cxx
cmListCommand.h
cmListFileCache.cxx
cmListFileCache.h BUG: Make sure context info is always initialized 2008-10-11 12:02:50 -04:00
cmListFileLexer.c
cmListFileLexer.h
cmListFileLexer.in.l
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalGenerator.cxx ENH: Support more preprocessor values in VS6 2009-04-24 11:18:06 -04:00
cmLocalGenerator.h BUG: Use new include dir suppresson for all gens 2009-02-26 09:16:16 -05:00
cmLocalUnixMakefileGenerator3.cxx ENH: Skip 'SHELL = /bin/sh' in Makefiles on VMS 2009-06-10 13:03:37 -04:00
cmLocalUnixMakefileGenerator3.h ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmLocalVisualStudio6Generator.cxx BUG: Create an exe's implib output dir for VS 6 2009-06-16 11:57:23 -04:00
cmLocalVisualStudio6Generator.h ENH: Refactor VS 6 build event generation 2009-06-16 11:57:18 -04:00
cmLocalVisualStudio7Generator.cxx ENH: Create exe implib dir in VS pre-link rule 2009-06-16 11:44:19 -04:00
cmLocalVisualStudio7Generator.h ENH: Generalize exe implib dir creation for VS 2009-06-16 11:44:07 -04:00
cmLocalVisualStudioGenerator.cxx ENH: Generalize exe implib dir creation for VS 2009-06-16 11:44:07 -04:00
cmLocalVisualStudioGenerator.h ENH: Generalize exe implib dir creation for VS 2009-06-16 11:44:07 -04:00
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmMacroCommand.h ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmMakeDepend.cxx ENH: Remove unused code from cmMakeDepend 2009-03-16 14:30:19 -04:00
cmMakeDepend.h ENH: Remove unused code from cmMakeDepend 2009-03-16 14:30:19 -04:00
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx ENH: Create CMP0013 to disallow duplicate dirs 2009-06-17 13:40:09 -04:00
cmMakefile.h ENH: Create CMP0013 to disallow duplicate dirs 2009-06-17 13:40:09 -04:00
cmMakefileExecutableTargetGenerator.cxx ENH: Remove cmTarget::GetExecutableCleanNames 2009-05-01 10:39:28 -04:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx ENH: Always imply CLEAN_DIRECT_OUTPUT target prop 2009-05-01 10:38:35 -04:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx ENH: Allow projects to disable per-rule echo lines 2009-03-16 16:55:58 -04:00
cmMakefileTargetGenerator.h ENH: Allow projects to disable per-rule echo lines 2009-03-16 16:55:58 -04:00
cmMakefileUtilityTargetGenerator.cxx ENH: Give target in which custom commands build 2009-02-10 08:50:33 -05:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx BUG: Fix message(SEND_ERROR) to continue 2009-03-06 12:06:43 -05:00
cmMessageCommand.h BUG: Fix message(SEND_ERROR) to continue 2009-03-06 12:06:43 -05:00
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderDirectories.cxx BUG: Fix same-file check for directory ordering 2008-12-26 13:28:20 -05:00
cmOrderDirectories.h
cmOutputRequiredFilesCommand.cxx BUG: fix for 5071, report error if output file can not be opened 2008-10-10 10:48:10 -04:00
cmOutputRequiredFilesCommand.h
cmPolicies.cxx ENH: Create CMP0013 to disallow duplicate dirs 2009-06-17 13:40:09 -04:00
cmPolicies.h ENH: Create CMP0013 to disallow duplicate dirs 2009-06-17 13:40:09 -04:00
cmProcessTools.cxx ENH: Create cmProcessTools to parse child output 2009-02-24 10:40:18 -05:00
cmProcessTools.h COMP: cmProcessTools::OutputParser virtual dtor 2009-02-24 11:08:38 -05:00
cmProjectCommand.cxx BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmProjectCommand.h STYLE: document NONE for disabling any languages, slightly change wording of 2009-03-12 18:43:17 -04:00
cmProperty.cxx
cmProperty.h ENH: Use cmPropertyMap for cache properties 2009-03-10 11:10:42 -04:00
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx ENH: Use cmPropertyMap for cache properties 2009-03-10 11:10:42 -04:00
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmScriptGenerator.cxx ENH: Refactor cmInstallGenerator for re-use 2009-03-16 10:39:56 -04:00
cmScriptGenerator.h ENH: Refactor cmInstallGenerator for re-use 2009-03-16 10:39:56 -04:00
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx STYLE: cacheStart is used only locally in the if-branch 2009-05-10 16:07:34 -04:00
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx ENH: Define STRINGS cache entry property 2009-03-12 10:52:40 -04:00
cmSetPropertyCommand.h ENH: Teach set/get_property about CACHE properties 2009-03-10 11:10:59 -04:00
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h ENH: Always imply CLEAN_DIRECT_OUTPUT target prop 2009-05-01 10:38:35 -04:00
cmSetTestsPropertiesCommand.cxx ENH: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx ENH: Support preprocessor def values in VS6 2009-03-23 14:48:09 -04:00
cmSourceFile.h
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.h COMP: Block warnings in Borland system headers 2009-06-12 11:05:02 -04:00
cmStandardLexer.h
cmStringCommand.cxx
cmStringCommand.h STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9), 2009-03-13 14:58:13 -04:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx ENH: move PutEnv to SystemTools 2009-06-05 12:01:30 -04:00
cmSystemTools.h ENH: move PutEnv to SystemTools 2009-06-05 12:01:30 -04:00
cmTarget.cxx ENH: On VMS use _dir and _tmp, not .dir and .tmp 2009-06-10 13:03:11 -04:00
cmTarget.h ENH: Remove cmTarget internal type arguments 2009-05-01 10:39:44 -04:00
cmTargetLinkLibrariesCommand.cxx
cmTargetLinkLibrariesCommand.h ENH: Clarify target_link_libraries docs 2009-02-02 09:42:23 -05:00
cmTest.cxx BUG: Fix documentation deficiency noted in issue #7885. Thanks to Philip Lowman for the gist of the patch. 2009-04-03 11:41:33 -04:00
cmTest.h ENH: Add NAME mode to ADD_TEST command 2009-03-16 10:51:30 -04:00
cmTestGenerator.cxx ENH: Add NAME mode to ADD_TEST command 2009-03-16 10:51:30 -04:00
cmTestGenerator.h ENH: Add NAME mode to ADD_TEST command 2009-03-16 10:51:30 -04:00
cmTryCompileCommand.cxx
cmTryCompileCommand.h
cmTryRunCommand.cxx
cmTryRunCommand.h
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx
cmVariableWatchCommand.h
cmVersion.cxx ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmVersion.h ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmVersionConfig.h.in ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmVersionMacros.h ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmWhileCommand.cxx ENH: modified the if command to address bug 9123 some 2009-06-12 10:07:05 -04:00
cmWhileCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmWin32ProcessExecution.cxx
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx
cmXCodeObject.h
cmXMLParser.cxx COMP: Fix build with system-installed expat 2.0.1 2009-06-11 09:03:56 -04:00
cmXMLParser.h ENH: Added cmXMLParser::FindAttribute method 2009-02-24 15:43:49 -05:00
cmXMLSafe.cxx BUG: Avoid encoding invalid XML chars in CTest 2009-03-02 16:27:50 -05:00
cmXMLSafe.h COMP: Avoid parameter/member shadow in cmXMLSafe 2009-02-06 09:08:02 -05:00
cmake.cxx STYLE: fix typos in the docs 2009-04-19 12:48:30 -04:00
cmake.h STYLE: Remove unused cmake::CacheVersionMatches 2009-03-05 13:57:10 -05:00
cmakemain.cxx STYLE: fix typos in the docs 2009-04-19 12:48:30 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmakexbuild.cxx
cmw9xcom.cxx
ctest.cxx ENH: add docs for command line ctest 2009-05-07 18:22:54 -04:00