CMake/Source
Bill Hoffman 756cb547f3 BUG: fix xcode depend issue and add a test for it 2009-02-19 11:51:24 -05:00
..
CPack BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch. 2009-02-19 10:39:08 -05:00
CTest ENH: Remove generation of unused Update.xml parts 2009-02-17 11:37:18 -05:00
CursesDialog BUG: fix for 4026, display a message if ccmake has errors 2008-10-09 12:49:49 -04:00
FLTKDialog
MFCDialog ENH: fix dumb MS warning about BOOL and performance with more code 2008-03-11 23:01:41 -04:00
QtDialog ENH: change name for start menu entry 2009-02-16 11:17:54 -05:00
WXDialog
kwsys STYLE: Nightly Date Stamp 2009-02-19 00:01:05 -05:00
.cvsignore
CMakeLists.txt ENH: Create internal 'ctest --launch' tool 2009-02-11 11:31:25 -05:00
cmAddCustomCommandCommand.cxx ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() 2008-06-02 16:45:07 -04:00
cmAddCustomCommandCommand.h ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() 2008-06-02 16:45:07 -04:00
cmAddCustomTargetCommand.cxx ENH: Allow custom sources in custom targets 2008-10-09 11:01:23 -04:00
cmAddCustomTargetCommand.h ENH: Allow custom sources in custom targets 2008-10-09 11:01:23 -04:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx ENH: Add UNKNOWN type for IMPORTED libraries 2008-08-18 11:39:22 -04:00
cmAddLibraryCommand.h ENH: Add UNKNOWN type for IMPORTED libraries 2008-08-18 11:39:22 -04:00
cmAddSubDirectoryCommand.cxx
cmAddSubDirectoryCommand.h ENH: Clarify documentation of EXCLUDE_FROM_ALL 2008-08-07 17:12:16 -04:00
cmAddTestCommand.cxx
cmAddTestCommand.h
cmAuxSourceDirectoryCommand.cxx BUG: fix for bug 6911, aux source dir was broken from a previous fix 2008-04-26 08:39:27 -04:00
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
cmCPluginAPI.h
cmCTest.cxx ENH: add label global property to ctest scripts 2009-02-10 16:08:40 -05:00
cmCTest.h STYLE: Add TODO comment about CTest configuration 2009-02-13 11:49:26 -05:00
cmCacheManager.cxx ENH: fix fix for unc paths 2009-02-10 17:25:20 -05:00
cmCacheManager.h
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 BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual Studio macros fail. You can still get the error output as messages if you want using --debug-output from the cmake command line. 2008-07-30 15:26:34 -04:00
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 ENH: Create $CACHE{VAR} syntax 2008-09-25 10:21:15 -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 ENH: Allow a custom list of debug configurations 2008-09-04 17:34:25 -04:00
cmComputeLinkDepends.h ENH: Allow a custom list of debug configurations 2008-09-04 17:34:25 -04:00
cmComputeLinkInformation.cxx ENH: Keep target information in final link line 2008-09-15 13:30:07 -04:00
cmComputeLinkInformation.h ENH: Keep target information in final link line 2008-09-15 13:30:07 -04:00
cmComputeTargetDepends.cxx BUG: Avoid bogus dependency on executable targets 2008-08-06 17:48:53 -04:00
cmComputeTargetDepends.h BUG: Avoid bogus dependency on executable targets 2008-08-06 17:48:53 -04:00
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCoreTryCompile.cxx ENH: Emit a little more information in the error message when the output file is not found during a core try compile. 2009-01-29 15:23:18 -05:00
cmCoreTryCompile.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCustomCommand.cxx ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() 2008-06-02 16:45:07 -04:00
cmCustomCommand.h ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() 2008-06-02 16:45:07 -04:00
cmData.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDepends.cxx ENH: Light refactoring of implicit dependency scanning configuration implementation. 2008-05-08 10:09:14 -04:00
cmDepends.h ENH: Light refactoring of implicit dependency scanning configuration implementation. 2008-05-08 10:09:14 -04:00
cmDependsC.cxx ENH: Teach cmDependsC about user-configured macro transformations. 2008-05-14 11:54:32 -04:00
cmDependsC.h ENH: Teach cmDependsC about user-configured macro transformations. 2008-05-14 11:54:32 -04:00
cmDependsFortran.cxx ENH: Light refactoring of implicit dependency scanning configuration implementation. 2008-05-08 10:09:14 -04:00
cmDependsFortran.h ENH: Light refactoring of implicit dependency scanning configuration implementation. 2008-05-08 10:09:14 -04:00
cmDependsFortranLexer.cxx ENH: Patch from Maik to add Fortran03 USE syntax support. 2008-04-23 23:53:20 -04:00
cmDependsFortranLexer.h BUG: Fix Fortran dependency parser preprocessor handling crash. 2008-04-21 11:15:56 -04:00
cmDependsFortranLexer.in.l ENH: Patch from Maik to add Fortran03 USE syntax support. 2008-04-23 23:53:20 -04:00
cmDependsFortranParser.cxx BUG: Do not use 'char' type as array subscript 2009-02-17 11:53:57 -05:00
cmDependsFortranParser.h
cmDependsFortranParser.y BUG: Do not use 'char' type as array subscript 2009-02-17 11:53:57 -05:00
cmDependsFortranParserTokens.h ENH: Patch from Maik to add Fortran03 USE syntax support. 2008-04-23 23:53:20 -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: Provide variable CMAKE_VERSION 2009-01-15 08:57:44 -05:00
cmDocumentVariables.h
cmDocumentation.cxx COMP: Fix assignment inside condition 2008-10-11 15:35:30 -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 ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04: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 BUG: Fix operator precedence error in cmELF 2008-08-04 09:38:38 -04:00
cmELF.h ENH: Added cmELF methods to get information about DYNAMIC section entries. 2008-04-14 15:02:24 -04:00
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 ENH: Allow a custom list of debug configurations 2008-09-04 17:34:25 -04:00
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 ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDENCIES() 2008-04-27 07:01:05 -04:00
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 BUG: fix #8203: codeblocks + mingw doesn't like the extra quotes around the 2009-01-09 18:04:20 -05:00
cmExtraCodeBlocksGenerator.h
cmExtraEclipseCDT4Generator.cxx COMP: Fix const set find for Borland 5.5 2009-01-14 09:51:58 -05:00
cmExtraEclipseCDT4Generator.h ENH: patch from Miguel, 2009-01-11 12:18:44 -05:00
cmFLTKWrapUICommand.cxx BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed 2008-06-23 11:08:57 -04:00
cmFLTKWrapUICommand.h
cmFileCommand.cxx ENH: Add undocumented file(DIFFERENT) command 2009-01-07 14:16:35 -05:00
cmFileCommand.h ENH: Add undocumented file(DIFFERENT) command 2009-01-07 14:16:35 -05:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx ENH: Clarify PATH_SUFFIXES documentation 2008-10-14 08:43:19 -04:00
cmFindBase.h ENH: Add HINTS option to find_* commands. 2008-06-09 15:08:59 -04:00
cmFindCommon.cxx ENH: undo bad checkin 2008-10-03 08:16:37 -04:00
cmFindCommon.h ENH: Add HINTS option to find_* commands. 2008-06-09 15:08:59 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx BUG: Fix lib/ to lib/64/ search path conversion 2008-09-23 13:34:23 -04:00
cmFindLibraryCommand.h ENH: Refactor find_* command framework/appbundle search order impl. 2008-06-09 11:58:29 -04:00
cmFindPackageCommand.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmFindPackageCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmFindPathCommand.cxx ENH: Improve framework search speed for find_file and find_path 2008-06-09 12:51:01 -04:00
cmFindPathCommand.h ENH: Refactor find_* command framework/appbundle search order impl. 2008-06-09 11:58:29 -04:00
cmFindProgramCommand.cxx ENH: Refactor find_* command framework/appbundle search order impl. 2008-06-09 11:58:29 -04:00
cmFindProgramCommand.h
cmForEachCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmForEachCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05: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
cmGeneratedFileStream.h
cmGetCMakePropertyCommand.cxx ENH: Further refinement of the CPack components functionality from Doug Gregor. 2008-07-08 11:52:25 -04:00
cmGetCMakePropertyCommand.h ENH: Further refinement of the CPack components functionality from Doug Gregor. 2008-07-08 11:52:25 -04:00
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h ENH: Update documentation of computed directory properites. 2008-06-26 10:58:44 -04:00
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: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmGetPropertyCommand.h BUG: Fix typo in get_property documentation 2008-09-04 13:15:18 -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 BUG: Fix logic of LabelFiles.txt generation 2009-02-12 13:25:15 -05:00
cmGlobalGenerator.h ENH: Define target and source property LABELS 2009-02-10 08:50:21 -05:00
cmGlobalKdevelopGenerator.cxx BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, 2008-08-16 16:58:20 -04:00
cmGlobalKdevelopGenerator.h COMP: fix warning about unused mf 2008-03-27 17:40:43 -04:00
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: better error message for mis-configured nmake environment 2008-10-14 11:42:45 -04:00
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx BUG: Fix OS X AppBundle/FW byproducts dependencies 2009-02-06 11:18:56 -05: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 BUG: fix location of tmp file to use the full path, caused error on vista not running as admin 2008-04-01 17:39:04 -04:00
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 BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual Studio macros fail. You can still get the error output as messages if you want using --debug-output from the cmake command line. 2008-07-30 15:26:34 -04:00
cmGlobalVisualStudioGenerator.h ENH: add support for Intel Fortran Visual studio IDE 2008-04-30 13:26:04 -04:00
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCode21Generator.cxx
cmGlobalXCode21Generator.h
cmGlobalXCodeGenerator.cxx BUG: fix xcode depend issue and add a test for it 2009-02-19 11:51:24 -05:00
cmGlobalXCodeGenerator.h STYLE: Fix line-too-long 2008-10-10 08:11:08 -04:00
cmGraphAdjacencyList.h
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIfCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmIfCommand.h ENH: fix style 2009-02-16 13:56:04 -05: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
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 STYLE: fix line length stuff for KWStyle 2008-10-01 09:04:27 -04:00
cmInstallCommand.h ENH: Clarify documentation of install(TARGETS) command to refer to install target types by the upper-case keywords used when invoking the command. 2008-04-14 18:03:15 -04:00
cmInstallCommandArguments.cxx BUG: fix the default "Unspecified" component when only the generic (i.e. not 2008-03-26 18:30:34 -04:00
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallExportGenerator.cxx ENH: Clean per-config export files during install 2009-01-07 14:16:40 -05: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
cmInstallFilesGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallGenerator.cxx BUG: Fix component-name test on installation 2008-12-16 09:20:51 -05:00
cmInstallGenerator.h
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 BUG: Do not map install_name of imported targets 2008-11-25 16:50:48 -05:00
cmInstallTargetGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallTargetsCommand.cxx ENH: Further refinement of the CPack components functionality from Doug Gregor. 2008-07-08 11:52:25 -04:00
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 BUG: fix failing test 2008-05-20 12:15:40 -04:00
cmListCommand.h ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove duplicates from a list (keep the ordering) 2008-03-12 17:02:10 -04:00
cmListFileCache.cxx ENH: support parenthesis as arguments and in conditionals feature request #6191 2008-06-26 13:01:35 -04:00
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: Add rule substitutions useful for launchers 2009-02-10 08:52:07 -05:00
cmLocalGenerator.h ENH: Add rule substitutions useful for launchers 2009-02-10 08:52:07 -05:00
cmLocalUnixMakefileGenerator3.cxx ENH: Add rule substitutions useful for launchers 2009-02-10 08:52:07 -05:00
cmLocalUnixMakefileGenerator3.h ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmLocalVisualStudio6Generator.cxx ENH: Refactor passing of max length object dir 2008-12-16 09:14:40 -05:00
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx BUG: fix for 7845, idl files compile even with headerfile only on 2009-01-27 10:26:55 -05:00
cmLocalVisualStudio7Generator.h ENH: add support for Intel Fortran Visual studio IDE 2008-04-30 13:26:04 -04:00
cmLocalVisualStudioGenerator.cxx
cmLocalVisualStudioGenerator.h
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
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmMakefile.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmMakefileExecutableTargetGenerator.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmMakefileLibraryTargetGenerator.h ENH: Create Info.plist files in OS X Frameworks 2008-09-02 12:06:32 -04:00
cmMakefileTargetGenerator.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmMakefileTargetGenerator.h ENH: Factor out listing of objects on command line 2008-10-15 10:21:14 -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 ENH: Make message(SEND_ERROR) report context. 2008-04-14 09:20:16 -04:00
cmMessageCommand.h
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 ENH: Warn when system libraries may be hidden. 2008-07-29 14:57:00 -04:00
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: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmPolicies.h ENH: try to fix vs6 build 2009-01-23 12:20:09 -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
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
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 STYLE: extend documentation for RETURN() a bit 2008-08-16 18:06:17 -04:00
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx BUG: fix issue with -D and cache force 2008-11-21 16:32:39 -05:00
cmSetCommand.h ENH: Add unset() command. 2008-08-25 10:31:29 -04:00
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx ENH: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmSetPropertyCommand.h ENH: support unset of properties 2008-04-01 14:22:09 -04:00
cmSetSourceFilesPropertiesCommand.cxx BUG:6990 fix crash with set_source_files_properties 2008-05-08 15:49:53 -04:00
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx ENH: Disallow link-type keywords in link interface 2008-08-19 11:43:51 -04:00
cmSetTargetPropertiesCommand.h BUG: fix for 4524, add support for target properties to set vs source code control information 2008-10-07 16:23:20 -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: Define target and source property LABELS 2009-02-10 08:50:21 -05:00
cmSourceFile.h ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) to determine the language without requiring the source file to exist. 2008-04-29 14:17:42 -04:00
cmSourceFileLocation.cxx BUG: Fix matching of ambiguous sf extensions. 2008-08-05 13:27:01 -04:00
cmSourceFileLocation.h BUG: Fix matching of ambiguous sf extensions. 2008-08-05 13:27:01 -04:00
cmSourceGroup.cxx COMP: Fix build with concept checking of STL. 2008-05-16 16:56:41 -04:00
cmSourceGroup.h COMP: Fix build with concept checking of STL. 2008-05-16 16:56:41 -04:00
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.h
cmStandardLexer.h
cmStringCommand.cxx BUG: Correct typo in error message. 2008-08-26 12:54:06 -04:00
cmStringCommand.h
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx ENH: Create cmXMLSafe to help escapes in XML 2009-02-05 16:31:37 -05:00
cmSystemTools.h ENH: Create cmXMLSafe to help escapes in XML 2009-02-05 16:31:37 -05:00
cmTarget.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmTarget.h ENH: Define target-specific support directories 2009-02-10 08:50:09 -05:00
cmTargetLinkLibrariesCommand.cxx ENH: Allow a custom list of debug configurations 2008-09-04 17:34:25 -04:00
cmTargetLinkLibrariesCommand.h ENH: Clarify target_link_libraries docs 2009-02-02 09:42:23 -05:00
cmTest.cxx ENH: Teach CTest to submit test property LABELS 2009-01-07 10:41:37 -05:00
cmTest.h
cmTryCompileCommand.cxx
cmTryCompileCommand.h
cmTryRunCommand.cxx
cmTryRunCommand.h
cmUnsetCommand.cxx ENH: Add unset() command. 2008-08-25 10:31:29 -04:00
cmUnsetCommand.h ENH: Add unset() command. 2008-08-25 10:31:29 -04:00
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx
cmVariableWatchCommand.h
cmVersion.cxx ENH: remove beta stuff from version 2008-06-13 10:15:13 -04:00
cmVersion.h
cmWhileCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmWhileCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmWin32ProcessExecution.cxx BUG: fix extra close that killed cmake when being debugged 2008-09-04 17:02:25 -04:00
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx BUG: Remove check for files written by file(WRITE) being loaded. 2008-04-30 13:42:40 -04:00
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx ENH: Simplify string attributes in Xcode generator 2008-09-02 10:27:15 -04:00
cmXCodeObject.h ENH: Simplify string attributes in Xcode generator 2008-09-02 10:27:15 -04:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx COMP: Avoid parameter/member shadow in cmXMLSafe 2009-02-06 09:08:02 -05:00
cmXMLSafe.h COMP: Avoid parameter/member shadow in cmXMLSafe 2009-02-06 09:08:02 -05:00
cmake.cxx ENH: Define RULE_LAUNCH_* properties 2009-02-10 08:51:15 -05:00
cmake.h BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmakemain.cxx BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmakexbuild.cxx
cmw9xcom.cxx
ctest.cxx ENH: Create internal 'ctest --launch' tool 2009-02-11 11:31:25 -05:00