CMake/Source
Ömer Fadıl USTA 3b849a7ae9 ccmake: Add missing initializers reported by cppcheck
The return statement uses d1, d2, d3, and d4 variables but the code
which initialize them inside a if statement and not always this if
statement is corrent.  On the other hand these variables are using for
return statement and needed to be initialized.  A trivial fix to pervent
some compilers will give build error.

Reviewed-by: Igor Murzov <e-mail@date.by>
2013-07-15 10:20:00 -04:00
..
CPack Merge topic 'doc-improvements' 2013-05-16 14:38:07 -04:00
CTest Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
CursesDialog ccmake: Add missing initializers reported by cppcheck 2013-07-15 10:20:00 -04:00
QtDialog Merge topic 'doc-improvements' 2013-05-16 14:38:07 -04:00
kwsys Merge branch 'upstream-kwsys' into update-kwsys 2013-07-01 09:36:48 -04:00
.cvsignore
.gitattributes
CMakeLists.txt Merge branch 'master' into vs12-generator 2013-06-28 18:29:54 -04:00
CMakeVersion.bash CMakeVersion.bash: Update sed expression for lower-case 'set' 2012-08-14 08:25:51 -04:00
CMakeVersion.cmake CMake Nightly Date Stamp 2013-07-12 00:01:05 -04:00
CMakeVersionSource.cmake
cmAddCompileOptionsCommand.cxx Introduce add_compile_options command. 2013-06-04 11:36:55 +02:00
cmAddCompileOptionsCommand.h Introduce add_compile_options command. 2013-06-04 11:36:55 +02:00
cmAddCustomCommandCommand.cxx
cmAddCustomCommandCommand.h AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) 2012-11-06 11:54:58 -05:00
cmAddCustomTargetCommand.cxx
cmAddCustomTargetCommand.h
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h Remove unused cmAddDefinitionsCommand::ParseDefinition method. 2013-06-04 12:00:32 +02:00
cmAddDependenciesCommand.cxx add_dependencies: Distinguish target v. file dependencies in error (#14050) 2013-03-29 15:00:33 -04:00
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx
cmAddLibraryCommand.h add_library: Document object library portability suggestion 2013-01-04 09:38:22 -05:00
cmAddSubDirectoryCommand.cxx add_subdirectory: Compute output dir with consistent slashes (#10072) 2013-03-12 11:52:52 -04:00
cmAddSubDirectoryCommand.h Fix spelling and typos (affecting users) 2013-05-07 08:39:19 -04:00
cmAddTestCommand.cxx
cmAddTestCommand.h Add a generator expression for target properties. 2012-09-28 08:49:21 -04:00
cmArchiveWrite.cxx
cmArchiveWrite.h
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands1.cxx Split cmBootstrapCommands.cxx into two sources 2013-06-14 08:35:52 -04:00
cmBootstrapCommands2.cxx Split cmBootstrapCommands.cxx into two sources 2013-06-14 08:35:52 -04:00
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCMakeHostSystemInformationCommand.cxx Add cmake_host_system_information command 2013-06-19 08:46:37 -04:00
cmCMakeHostSystemInformationCommand.h Add cmake_host_system_information command 2013-06-19 08:46:37 -04:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h
cmCMakePolicyCommand.cxx
cmCMakePolicyCommand.h
cmCPluginAPI.cxx
cmCPluginAPI.h
cmCTest.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmCTest.h CTest: Read CTEST_PARALLEL_LEVEL from environment 2013-05-21 15:27:09 -04:00
cmCacheManager.cxx CLI: Suppress the unused warning if the key value pair is cached. 2013-06-04 12:38:56 +02:00
cmCacheManager.h Fix style. 2013-05-16 19:33:13 +02:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h
cmCommand.h
cmCommandArgumentLexer.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmCommandArgumentLexer.h
cmCommandArgumentLexer.in.l Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmCommandArgumentParser.cxx Fix some warnings from -Wundef 2012-12-22 12:47:54 +01:00
cmCommandArgumentParser.y Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmCommandArgumentParserHelper.cxx
cmCommandArgumentParserHelper.h
cmCommandArgumentParserTokens.h
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx Add cmake_host_system_information command 2013-06-19 08:46:37 -04:00
cmCommands.h Split cmBootstrapCommands.cxx into two sources 2013-06-14 08:35:52 -04:00
cmComputeComponentGraph.cxx
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx Make linking APIs aware of 'head' target 2013-01-08 08:53:25 -05:00
cmComputeLinkDepends.h Make linking APIs aware of 'head' target 2013-01-08 08:53:25 -05:00
cmComputeLinkInformation.cxx Merge topic 'set-sysroot' 2013-06-24 08:46:12 -04:00
cmComputeLinkInformation.h Recognize shared library files with a numerical suffix 2013-05-21 14:50:16 -04:00
cmComputeTargetDepends.cxx Add LINK_LIBRARIES property for direct target link dependencies 2013-01-08 09:02:43 -05:00
cmComputeTargetDepends.h Make targets depend on the link interface of their dependees. 2013-01-03 13:31:50 -05:00
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h Documentation: Clarify configure_file behavior 2012-11-07 14:30:46 -05:00
cmCoreTryCompile.cxx cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. 2013-06-24 10:43:20 -04:00
cmCoreTryCompile.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCryptoHash.cxx cmCryptoHash: Increase alignment of HashFile buffer 2013-06-13 08:40:10 -04:00
cmCryptoHash.h
cmCustomCommand.cxx
cmCustomCommand.h
cmCustomCommandGenerator.cxx Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions 2012-12-20 12:17:37 +01:00
cmCustomCommandGenerator.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDefinitions.cxx
cmDefinitions.h
cmDepends.cxx cmDepends: No dependency-vector erasure in CheckDependencies 2012-11-06 11:54:39 -05:00
cmDepends.h cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsC.cxx cmDependsC: Collapse relative include paths 2013-06-26 10:14:31 -04:00
cmDependsC.h cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsFortran.cxx cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsFortran.h cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsFortranLexer.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsFortranParser.y Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmDependsFortranParserTokens.h
cmDependsJava.cxx cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsJava.h cmDepends: allow multiple dependees per depender 2012-11-06 11:54:39 -05:00
cmDependsJavaLexer.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmDependsJavaParser.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmDependsJavaParser.y Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentCompileDefinitions.h VS 10: Escape ; as %3B in preprocessor definitions (#14073) 2013-04-11 11:41:15 -04:00
cmDocumentGeneratorExpressions.h Add generator expressions for compiler versions. 2013-06-28 14:32:58 +02:00
cmDocumentLocationUndefined.h Document LOCATION undefined behavior with use of LINKER_LANGUAGE. 2012-10-22 13:59:04 -04:00
cmDocumentVariables.cxx Merge branch 'master' into vs12-generator 2013-06-28 18:29:54 -04:00
cmDocumentVariables.h
cmDocumentation.cxx Fix spelling and typos (affecting binary data / module messages) 2013-05-07 08:39:19 -04:00
cmDocumentation.h
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h
cmDocumentationFormatterDocbook.cxx docbook: Fix Sun CC warning on ptr_fun(isalnum) 2012-09-10 09:41:37 -04:00
cmDocumentationFormatterDocbook.h docbook: Fix formatter naming convention to avoid shadow 2012-09-09 10:55:49 -04:00
cmDocumentationFormatterHTML.cxx
cmDocumentationFormatterHTML.h
cmDocumentationFormatterMan.cxx
cmDocumentationFormatterMan.h
cmDocumentationFormatterText.cxx
cmDocumentationFormatterText.h
cmDocumentationFormatterUsage.cxx
cmDocumentationFormatterUsage.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx OpenBSD: Enable ELF parsing and editing (#14241) 2013-06-21 08:27:40 -04:00
cmELF.h
cmElseCommand.cxx
cmElseCommand.h
cmElseIfCommand.cxx
cmElseIfCommand.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h enable_language: Clarify documentation 2013-06-12 10:58:32 -04:00
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 Generate INTERFACE_COMPILE_OPTIONS on export. 2013-06-10 16:50:20 +02:00
cmExportBuildFileGenerator.h OS X: Add support for @rpath in export files. 2013-06-03 09:42:05 -04:00
cmExportCommand.cxx Fix spelling and typos (affecting binary data / module messages) 2013-05-07 08:39:19 -04:00
cmExportCommand.h
cmExportFileGenerator.cxx Merge topic 'rpath-on-mac' 2013-06-03 09:56:44 -04:00
cmExportFileGenerator.h OS X: Add support for @rpath in export files. 2013-06-03 09:42:05 -04:00
cmExportInstallFileGenerator.cxx Generate INTERFACE_COMPILE_OPTIONS on export. 2013-06-10 16:50:20 +02:00
cmExportInstallFileGenerator.h OS X: Add support for @rpath in export files. 2013-06-03 09:42:05 -04:00
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExportSet.cxx exports: fix build with MSVC6 2012-09-28 17:00:52 -04:00
cmExportSet.h exports: fix build with MSVC6 2012-09-28 17:00:52 -04:00
cmExportSetMap.cxx exports: Add cmExportSetMap class 2012-09-28 09:21:39 -04:00
cmExportSetMap.h exports: Add cmExportSetMap class 2012-09-28 09:21:39 -04:00
cmExportTryCompileFileGenerator.cxx Use a preprocessor loop to manage the valid transitive properties. 2013-06-10 16:13:21 +02:00
cmExportTryCompileFileGenerator.h OS X: Add support for @rpath in export files. 2013-06-03 09:42:05 -04:00
cmExprLexer.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmExprLexer.h
cmExprLexer.in.l Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmExprParser.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmExprParser.y Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) 2013-03-25 10:49:22 -04:00
cmExtraCodeBlocksGenerator.h
cmExtraEclipseCDT4Generator.cxx Eclipse: fix #14204 and #14205: no file links to directories 2013-06-11 22:50:38 +02:00
cmExtraEclipseCDT4Generator.h Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699) 2013-04-28 15:50:31 +02:00
cmExtraSublimeTextGenerator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmExtraSublimeTextGenerator.h Remove ability to generate sublime clang files. 2013-02-19 14:43:20 -05:00
cmFLTKWrapUICommand.cxx Store includes from the same include_directories call together. 2013-01-21 09:12:22 +01:00
cmFLTKWrapUICommand.h
cmFileCommand.cxx Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmFileCommand.h file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx Teach find_(path|file) about Linux multiarch (#13742) 2012-11-26 16:46:04 -05:00
cmFindBase.h find_library: Optionally consider all names in each directory 2012-09-25 17:08:08 -04:00
cmFindCommon.cxx Use --sysroot when cross compiling. 2013-06-07 13:32:52 +02:00
cmFindCommon.h
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx find_library: Optionally consider all names in each directory 2012-09-25 17:08:08 -04:00
cmFindLibraryCommand.h find_library: Optionally consider all names in each directory 2012-09-25 17:08:08 -04:00
cmFindPackageCommand.cxx Mention that IMPORTED targets may be created by a find_package call. 2013-03-06 21:35:20 +01:00
cmFindPackageCommand.h
cmFindPathCommand.cxx Teach find_(path|file) about Linux multiarch (#13742) 2012-11-26 16:46:04 -05:00
cmFindPathCommand.h
cmFindProgramCommand.cxx
cmFindProgramCommand.h
cmForEachCommand.cxx
cmForEachCommand.h
cmFunctionBlocker.h
cmFunctionCommand.cxx Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmFunctionCommand.h Documentation: Clarify some command descriptions 2012-11-07 14:10:56 -05:00
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGeneratorExpression.cxx Fix cmGeneratorExpression::Preprocess for interleaved inputs. 2013-03-18 15:09:47 +01:00
cmGeneratorExpression.h Merge topic 'interface-property-external-read' 2013-02-25 13:12:12 -05:00
cmGeneratorExpressionDAGChecker.cxx Genex: Extend EvaluatingLinkLibraries to also check the top target name. 2013-06-24 16:22:15 +02:00
cmGeneratorExpressionDAGChecker.h Genex: Extend EvaluatingLinkLibraries to also check the top target name. 2013-06-24 16:22:15 +02:00
cmGeneratorExpressionEvaluationFile.cxx file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
cmGeneratorExpressionEvaluationFile.h file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
cmGeneratorExpressionEvaluator.cxx Add generator expressions for compiler versions. 2013-06-28 14:32:58 +02:00
cmGeneratorExpressionEvaluator.h Extract the ProcessArbitraryContent method. 2013-05-16 19:36:31 +02:00
cmGeneratorExpressionLexer.cxx cmGeneratorExpression: Re-write for multi-stage evaluation 2012-09-18 17:02:23 -04:00
cmGeneratorExpressionLexer.h cmGeneratorExpression: Re-write for multi-stage evaluation 2012-09-18 17:02:23 -04:00
cmGeneratorExpressionParser.cxx Genex: Don't segfault on $<FOO,> 2012-11-27 09:12:39 -05:00
cmGeneratorExpressionParser.h cmGeneratorExpression: Re-write for multi-stage evaluation 2012-09-18 17:02:23 -04:00
cmGeneratorTarget.cxx VS: Add Windows Forms Support 2013-05-16 13:06:44 -04:00
cmGeneratorTarget.h VS: Add Windows Forms Support 2013-05-16 13:06:44 -04:00
cmGetCMakePropertyCommand.cxx Split cmBootstrapCommands.cxx into two sources 2013-06-14 08:35:52 -04:00
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx get_filename_component: Add DIRECTORY option (#14091) 2013-04-16 09:37:37 -04:00
cmGetFilenameComponentCommand.h get_filename_component: Add DIRECTORY option (#14091) 2013-04-16 09:37:37 -04:00
cmGetPropertyCommand.cxx Split cmBootstrapCommands.cxx into two sources 2013-06-14 08:35:52 -04:00
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGlobalBorlandMakefileGenerator.cxx Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalBorlandMakefileGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalGenerator.cxx Add whitespace after colons in error messages. 2013-06-21 16:21:44 +02:00
cmGlobalGenerator.h Merge topic 'genex-generate-file' 2013-05-28 10:42:18 -04:00
cmGlobalGeneratorFactory.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalJOMMakefileGenerator.cxx Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalJOMMakefileGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalKdevelopGenerator.cxx
cmGlobalKdevelopGenerator.h
cmGlobalMSYSMakefileGenerator.cxx Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalMSYSMakefileGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalMinGWMakefileGenerator.cxx Ninja: use MinGW generator code in EnableLanguage() 2013-03-09 11:28:45 +01:00
cmGlobalMinGWMakefileGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalNMakeMakefileGenerator.cxx Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalNMakeMakefileGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalNinjaGenerator.cxx Ninja: Custom Command file depends don't need to exist before building 2013-07-01 09:01:01 -04:00
cmGlobalNinjaGenerator.h Ninja: Custom Command file depends don't need to exist before building 2013-07-01 09:01:01 -04:00
cmGlobalUnixMakefileGenerator3.cxx Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalUnixMakefileGenerator3.h Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalVisualStudio6Generator.cxx Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalVisualStudio6Generator.h Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalVisualStudio7Generator.cxx Merge topic 'vs-configurations' 2013-05-16 14:38:40 -04:00
cmGlobalVisualStudio7Generator.h Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalVisualStudio8Generator.cxx VS: Added "Deploy" at project configuration for WindowsCE targets 2012-11-27 08:31:20 -05:00
cmGlobalVisualStudio8Generator.h VS: Added "Deploy" at project configuration for WindowsCE targets 2012-11-27 08:31:20 -05:00
cmGlobalVisualStudio9Generator.cxx VS: Allow setting the name of the target platform 2012-11-27 08:31:18 -05:00
cmGlobalVisualStudio9Generator.h VS: Add parser for WCE.VCPlatform.config to read WinCE platforms 2012-11-27 08:31:17 -05:00
cmGlobalVisualStudio10Generator.cxx Merge topic 'vs-generator-brief-doc-update' 2013-07-02 08:38:57 -04:00
cmGlobalVisualStudio10Generator.h Add projectDir parameter to GenerateBuildCommand 2013-04-12 11:35:35 -04:00
cmGlobalVisualStudio11Generator.cxx VS: Clarify Visual Studio product year for each version 2013-07-02 08:24:38 -04:00
cmGlobalVisualStudio11Generator.h VS11: Allow using folders with the VS11 Express Edition (#13770) 2012-12-03 13:53:43 -05:00
cmGlobalVisualStudio12Generator.cxx VS: Clarify Visual Studio product year for each version 2013-07-02 08:24:38 -04:00
cmGlobalVisualStudio12Generator.h VS12: Add Visual Studio 12 generator (#14251) 2013-06-28 18:13:14 -04:00
cmGlobalVisualStudio71Generator.cxx VS: Added "Deploy" at project configuration for WindowsCE targets 2012-11-27 08:31:20 -05:00
cmGlobalVisualStudio71Generator.h VS: Added "Deploy" at project configuration for WindowsCE targets 2012-11-27 08:31:20 -05:00
cmGlobalVisualStudioGenerator.cxx Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmGlobalVisualStudioGenerator.h VS: Support setting correct subsystem and entry point for WinCE 2012-11-26 09:33:28 -05:00
cmGlobalWatcomWMakeGenerator.cxx Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalWatcomWMakeGenerator.h Make cmGlobalGenerator::GetDocumentation() a static function 2012-11-19 12:54:50 -05:00
cmGlobalXCodeGenerator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmGlobalXCodeGenerator.h Escape target flags taken from COMPILE_OPTIONS 2013-06-27 12:57:32 -04:00
cmGraphAdjacencyList.h
cmGraphVizWriter.cxx Always use the auto_ptr from cmsys. 2012-11-21 00:56:36 +01:00
cmGraphVizWriter.h
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIDEFlagTable.h
cmIDEOptions.cxx VS10: Refactor link options collection 2012-10-26 10:16:45 -04:00
cmIDEOptions.h VS10: Refactor link options collection 2012-10-26 10:16:45 -04:00
cmIfCommand.cxx De-duplicate version comparison code. 2013-06-12 14:09:36 +02:00
cmIfCommand.h if: Document that plain 'NOTFOUND' is a false constant 2012-10-05 15:14:29 -04:00
cmIncludeCommand.cxx Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx include_directories: Fix handling of empty or space-only entries 2013-05-21 15:20:46 -04:00
cmIncludeDirectoryCommand.h documentation: handling of relative paths by include- and link_directories() 2013-01-27 18:00:14 +01:00
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx exports: Hold an ExportSet pointer in cm*Export*Generator 2012-09-28 09:21:39 -04:00
cmInstallCommand.h Enhance DESTDIR documentation. Fixes #0012374. 2012-08-14 20:15:22 +02:00
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h
cmInstallExportGenerator.cxx exports: store pointers to all installations of each export set 2012-09-28 09:21:39 -04:00
cmInstallExportGenerator.h install(EXPORT): Force absolute paths for usr-move 2013-03-08 09:55:18 -05:00
cmInstallFilesCommand.cxx
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx
cmInstallGenerator.h
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx install: do not strip dll import libraries (#14123) 2013-07-01 08:56:03 -04:00
cmInstallTargetGenerator.h Revert "Move GetLinkInformation to cmGeneratorTarget" 2012-11-21 15:49:37 +01:00
cmInstallTargetsCommand.cxx make default install component name configurable 2012-05-14 22:19:12 +02:00
cmInstallTargetsCommand.h
cmInstallType.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h documentation: handling of relative paths by include- and link_directories() 2013-01-27 18:00:14 +01:00
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmListCommand.cxx Consolidate list() argument count testing 2012-11-02 17:09:55 +01:00
cmListCommand.h
cmListFileCache.cxx
cmListFileCache.h Rename the IncludeDirectoriesEntry to be more generic. 2013-02-12 10:39:35 +01:00
cmListFileLexer.c Remove some uses of obsolete 'register' storage specifier 2013-06-28 16:37:49 -04:00
cmListFileLexer.h
cmListFileLexer.in.l Document removal of 'register' from flex/bison output 2013-06-28 16:37:59 -04:00
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx Revert "load_command: Deprecate and document pending removal" 2013-01-07 10:31:07 -05:00
cmLoadCommandCommand.h Revert "load_command: Deprecate and document pending removal" 2013-01-07 10:31:07 -05:00
cmLocalGenerator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmLocalGenerator.h Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmLocalNinjaGenerator.cxx Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static 2013-07-01 08:59:38 -04:00
cmLocalNinjaGenerator.h
cmLocalUnixMakefileGenerator3.cxx Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmLocalUnixMakefileGenerator3.h AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) 2012-11-06 11:54:58 -05:00
cmLocalVisualStudio6Generator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmLocalVisualStudio6Generator.h Fix config-specific INCLUDE_DIRECTORIES in multi-config generators 2012-10-17 16:24:14 -04:00
cmLocalVisualStudio7Generator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmLocalVisualStudio7Generator.h VS: Avoid empty source groups in some cases (#3474) 2013-03-08 08:27:12 -05:00
cmLocalVisualStudio10Generator.cxx
cmLocalVisualStudio10Generator.h
cmLocalVisualStudioGenerator.cxx Resolve warnings about unused variables. 2012-11-07 13:45:30 +01:00
cmLocalVisualStudioGenerator.h VS12: Add Visual Studio 12 generator (#14251) 2013-06-28 18:13:14 -04:00
cmLocalXCodeGenerator.cxx Escape target flags taken from COMPILE_OPTIONS 2013-06-27 12:57:32 -04:00
cmLocalXCodeGenerator.h Escape target flags taken from COMPILE_OPTIONS 2013-06-27 12:57:32 -04:00
cmMacroCommand.cxx
cmMacroCommand.h Documentation: Clarify some command descriptions 2012-11-07 14:10:56 -05:00
cmMakeDepend.cxx GenEx: Fix reporting about not-found include directories and libraries. 2012-10-17 16:23:32 -04:00
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx cmMakefile: Track configured files so we can regenerate them (#13582) 2013-06-25 08:51:20 -04:00
cmMakefile.h cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. 2013-06-24 10:43:20 -04:00
cmMakefileExecutableTargetGenerator.cxx Use --sysroot when cross compiling. 2013-06-07 13:32:52 +02:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx Use --sysroot when cross compiling. 2013-06-07 13:32:52 +02:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 2013-06-27 12:57:32 -04:00
cmMakefileTargetGenerator.h Refactor how bundles and frameworks are supported. 2013-05-23 10:42:49 -04:00
cmMakefileUtilityTargetGenerator.cxx Refactor how bundles and frameworks are supported. 2013-05-23 10:42:49 -04:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h Documentation: Correct typos and grammar 2012-11-07 13:51:50 -05:00
cmMessageCommand.cxx
cmMessageCommand.h Documentation: Clarify some command descriptions 2012-11-07 14:10:56 -05:00
cmNewLineStyle.cxx
cmNewLineStyle.h
cmNinjaNormalTargetGenerator.cxx Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static 2013-07-01 08:59:38 -04:00
cmNinjaNormalTargetGenerator.h
cmNinjaTargetGenerator.cxx Merge topic 'ninja_phony_targets' 2013-07-01 09:15:09 -04:00
cmNinjaTargetGenerator.h Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. 2012-09-19 15:31:29 +02:00
cmNinjaTypes.h
cmNinjaUtilityTargetGenerator.cxx Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static 2013-07-01 08:59:38 -04:00
cmNinjaUtilityTargetGenerator.h
cmOSXBundleGenerator.cxx cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. 2013-06-24 10:43:20 -04:00
cmOSXBundleGenerator.h OS X: Fix getting of CFBundle LOCATION property. 2013-06-03 06:29:33 -06:00
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderDirectories.cxx OS X: Add RPATH support for Mac. 2013-06-03 09:42:05 -04:00
cmOrderDirectories.h
cmOutputRequiredFilesCommand.cxx
cmOutputRequiredFilesCommand.h
cmPolicies.cxx Merge topic 'error-on-exported-missing-include-dir' 2013-05-21 15:13:26 -04:00
cmPolicies.h Error on relative path in INCLUDE_DIRECTORIES target property. 2013-05-21 14:59:17 -04:00
cmProcessTools.cxx
cmProcessTools.h
cmProjectCommand.cxx
cmProjectCommand.h
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h Fix casing of 'Qt' in docs, comments and user-visible strings. 2012-08-28 11:24:55 +02:00
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h Fix casing of 'Qt' in docs, comments and user-visible strings. 2012-08-28 11:24:55 +02:00
cmQtAutomoc.cxx automoc: add a global AUTOMOC_TARGETS_FOLDER property 2013-06-28 21:40:16 +02:00
cmQtAutomoc.h QtAutomoc: Use config-dependent compile definitions and includes. 2013-06-12 12:53:25 +02:00
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmScriptGenerator.cxx
cmScriptGenerator.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx
cmSetPropertyCommand.h
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h Fix spelling and typos (product names) 2013-05-07 08:42:20 -04:00
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx Fix spelling and typos (affecting binary data / module messages) 2013-05-07 08:39:19 -04:00
cmSourceFile.h
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx CMake: source_group needs to check its own regex after its children (#13611) 2012-11-23 10:57:13 -05:00
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h Documentation: Correct typos and grammar 2012-11-07 13:51:50 -05:00
cmStandardIncludes.cxx
cmStandardIncludes.h
cmStandardLexer.h
cmStringCommand.cxx Do not set CMAKE_MATCH_ variables when not neeeded 2013-06-14 08:46:14 -04:00
cmStringCommand.h string: Add MAKE_C_IDENTIFIER subcommand 2013-05-21 15:29:34 -04:00
cmSubdirCommand.cxx Fix spelling and typos (affecting binary data / module messages) 2013-05-07 08:39:19 -04:00
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx Merge topic 'make-depends-collapse-paths' 2013-07-02 09:03:52 -04:00
cmSystemTools.h cmDependsC: Collapse relative include paths 2013-06-26 10:14:31 -04:00
cmTarget.cxx automoc: add a global AUTOMOC_TARGETS_FOLDER property 2013-06-28 21:40:16 +02:00
cmTarget.h Merge topic 'target-COMPILE_OPTIONS' 2013-06-03 09:57:44 -04:00
cmTargetCompileDefinitionsCommand.cxx Rename the IncludeDirectoriesEntry to be more generic. 2013-02-12 10:39:35 +01:00
cmTargetCompileDefinitionsCommand.h Add $<LINK_LANGUAGE> generator expression 2013-05-24 09:06:53 -04:00
cmTargetCompileOptionsCommand.cxx Add target_compile_options command. 2013-06-02 11:56:37 +02:00
cmTargetCompileOptionsCommand.h Add target_compile_options command. 2013-06-02 11:56:37 +02:00
cmTargetDepend.h
cmTargetExport.h exports: Remove cmTargetExport constructor 2012-09-28 09:21:39 -04:00
cmTargetIncludeDirectoriesCommand.cxx Rename the IncludeDirectoriesEntry to be more generic. 2013-02-12 10:39:35 +01:00
cmTargetIncludeDirectoriesCommand.h Add $<LINK_LANGUAGE> generator expression 2013-05-24 09:06:53 -04:00
cmTargetLinkLibrariesCommand.cxx Centralize maintenance of usage requirement include directories 2013-05-06 09:54:11 -04:00
cmTargetLinkLibrariesCommand.h target_link_libraries: Update usage requirements documentation 2013-04-30 09:15:03 -04:00
cmTargetPropCommandBase.cxx Whitelist target types in target_{include_directories,compile_definitions} 2013-02-08 19:21:30 +01:00
cmTargetPropCommandBase.h Fix use of cmTypeMacro in new command classes 2013-01-31 11:08:40 -05:00
cmTest.cxx Doc: fix example for FAIL_REGULAR_EXPRESSION 2013-05-11 12:02:05 +02:00
cmTest.h
cmTestGenerator.cxx Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions 2012-12-20 12:17:37 +01:00
cmTestGenerator.h
cmTimestamp.cxx CMake: Fix dashboard build errors and warnings 2012-12-06 07:20:12 -05:00
cmTimestamp.h CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
cmTryCompileCommand.cxx
cmTryCompileCommand.h try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
cmTryRunCommand.cxx
cmTryRunCommand.h Documentation: Correct typos and grammar 2012-11-07 13:51:50 -05:00
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVS10CLFlagTable.h
cmVS10LibFlagTable.h
cmVS10LinkFlagTable.h VS10: Honor /DELAYSIGN and /KEYFILE flags (#13601) 2012-10-26 11:02:42 -04:00
cmVS11CLFlagTable.h VS11: Generate flag tables from MSBuild V110 tool files 2012-08-22 11:12:32 -04:00
cmVS11LibFlagTable.h VS11: Generate flag tables from MSBuild V110 tool files 2012-08-22 11:12:32 -04:00
cmVS11LinkFlagTable.h VS11: Generate flag tables from MSBuild V110 tool files 2012-08-22 11:12:32 -04:00
cmVS12CLFlagTable.h VS12: Generate flag tables from MSBuild v120 tool files 2013-06-28 18:13:59 -04:00
cmVS12LibFlagTable.h VS12: Generate flag tables from MSBuild v120 tool files 2013-06-28 18:13:59 -04:00
cmVS12LinkFlagTable.h VS12: Generate flag tables from MSBuild v120 tool files 2013-06-28 18:13:59 -04:00
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx variable_watch: Add missing string enumeration entry (#14188) 2013-06-03 10:20:08 -04:00
cmVariableWatch.h
cmVariableWatchCommand.cxx variable_watch: Print accesses as "CMake Debug Log" messages 2013-06-03 13:19:59 -04:00
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx Merge topic 'vs12-generator' 2013-07-01 09:27:33 -04:00
cmVisualStudio10TargetGenerator.h VS: Add Resx configuration to the vcxproj file 2013-06-28 09:23:41 -04:00
cmVisualStudioGeneratorOptions.cxx Merge branch 'master' into vs12-generator 2013-06-28 18:29:54 -04:00
cmVisualStudioGeneratorOptions.h
cmVisualStudioSlnData.cxx VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
cmVisualStudioSlnData.h VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
cmVisualStudioSlnParser.cxx VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
cmVisualStudioSlnParser.h VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
cmVisualStudioWCEPlatformParser.cxx Add command to generate environment for a Windows CE SDK 2012-11-30 07:59:25 -05:00
cmVisualStudioWCEPlatformParser.h Add command to generate environment for a Windows CE SDK 2012-11-30 07:59:25 -05:00
cmWhileCommand.cxx
cmWhileCommand.h
cmWin32ProcessExecution.cxx Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmWin32ProcessExecution.h Fix spelling and typos (non-binary) 2013-05-07 08:39:19 -04:00
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx Xcode: Each target dependency edge needs a unique object (#13935) 2013-02-19 16:45:58 -05:00
cmXCodeObject.h Xcode: Each target dependency edge needs a unique object (#13935) 2013-02-19 16:45:58 -05:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cm_sha2.c
cm_sha2.h
cm_sha2_mangle.h
cm_utf8.c
cm_utf8.h
cmake.cxx Merge topic 'vs12-generator' 2013-07-01 09:27:33 -04:00
cmake.h Merge topic 'cmake-help-generators-fix' 2013-05-21 15:13:02 -04:00
cmakemain.cxx Fix spelling and typos (affecting binary data / module messages) 2013-05-07 08:39:19 -04:00
cmaketest.h.in
cmakewizard.cxx wizard: simplify control flow 2013-05-22 12:52:12 -04:00
cmakewizard.h
cmakexbuild.cxx
cmcldeps.cxx Fix spelling and typos (product names) 2013-05-07 08:42:20 -04:00
cmparseMSBuildXML.py VS12: Generate flag tables from MSBuild v120 tool files 2013-06-28 18:13:59 -04:00
cmw9xcom.cxx Resolve warnings about shadowing parameters and local variables. 2012-11-13 13:26:10 -05:00
ctest.cxx CTest: Read CTEST_PARALLEL_LEVEL from environment 2013-05-21 15:27:09 -04:00