[Cmake-commits] CMake branch, master, updated. v3.5.2-688-g7d2a0aa

Brad King brad.king at kitware.com
Tue May 17 09:33:05 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  7d2a0aa76c25d92f1e2a03778f5666bdd7e56b92 (commit)
       via  d9fd2f5402eeaa345691313658e02b51038f570b (commit)
       via  82df6deaafb36cbbfd450202bb20b320f637751a (commit)
       via  6a13f43f309dd3484c3339730d141c89ecb27101 (commit)
       via  bf451d9ff92fb8240dbb0e7af951cd08bffa9f5e (commit)
       via  1e90d78f99cab5dea29af87e2f2d26880a71eae4 (commit)
       via  da60adc363b3e0e0dd5f1fee23bd0f7254be9a78 (commit)
      from  930ac45cbafca79eec9ae68e07c547b5c81b8c2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d2a0aa76c25d92f1e2a03778f5666bdd7e56b92
commit 7d2a0aa76c25d92f1e2a03778f5666bdd7e56b92
Merge: 930ac45 d9fd2f5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 17 09:33:02 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 17 09:33:02 2016 -0400

    Merge topic 'clang-format-source'
    
    d9fd2f54 Revise C++ coding style using clang-format
    82df6dea Empty commit at end of history preceding clang-format style transition
    6a13f43f CONTRIBUTING: Add a section on coding style
    bf451d9f Add a script to run clang-format on the entire source tree
    1e90d78f Configure clang-format for CMake source tree
    da60adc3 Tell Git to use a distinct conflict marker size in `.rst` files


-----------------------------------------------------------------------

Summary of changes:
 .clang-format                                      |    9 +
 .gitattributes                                     |    2 +
 CONTRIBUTING.rst                                   |   10 +
 Modules/CMakeCCompilerABI.c                        |   11 +-
 Modules/CMakeCXXCompilerABI.cpp                    |    4 +-
 Modules/CMakeCompilerABI.h                         |   24 +-
 Modules/CheckForPthreads.c                         |   19 +-
 Modules/CheckFunctionExists.c                      |   20 +-
 Modules/CheckVariableExists.c                      |   16 +-
 Modules/FortranCInterface/my_module_.c             |    4 +-
 Modules/FortranCInterface/mymodule_.c              |    4 +-
 Modules/TestForANSIStreamHeaders.cxx               |    2 +-
 Modules/TestForAnsiForScope.cxx                    |    5 +-
 Modules/TestForSSTREAM.cxx                         |    7 +-
 Modules/TestForSTDNamespace.cxx                    |    2 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |  499 +--
 Source/CPack/IFW/cmCPackIFWGenerator.h             |   22 +-
 Source/CPack/IFW/cmCPackIFWInstaller.cxx           |  451 +-
 Source/CPack/IFW/cmCPackIFWInstaller.h             |    6 +-
 Source/CPack/IFW/cmCPackIFWPackage.cxx             |  389 +-
 Source/CPack/IFW/cmCPackIFWPackage.h               |   32 +-
 Source/CPack/OSXScriptLauncher.cxx                 |   92 +-
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |  831 ++--
 Source/CPack/WiX/cmCPackWIXGenerator.h             |   83 +-
 Source/CPack/WiX/cmWIXAccessControlList.cxx        |   76 +-
 Source/CPack/WiX/cmWIXAccessControlList.h          |   12 +-
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx  |   29 +-
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h    |    6 +-
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx     |   43 +-
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h       |    8 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx        |   71 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.h          |   37 +-
 Source/CPack/WiX/cmWIXPatch.cxx                    |   88 +-
 Source/CPack/WiX/cmWIXPatch.h                      |    5 +-
 Source/CPack/WiX/cmWIXPatchParser.cxx              |  133 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |    4 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx     |  126 +-
 Source/CPack/WiX/cmWIXShortcut.cxx                 |   78 +-
 Source/CPack/WiX/cmWIXShortcut.h                   |   21 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |  176 +-
 Source/CPack/WiX/cmWIXSourceWriter.h               |   17 +-
 Source/CPack/cmCPack7zGenerator.cxx                |    3 +-
 Source/CPack/cmCPackArchiveGenerator.cxx           |  238 +-
 Source/CPack/cmCPackArchiveGenerator.h             |    6 +-
 Source/CPack/cmCPackBundleGenerator.cxx            |  188 +-
 Source/CPack/cmCPackComponentGroup.cxx             |   18 +-
 Source/CPack/cmCPackComponentGroup.h               |   29 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |   25 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.h        |    1 +
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |   76 +-
 Source/CPack/cmCPackCygwinSourceGenerator.h        |    1 +
 Source/CPack/cmCPackDebGenerator.cxx               |  791 ++--
 Source/CPack/cmCPackDebGenerator.h                 |    9 +-
 Source/CPack/cmCPackDragNDropGenerator.cxx         |  756 ++--
 Source/CPack/cmCPackDragNDropGenerator.h           |   14 +-
 Source/CPack/cmCPackGenerator.cxx                  | 1373 +++---
 Source/CPack/cmCPackGenerator.h                    |   54 +-
 Source/CPack/cmCPackGeneratorFactory.cxx           |  178 +-
 Source/CPack/cmCPackGeneratorFactory.h             |    8 +-
 Source/CPack/cmCPackLog.cxx                        |  180 +-
 Source/CPack/cmCPackLog.h                          |   47 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |  866 ++--
 Source/CPack/cmCPackNSISGenerator.h                |   29 +-
 Source/CPack/cmCPackOSXX11Generator.cxx            |  193 +-
 Source/CPack/cmCPackOSXX11Generator.h              |    5 +-
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |  760 ++--
 Source/CPack/cmCPackPackageMakerGenerator.h        |   18 +-
 Source/CPack/cmCPackRPMGenerator.cxx               |  206 +-
 Source/CPack/cmCPackRPMGenerator.h                 |    6 +-
 Source/CPack/cmCPackSTGZGenerator.cxx              |   61 +-
 Source/CPack/cmCPackTGZGenerator.cxx               |    4 +-
 Source/CPack/cmCPackTGZGenerator.h                 |    1 +
 Source/CPack/cmCPackTXZGenerator.cxx               |    3 +-
 Source/CPack/cmCPackTXZGenerator.h                 |    1 +
 Source/CPack/cmCPackTarBZip2Generator.cxx          |    4 +-
 Source/CPack/cmCPackTarBZip2Generator.h            |    1 +
 Source/CPack/cmCPackTarCompressGenerator.cxx       |    4 +-
 Source/CPack/cmCPackZIPGenerator.cxx               |    4 +-
 Source/CPack/cpack.cxx                             |  378 +-
 Source/CTest/cmCTestBZR.cxx                        |  400 +-
 Source/CTest/cmCTestBZR.h                          |    2 +-
 Source/CTest/cmCTestBatchTestHandler.cxx           |   62 +-
 Source/CTest/cmCTestBatchTestHandler.h             |    1 +
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |  424 +-
 Source/CTest/cmCTestBuildAndTestHandler.h          |   39 +-
 Source/CTest/cmCTestBuildCommand.cxx               |  145 +-
 Source/CTest/cmCTestBuildCommand.h                 |   13 +-
 Source/CTest/cmCTestBuildHandler.cxx               |  931 ++--
 Source/CTest/cmCTestBuildHandler.h                 |   81 +-
 Source/CTest/cmCTestCVS.cxx                        |  192 +-
 Source/CTest/cmCTestCVS.h                          |    6 +-
 Source/CTest/cmCTestCommand.h                      |   12 +-
 Source/CTest/cmCTestConfigureCommand.cxx           |  105 +-
 Source/CTest/cmCTestConfigureCommand.h             |   10 +-
 Source/CTest/cmCTestConfigureHandler.cxx           |   87 +-
 Source/CTest/cmCTestCoverageCommand.cxx            |   29 +-
 Source/CTest/cmCTestCoverageCommand.h              |    9 +-
 Source/CTest/cmCTestCoverageHandler.cxx            | 2198 ++++-----
 Source/CTest/cmCTestCoverageHandler.h              |   38 +-
 Source/CTest/cmCTestCurl.cxx                       |  181 +-
 Source/CTest/cmCTestCurl.h                         |   15 +-
 .../CTest/cmCTestEmptyBinaryDirectoryCommand.cxx   |   16 +-
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h  |   18 +-
 Source/CTest/cmCTestGIT.cxx                        |  466 +-
 Source/CTest/cmCTestGIT.h                          |    3 +-
 Source/CTest/cmCTestGenericHandler.cxx             |  108 +-
 Source/CTest/cmCTestGenericHandler.h               |   30 +-
 Source/CTest/cmCTestGlobalVC.cxx                   |   57 +-
 Source/CTest/cmCTestGlobalVC.h                     |   11 +-
 Source/CTest/cmCTestHG.cxx                         |  228 +-
 Source/CTest/cmCTestHG.h                           |    2 +-
 Source/CTest/cmCTestHandlerCommand.cxx             |  169 +-
 Source/CTest/cmCTestHandlerCommand.h               |   12 +-
 Source/CTest/cmCTestLaunch.cxx                     |  431 +-
 Source/CTest/cmCTestLaunch.h                       |    4 +-
 Source/CTest/cmCTestMemCheckCommand.cxx            |   33 +-
 Source/CTest/cmCTestMemCheckCommand.h              |    9 +-
 Source/CTest/cmCTestMemCheckHandler.cxx            | 1094 ++---
 Source/CTest/cmCTestMemCheckHandler.h              |   50 +-
 Source/CTest/cmCTestMultiProcessHandler.cxx        |  701 ++-
 Source/CTest/cmCTestMultiProcessHandler.h          |   52 +-
 Source/CTest/cmCTestP4.cxx                         |  347 +-
 Source/CTest/cmCTestP4.h                           |   16 +-
 Source/CTest/cmCTestReadCustomFilesCommand.cxx     |   19 +-
 Source/CTest/cmCTestReadCustomFilesCommand.h       |   11 +-
 Source/CTest/cmCTestRunScriptCommand.cxx           |   42 +-
 Source/CTest/cmCTestRunScriptCommand.h             |   10 +-
 Source/CTest/cmCTestRunTest.cxx                    |  635 ++-
 Source/CTest/cmCTestRunTest.h                      |   62 +-
 Source/CTest/cmCTestSVN.cxx                        |  383 +-
 Source/CTest/cmCTestSVN.h                          |   15 +-
 Source/CTest/cmCTestScriptHandler.cxx              |  691 ++-
 Source/CTest/cmCTestScriptHandler.h                |   16 +-
 Source/CTest/cmCTestSleepCommand.cxx               |   26 +-
 Source/CTest/cmCTestSleepCommand.h                 |   11 +-
 Source/CTest/cmCTestStartCommand.cxx               |  129 +-
 Source/CTest/cmCTestStartCommand.h                 |   20 +-
 Source/CTest/cmCTestSubmitCommand.cxx              |  243 +-
 Source/CTest/cmCTestSubmitCommand.h                |   14 +-
 Source/CTest/cmCTestSubmitHandler.cxx              | 1506 +++----
 Source/CTest/cmCTestSubmitHandler.h                |   31 +-
 Source/CTest/cmCTestTestCommand.cxx                |  107 +-
 Source/CTest/cmCTestTestCommand.h                  |   11 +-
 Source/CTest/cmCTestTestHandler.cxx                | 1719 +++-----
 Source/CTest/cmCTestTestHandler.h                  |  114 +-
 Source/CTest/cmCTestUpdateCommand.cxx              |  128 +-
 Source/CTest/cmCTestUpdateCommand.h                |    8 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |  330 +-
 Source/CTest/cmCTestUpdateHandler.h                |   12 +-
 Source/CTest/cmCTestUploadCommand.cxx              |   35 +-
 Source/CTest/cmCTestUploadCommand.h                |   12 +-
 Source/CTest/cmCTestUploadHandler.cxx              |   35 +-
 Source/CTest/cmCTestVC.cxx                         |   69 +-
 Source/CTest/cmCTestVC.h                           |   36 +-
 Source/CTest/cmParseBlanketJSCoverage.cxx          |  132 +-
 Source/CTest/cmParseBlanketJSCoverage.h            |    4 +-
 Source/CTest/cmParseCacheCoverage.cxx              |  189 +-
 Source/CTest/cmParseCacheCoverage.h                |    8 +-
 Source/CTest/cmParseCoberturaCoverage.cxx          |  158 +-
 Source/CTest/cmParseCoberturaCoverage.h            |    4 +-
 Source/CTest/cmParseDelphiCoverage.cxx             |  217 +-
 Source/CTest/cmParseDelphiCoverage.h               |   30 +-
 Source/CTest/cmParseGTMCoverage.cxx                |  207 +-
 Source/CTest/cmParseGTMCoverage.h                  |   15 +-
 Source/CTest/cmParseJacocoCoverage.cxx             |  284 +-
 Source/CTest/cmParseJacocoCoverage.h               |   11 +-
 Source/CTest/cmParseMumpsCoverage.cxx              |  114 +-
 Source/CTest/cmParseMumpsCoverage.h                |    8 +-
 Source/CTest/cmParsePHPCoverage.cxx                |  183 +-
 Source/CTest/cmParsePHPCoverage.h                  |    5 +-
 Source/CTest/cmProcess.cxx                         |  182 +-
 Source/CTest/cmProcess.h                           |   23 +-
 Source/Checks/cm_c11_thread_local.c                |    5 +-
 Source/Checks/cm_cxx11_unordered_map.cpp           |    3 +-
 Source/Checks/cm_cxx14_cstdio.cpp                  |    5 +-
 Source/CursesDialog/ccmake.cxx                     |  147 +-
 Source/CursesDialog/cmCursesBoolWidget.cxx         |   49 +-
 Source/CursesDialog/cmCursesBoolWidget.h           |    1 -
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   77 +-
 Source/CursesDialog/cmCursesCacheEntryComposite.h  |    5 +-
 Source/CursesDialog/cmCursesDummyWidget.cxx        |   10 +-
 Source/CursesDialog/cmCursesDummyWidget.h          |    1 -
 Source/CursesDialog/cmCursesFilePathWidget.cxx     |    7 +-
 Source/CursesDialog/cmCursesFilePathWidget.h       |    1 -
 Source/CursesDialog/cmCursesForm.cxx               |   15 +-
 Source/CursesDialog/cmCursesForm.h                 |    7 +-
 Source/CursesDialog/cmCursesLabelWidget.cxx        |   15 +-
 Source/CursesDialog/cmCursesLongMessageForm.cxx    |  133 +-
 Source/CursesDialog/cmCursesLongMessageForm.h      |    1 -
 Source/CursesDialog/cmCursesMainForm.cxx           | 1136 ++---
 Source/CursesDialog/cmCursesMainForm.h             |   17 +-
 Source/CursesDialog/cmCursesOptionsWidget.cxx      |   61 +-
 Source/CursesDialog/cmCursesOptionsWidget.h        |    3 +-
 Source/CursesDialog/cmCursesPathWidget.cxx         |   54 +-
 Source/CursesDialog/cmCursesStandardIncludes.h     |    9 +-
 Source/CursesDialog/cmCursesStringWidget.cxx       |  166 +-
 Source/CursesDialog/cmCursesWidget.cxx             |   23 +-
 Source/CursesDialog/cmCursesWidget.h               |   18 +-
 Source/QtDialog/AddCacheEntry.cxx                  |   64 +-
 Source/QtDialog/AddCacheEntry.h                    |    5 +-
 Source/QtDialog/CMakeSetup.cxx                     |  164 +-
 Source/QtDialog/CMakeSetupDialog.cxx               |  795 ++--
 Source/QtDialog/CMakeSetupDialog.h                 |   12 +-
 Source/QtDialog/Compilers.h                        |    5 +-
 Source/QtDialog/FirstConfigure.cxx                 |  182 +-
 Source/QtDialog/FirstConfigure.h                   |  173 +-
 Source/QtDialog/QCMake.cxx                         |  234 +-
 Source/QtDialog/QCMake.h                           |   33 +-
 Source/QtDialog/QCMakeCacheView.cxx                |  394 +-
 Source/QtDialog/QCMakeCacheView.h                  |   57 +-
 Source/QtDialog/QCMakeWidgets.cxx                  |   58 +-
 Source/QtDialog/QCMakeWidgets.h                    |    9 +-
 Source/QtDialog/RegexExplorer.cxx                  |   80 +-
 Source/QtDialog/WarningMessagesDialog.cxx          |   27 +-
 Source/cmAddCompileOptionsCommand.cxx              |   16 +-
 Source/cmAddCompileOptionsCommand.h                |    9 +-
 Source/cmAddCustomCommandCommand.cxx               |  395 +-
 Source/cmAddCustomCommandCommand.h                 |   11 +-
 Source/cmAddCustomTargetCommand.cxx                |  165 +-
 Source/cmAddCustomTargetCommand.h                  |   10 +-
 Source/cmAddDefinitionsCommand.cxx                 |   17 +-
 Source/cmAddDefinitionsCommand.h                   |   11 +-
 Source/cmAddDependenciesCommand.cxx                |   27 +-
 Source/cmAddDependenciesCommand.h                  |   10 +-
 Source/cmAddExecutableCommand.cxx                  |  202 +-
 Source/cmAddExecutableCommand.h                    |   10 +-
 Source/cmAddLibraryCommand.cxx                     |  339 +-
 Source/cmAddLibraryCommand.h                       |   10 +-
 Source/cmAddSubDirectoryCommand.cxx                |   75 +-
 Source/cmAddSubDirectoryCommand.h                  |   11 +-
 Source/cmAddTestCommand.cxx                        |  101 +-
 Source/cmAddTestCommand.h                          |   11 +-
 Source/cmAlgorithms.h                              |  216 +-
 Source/cmArchiveWrite.cxx                          |  248 +-
 Source/cmArchiveWrite.h                            |   63 +-
 Source/cmAuxSourceDirectoryCommand.cxx             |   56 +-
 Source/cmAuxSourceDirectoryCommand.h               |   11 +-
 Source/cmBreakCommand.cxx                          |   37 +-
 Source/cmBreakCommand.h                            |   11 +-
 Source/cmBuildCommand.cxx                          |  117 +-
 Source/cmBuildCommand.h                            |   10 +-
 Source/cmBuildNameCommand.cxx                      |   71 +-
 Source/cmBuildNameCommand.h                        |    6 +-
 Source/cmCLocaleEnvironmentScope.cxx               |   25 +-
 Source/cmCMakeHostSystemInformationCommand.cxx     |   81 +-
 Source/cmCMakeHostSystemInformationCommand.h       |   28 +-
 Source/cmCMakeMinimumRequired.cxx                  |   88 +-
 Source/cmCMakeMinimumRequired.h                    |   11 +-
 Source/cmCMakePolicyCommand.cxx                    |  130 +-
 Source/cmCMakePolicyCommand.h                      |   24 +-
 Source/cmCPackPropertiesGenerator.cxx              |   40 +-
 Source/cmCPackPropertiesGenerator.h                |   12 +-
 Source/cmCPluginAPI.cxx                            |  636 ++-
 Source/cmCPluginAPI.h                              |  237 +-
 Source/cmCTest.cxx                                 | 2630 +++++------
 Source/cmCTest.h                                   |  244 +-
 Source/cmCacheManager.cxx                          |  473 +-
 Source/cmCacheManager.h                            |   92 +-
 Source/cmCallVisualStudioMacro.cxx                 |  322 +-
 Source/cmCallVisualStudioMacro.h                   |    4 +-
 Source/cmCommand.h                                 |   71 +-
 Source/cmCommandArgumentParserHelper.cxx           |  265 +-
 Source/cmCommandArgumentParserHelper.h             |   13 +-
 Source/cmCommandArgumentsHelper.cxx                |  210 +-
 Source/cmCommandArgumentsHelper.h                  |  237 +-
 Source/cmCommands.h                                |    1 -
 Source/cmCommonTargetGenerator.cxx                 |  294 +-
 Source/cmCommonTargetGenerator.h                   |   12 +-
 Source/cmComputeComponentGraph.cxx                 |   60 +-
 Source/cmComputeComponentGraph.h                   |   18 +-
 Source/cmComputeLinkDepends.cxx                    |  455 +-
 Source/cmComputeLinkDepends.h                      |   40 +-
 Source/cmComputeLinkInformation.cxx                | 1085 ++---
 Source/cmComputeLinkInformation.h                  |   32 +-
 Source/cmComputeTargetDepends.cxx                  |  442 +-
 Source/cmComputeTargetDepends.h                    |   17 +-
 Source/cmConditionEvaluator.cxx                    |  746 ++--
 Source/cmConditionEvaluator.h                      |  101 +-
 Source/cmConfigureFileCommand.cxx                  |   99 +-
 Source/cmConfigureFileCommand.h                    |   11 +-
 Source/cmContinueCommand.cxx                       |   14 +-
 Source/cmContinueCommand.h                         |    9 +-
 Source/cmCoreTryCompile.cxx                        |  626 ++-
 Source/cmCoreTryCompile.h                          |    5 +-
 Source/cmCreateTestSourceList.cxx                  |  120 +-
 Source/cmCreateTestSourceList.h                    |   11 +-
 Source/cmCryptoHash.cxx                            |   90 +-
 Source/cmCryptoHash.h                              |   35 +-
 Source/cmCurl.cxx                                  |   57 +-
 Source/cmCurl.h                                    |    2 +-
 Source/cmCustomCommand.cxx                         |   39 +-
 Source/cmCustomCommand.h                           |   11 +-
 Source/cmCustomCommandGenerator.cxx                |  111 +-
 Source/cmCustomCommandGenerator.h                  |    4 +-
 Source/cmDefinePropertyCommand.cxx                 |  108 +-
 Source/cmDefinePropertyCommand.h                   |   12 +-
 Source/cmDefinitions.cxx                           |   94 +-
 Source/cmDefinitions.h                             |   51 +-
 Source/cmDepends.cxx                               |  197 +-
 Source/cmDepends.h                                 |   29 +-
 Source/cmDependsC.cxx                              |  442 +-
 Source/cmDependsC.h                                |   17 +-
 Source/cmDependsFortran.cxx                        |  507 +--
 Source/cmDependsFortran.h                          |   21 +-
 Source/cmDependsJava.cxx                           |   10 +-
 Source/cmDependsJava.h                             |   17 +-
 Source/cmDependsJavaParserHelper.cxx               |  333 +-
 Source/cmDependsJavaParserHelper.h                 |   44 +-
 Source/cmDocumentation.cxx                         |  599 +--
 Source/cmDocumentation.h                           |   50 +-
 Source/cmDocumentationFormatter.cxx                |  169 +-
 Source/cmDocumentationFormatter.h                  |   22 +-
 Source/cmDocumentationSection.cxx                  |   27 +-
 Source/cmDocumentationSection.h                    |   38 +-
 Source/cmDynamicLoader.cxx                         |   54 +-
 Source/cmDynamicLoader.h                           |    3 +-
 Source/cmELF.cxx                                   |  699 ++-
 Source/cmELF.h                                     |    7 +-
 Source/cmElseCommand.cxx                           |    2 +-
 Source/cmElseCommand.h                             |   10 +-
 Source/cmElseIfCommand.cxx                         |    2 +-
 Source/cmElseIfCommand.h                           |   10 +-
 Source/cmEnableLanguageCommand.cxx                 |   26 +-
 Source/cmEnableLanguageCommand.h                   |   11 +-
 Source/cmEnableTestingCommand.cxx                  |    4 +-
 Source/cmEnableTestingCommand.h                    |   11 +-
 Source/cmEndForEachCommand.cxx                     |    6 +-
 Source/cmEndForEachCommand.h                       |   16 +-
 Source/cmEndFunctionCommand.cxx                    |    6 +-
 Source/cmEndFunctionCommand.h                      |   16 +-
 Source/cmEndIfCommand.cxx                          |   12 +-
 Source/cmEndIfCommand.h                            |   10 +-
 Source/cmEndMacroCommand.cxx                       |    6 +-
 Source/cmEndMacroCommand.h                         |   16 +-
 Source/cmEndWhileCommand.cxx                       |   15 +-
 Source/cmEndWhileCommand.h                         |   16 +-
 Source/cmExecProgramCommand.cxx                    |  221 +-
 Source/cmExecProgramCommand.h                      |   16 +-
 Source/cmExecuteProcessCommand.cxx                 |  316 +-
 Source/cmExecuteProcessCommand.h                   |   10 +-
 Source/cmExecutionStatus.h                         |   22 +-
 Source/cmExpandedCommandArgument.cxx               |   15 +-
 Source/cmExpandedCommandArgument.h                 |    2 +-
 Source/cmExportBuildFileGenerator.cxx              |  279 +-
 Source/cmExportBuildFileGenerator.h                |   26 +-
 Source/cmExportCommand.cxx                         |  287 +-
 Source/cmExportCommand.h                           |   20 +-
 Source/cmExportFileGenerator.cxx                   |  907 ++--
 Source/cmExportFileGenerator.h                     |  119 +-
 Source/cmExportInstallFileGenerator.cxx            |  392 +-
 Source/cmExportInstallFileGenerator.h              |   23 +-
 Source/cmExportLibraryDependenciesCommand.cxx      |  125 +-
 Source/cmExportLibraryDependenciesCommand.h        |    5 +-
 Source/cmExportSet.cxx                             |    5 +-
 Source/cmExportSet.h                               |   13 +-
 Source/cmExportSetMap.cxx                          |    6 +-
 Source/cmExportSetMap.h                            |    3 +-
 Source/cmExportTryCompileFileGenerator.cxx         |  103 +-
 Source/cmExportTryCompileFileGenerator.h           |   20 +-
 Source/cmExprParserHelper.cxx                      |   61 +-
 Source/cmExprParserHelper.h                        |    6 +-
 Source/cmExternalMakefileProjectGenerator.cxx      |   46 +-
 Source/cmExternalMakefileProjectGenerator.h        |   15 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |  596 +--
 Source/cmExtraCodeBlocksGenerator.h                |   26 +-
 Source/cmExtraCodeLiteGenerator.cxx                |  281 +-
 Source/cmExtraCodeLiteGenerator.h                  |   15 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |  912 ++--
 Source/cmExtraEclipseCDT4Generator.h               |   62 +-
 Source/cmExtraKateGenerator.cxx                    |  273 +-
 Source/cmExtraKateGenerator.h                      |   20 +-
 Source/cmExtraSublimeTextGenerator.cxx             |  372 +-
 Source/cmExtraSublimeTextGenerator.h               |   36 +-
 Source/cmFLTKWrapUICommand.cxx                     |   75 +-
 Source/cmFLTKWrapUICommand.h                       |   13 +-
 Source/cmFileCommand.cxx                           | 2974 +++++--------
 Source/cmFileCommand.h                             |   17 +-
 Source/cmFileLock.cxx                              |   40 +-
 Source/cmFileLock.h                                |    6 +-
 Source/cmFileLockPool.cxx                          |  103 +-
 Source/cmFileLockPool.h                            |   28 +-
 Source/cmFileLockResult.cxx                        |   36 +-
 Source/cmFileLockResult.h                          |    6 +-
 Source/cmFileLockUnix.cxx                          |   61 +-
 Source/cmFileLockWin32.cxx                         |   83 +-
 Source/cmFileTimeComparison.cxx                    |  179 +-
 Source/cmFileTimeComparison.h                      |    3 -
 Source/cmFindBase.cxx                              |  268 +-
 Source/cmFindBase.h                                |    3 +-
 Source/cmFindCommon.cxx                            |  260 +-
 Source/cmFindCommon.h                              |   21 +-
 Source/cmFindFileCommand.h                         |    9 +-
 Source/cmFindLibraryCommand.cxx                    |  322 +-
 Source/cmFindLibraryCommand.h                      |   16 +-
 Source/cmFindPackageCommand.cxx                    | 1738 ++++----
 Source/cmFindPackageCommand.h                      |   34 +-
 Source/cmFindPathCommand.cxx                       |  145 +-
 Source/cmFindPathCommand.h                         |   13 +-
 Source/cmFindProgramCommand.cxx                    |  191 +-
 Source/cmFindProgramCommand.h                      |   12 +-
 Source/cmForEachCommand.cxx                        |  211 +-
 Source/cmForEachCommand.h                          |   19 +-
 Source/cmFortranParser.h                           |   70 +-
 Source/cmFortranParserImpl.cxx                     |  218 +-
 Source/cmFunctionBlocker.h                         |   20 +-
 Source/cmFunctionCommand.cxx                       |  113 +-
 Source/cmFunctionCommand.h                         |   19 +-
 Source/cmGeneratedFileStream.cxx                   |  118 +-
 Source/cmGeneratedFileStream.h                     |   10 +-
 Source/cmGeneratorExpression.cxx                   |  362 +-
 Source/cmGeneratorExpression.h                     |   71 +-
 Source/cmGeneratorExpressionContext.cxx            |   32 +-
 Source/cmGeneratorExpressionContext.h              |    5 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |  213 +-
 Source/cmGeneratorExpressionDAGChecker.h           |   63 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |  150 +-
 Source/cmGeneratorExpressionEvaluationFile.h       |   11 +-
 Source/cmGeneratorExpressionEvaluator.cxx          |  246 +-
 Source/cmGeneratorExpressionEvaluator.h            |   69 +-
 Source/cmGeneratorExpressionLexer.cxx              |   45 +-
 Source/cmGeneratorExpressionLexer.h                |   11 +-
 Source/cmGeneratorExpressionNode.cxx               | 1561 +++----
 Source/cmGeneratorExpressionNode.h                 |   29 +-
 Source/cmGeneratorExpressionParser.cxx             |  235 +-
 Source/cmGeneratorExpressionParser.h               |    9 +-
 Source/cmGeneratorTarget.cxx                       | 4648 ++++++++------------
 Source/cmGeneratorTarget.h                         |  248 +-
 Source/cmGetCMakePropertyCommand.cxx               |   46 +-
 Source/cmGetCMakePropertyCommand.h                 |   11 +-
 Source/cmGetDirectoryPropertyCommand.cxx           |   84 +-
 Source/cmGetDirectoryPropertyCommand.h             |    9 +-
 Source/cmGetFilenameComponentCommand.cxx           |  121 +-
 Source/cmGetFilenameComponentCommand.h             |   11 +-
 Source/cmGetPropertyCommand.cxx                    |  327 +-
 Source/cmGetPropertyCommand.h                      |   19 +-
 Source/cmGetSourceFilePropertyCommand.cxx          |   35 +-
 Source/cmGetSourceFilePropertyCommand.h            |   11 +-
 Source/cmGetTargetPropertyCommand.cxx              |   58 +-
 Source/cmGetTargetPropertyCommand.h                |   11 +-
 Source/cmGetTestPropertyCommand.cxx                |   27 +-
 Source/cmGetTestPropertyCommand.h                  |   11 +-
 Source/cmGhsMultiGpj.cxx                           |    9 +-
 Source/cmGhsMultiGpj.h                             |    2 +-
 Source/cmGhsMultiTargetGenerator.cxx               |  554 +--
 Source/cmGhsMultiTargetGenerator.h                 |   90 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx        |   18 +-
 Source/cmGlobalBorlandMakefileGenerator.h          |   22 +-
 Source/cmGlobalCommonGenerator.cxx                 |    4 +-
 Source/cmGlobalGenerator.cxx                       | 2018 ++++-----
 Source/cmGlobalGenerator.h                         |  204 +-
 Source/cmGlobalGeneratorFactory.h                  |   29 +-
 Source/cmGlobalGhsMultiGenerator.cxx               |  305 +-
 Source/cmGlobalGhsMultiGenerator.h                 |   89 +-
 Source/cmGlobalJOMMakefileGenerator.cxx            |   20 +-
 Source/cmGlobalJOMMakefileGenerator.h              |   20 +-
 Source/cmGlobalKdevelopGenerator.cxx               |  475 +-
 Source/cmGlobalKdevelopGenerator.h                 |   11 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx           |   51 +-
 Source/cmGlobalMSYSMakefileGenerator.h             |   19 +-
 Source/cmGlobalMinGWMakefileGenerator.cxx          |   25 +-
 Source/cmGlobalMinGWMakefileGenerator.h            |   20 +-
 Source/cmGlobalNMakeMakefileGenerator.cxx          |   20 +-
 Source/cmGlobalNMakeMakefileGenerator.h            |   21 +-
 Source/cmGlobalNinjaGenerator.cxx                  |  948 ++--
 Source/cmGlobalNinjaGenerator.h                    |  192 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx          |  869 ++--
 Source/cmGlobalUnixMakefileGenerator3.h            |   97 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |  372 +-
 Source/cmGlobalVisualStudio10Generator.h           |   49 +-
 Source/cmGlobalVisualStudio11Generator.cxx         |  232 +-
 Source/cmGlobalVisualStudio11Generator.h           |    7 +-
 Source/cmGlobalVisualStudio12Generator.cxx         |  188 +-
 Source/cmGlobalVisualStudio12Generator.h           |   12 +-
 Source/cmGlobalVisualStudio14Generator.cxx         |  197 +-
 Source/cmGlobalVisualStudio14Generator.h           |    6 +-
 Source/cmGlobalVisualStudio71Generator.cxx         |  163 +-
 Source/cmGlobalVisualStudio71Generator.h           |   34 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |  586 +--
 Source/cmGlobalVisualStudio7Generator.h            |   69 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |  429 +-
 Source/cmGlobalVisualStudio8Generator.h            |   20 +-
 Source/cmGlobalVisualStudio9Generator.cxx          |   86 +-
 Source/cmGlobalVisualStudio9Generator.h            |    7 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |  670 ++-
 Source/cmGlobalVisualStudioGenerator.h             |   59 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx            |   10 +-
 Source/cmGlobalWatcomWMakeGenerator.h              |   19 +-
 Source/cmGlobalXCodeGenerator.cxx                  | 3190 ++++++--------
 Source/cmGlobalXCodeGenerator.h                    |  114 +-
 Source/cmGraphAdjacencyList.h                      |   36 +-
 Source/cmGraphVizWriter.cxx                        |  430 +-
 Source/cmGraphVizWriter.h                          |    2 -
 Source/cmHexFileConverter.cxx                      |  205 +-
 Source/cmHexFileConverter.h                        |    7 +-
 Source/cmIDEFlagTable.h                            |   30 +-
 Source/cmIDEOptions.cxx                            |  117 +-
 Source/cmIDEOptions.h                              |   20 +-
 Source/cmIfCommand.cxx                             |  161 +-
 Source/cmIfCommand.h                               |   31 +-
 Source/cmIncludeCommand.cxx                        |  150 +-
 Source/cmIncludeCommand.h                          |   11 +-
 Source/cmIncludeDirectoryCommand.cxx               |  101 +-
 Source/cmIncludeDirectoryCommand.h                 |   15 +-
 Source/cmIncludeExternalMSProjectCommand.cxx       |   84 +-
 Source/cmIncludeExternalMSProjectCommand.h         |   11 +-
 Source/cmIncludeRegularExpressionCommand.cxx       |   15 +-
 Source/cmIncludeRegularExpressionCommand.h         |   11 +-
 Source/cmInstallCommand.cxx                        | 1180 ++---
 Source/cmInstallCommand.h                          |   10 +-
 Source/cmInstallCommandArguments.cxx               |  183 +-
 Source/cmInstallCommandArguments.h                 |  110 +-
 Source/cmInstallDirectoryGenerator.cxx             |  101 +-
 Source/cmInstallDirectoryGenerator.h               |   14 +-
 Source/cmInstallExportGenerator.cxx                |  126 +-
 Source/cmInstallExportGenerator.h                  |   19 +-
 Source/cmInstallFilesCommand.cxx                   |  113 +-
 Source/cmInstallFilesCommand.h                     |   12 +-
 Source/cmInstallFilesGenerator.cxx                 |   99 +-
 Source/cmInstallFilesGenerator.h                   |   11 +-
 Source/cmInstallGenerator.cxx                      |  242 +-
 Source/cmInstallGenerator.h                        |   24 +-
 Source/cmInstallProgramsCommand.cxx                |   81 +-
 Source/cmInstallProgramsCommand.h                  |   11 +-
 Source/cmInstallScriptGenerator.cxx                |   26 +-
 Source/cmInstallScriptGenerator.h                  |    4 +-
 Source/cmInstallTargetGenerator.cxx                |  601 ++-
 Source/cmInstallTargetGenerator.h                  |   26 +-
 Source/cmInstallTargetsCommand.cxx                 |   38 +-
 Source/cmInstallTargetsCommand.h                   |   10 +-
 Source/cmInstalledFile.cxx                         |   39 +-
 Source/cmInstalledFile.h                           |   14 +-
 Source/cmLinkDirectoriesCommand.cxx                |   29 +-
 Source/cmLinkDirectoriesCommand.h                  |   12 +-
 Source/cmLinkItem.h                                |  106 +-
 Source/cmLinkLibrariesCommand.cxx                  |   40 +-
 Source/cmLinkLibrariesCommand.h                    |   11 +-
 Source/cmLinkedTree.h                              |   50 +-
 Source/cmListCommand.cxx                           |  392 +-
 Source/cmListCommand.h                             |   20 +-
 Source/cmListFileCache.cxx                         |  401 +-
 Source/cmListFileCache.h                           |   54 +-
 Source/cmListFileLexer.h                           |    6 +-
 Source/cmLoadCacheCommand.cxx                      |  136 +-
 Source/cmLoadCacheCommand.h                        |   12 +-
 Source/cmLoadCommandCommand.cxx                    |  195 +-
 Source/cmLoadCommandCommand.h                      |    6 +-
 Source/cmLocalCommonGenerator.cxx                  |   13 +-
 Source/cmLocalCommonGenerator.h                    |    2 +-
 Source/cmLocalGenerator.cxx                        | 2181 ++++-----
 Source/cmLocalGenerator.h                          |  110 +-
 Source/cmLocalGhsMultiGenerator.cxx                |   14 +-
 Source/cmLocalNinjaGenerator.cxx                   |  263 +-
 Source/cmLocalNinjaGenerator.h                     |   25 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           | 1740 +++-----
 Source/cmLocalUnixMakefileGenerator3.h             |  144 +-
 Source/cmLocalVisualStudio10Generator.cxx          |  105 +-
 Source/cmLocalVisualStudio10Generator.h            |    2 -
 Source/cmLocalVisualStudio7Generator.cxx           | 2214 ++++------
 Source/cmLocalVisualStudio7Generator.h             |   52 +-
 Source/cmLocalVisualStudioGenerator.cxx            |  102 +-
 Source/cmLocalVisualStudioGenerator.h              |   14 +-
 Source/cmLocalXCodeGenerator.cxx                   |   35 +-
 Source/cmLocalXCodeGenerator.h                     |   14 +-
 Source/cmLocale.h                                  |   13 +-
 Source/cmMachO.cxx                                 |  260 +-
 Source/cmMachO.h                                   |    2 +-
 Source/cmMacroCommand.cxx                          |  136 +-
 Source/cmMacroCommand.h                            |   19 +-
 Source/cmMakeDirectoryCommand.cxx                  |   25 +-
 Source/cmMakeDirectoryCommand.h                    |   11 +-
 Source/cmMakefile.cxx                              | 3226 ++++++--------
 Source/cmMakefile.h                                |  325 +-
 Source/cmMakefileExecutableTargetGenerator.cxx     |  390 +-
 Source/cmMakefileExecutableTargetGenerator.h       |    2 +-
 Source/cmMakefileLibraryTargetGenerator.cxx        |  755 ++--
 Source/cmMakefileLibraryTargetGenerator.h          |    6 +-
 Source/cmMakefileTargetGenerator.cxx               | 1304 +++---
 Source/cmMakefileTargetGenerator.h                 |   59 +-
 Source/cmMakefileUtilityTargetGenerator.cxx        |   57 +-
 Source/cmMakefileUtilityTargetGenerator.h          |    4 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |   42 +-
 Source/cmMarkAsAdvancedCommand.h                   |   11 +-
 Source/cmMathCommand.cxx                           |   30 +-
 Source/cmMathCommand.h                             |   13 +-
 Source/cmMessageCommand.cxx                        |   82 +-
 Source/cmMessageCommand.h                          |   10 +-
 Source/cmNewLineStyle.cxx                          |   41 +-
 Source/cmNewLineStyle.h                            |   11 +-
 Source/cmNinjaNormalTargetGenerator.cxx            |  591 +--
 Source/cmNinjaTargetGenerator.cxx                  |  554 +--
 Source/cmNinjaTargetGenerator.h                    |   52 +-
 Source/cmNinjaUtilityTargetGenerator.cxx           |   96 +-
 Source/cmOSXBundleGenerator.cxx                    |  102 +-
 Source/cmOSXBundleGenerator.h                      |   11 +-
 Source/cmObject.h                                  |    7 +-
 Source/cmOptionCommand.cxx                         |   39 +-
 Source/cmOptionCommand.h                           |   11 +-
 Source/cmOrderDirectories.cxx                      |  374 +-
 Source/cmOrderDirectories.h                        |    5 +-
 Source/cmOutputConverter.cxx                       |  719 ++-
 Source/cmOutputConverter.h                         |   58 +-
 Source/cmOutputRequiredFilesCommand.cxx            |  429 +-
 Source/cmOutputRequiredFilesCommand.h              |   12 +-
 Source/cmParseArgumentsCommand.cxx                 |  128 +-
 Source/cmParseArgumentsCommand.h                   |   11 +-
 Source/cmPathLabel.cxx                             |   12 +-
 Source/cmPathLabel.h                               |    4 +-
 Source/cmPolicies.cxx                              |  293 +-
 Source/cmPolicies.h                                |  435 +-
 Source/cmProcessTools.cxx                          |   56 +-
 Source/cmProcessTools.h                            |   22 +-
 Source/cmProjectCommand.cxx                        |  192 +-
 Source/cmProjectCommand.h                          |   11 +-
 Source/cmProperty.cxx                              |   16 +-
 Source/cmProperty.h                                |   20 +-
 Source/cmPropertyDefinition.cxx                    |   21 +-
 Source/cmPropertyDefinition.h                      |   20 +-
 Source/cmPropertyDefinitionMap.cxx                 |   29 +-
 Source/cmPropertyDefinitionMap.h                   |   10 +-
 Source/cmPropertyMap.cxx                           |   40 +-
 Source/cmPropertyMap.h                             |   11 +-
 Source/cmQTWrapCPPCommand.cxx                      |   68 +-
 Source/cmQTWrapCPPCommand.h                        |   11 +-
 Source/cmQTWrapUICommand.cxx                       |   89 +-
 Source/cmQTWrapUICommand.h                         |   11 +-
 Source/cmQtAutoGeneratorInitializer.cxx            |  942 ++--
 Source/cmQtAutoGenerators.cxx                      | 1464 +++---
 Source/cmQtAutoGenerators.h                        |   76 +-
 Source/cmRST.cxx                                   |  382 +-
 Source/cmRST.h                                     |    1 +
 Source/cmRemoveCommand.cxx                         |   39 +-
 Source/cmRemoveCommand.h                           |   11 +-
 Source/cmRemoveDefinitionsCommand.cxx              |   17 +-
 Source/cmRemoveDefinitionsCommand.h                |   11 +-
 Source/cmReturnCommand.cxx                         |    3 +-
 Source/cmReturnCommand.h                           |   11 +-
 Source/cmScriptGenerator.cxx                       |  132 +-
 Source/cmScriptGenerator.h                         |   22 +-
 Source/cmSearchPath.cxx                            |  161 +-
 Source/cmSearchPath.h                              |    6 +-
 Source/cmSeparateArgumentsCommand.cxx              |   87 +-
 Source/cmSeparateArgumentsCommand.h                |   11 +-
 Source/cmSetCommand.cxx                            |  122 +-
 Source/cmSetCommand.h                              |   11 +-
 Source/cmSetDirectoryPropertiesCommand.cxx         |   56 +-
 Source/cmSetDirectoryPropertiesCommand.h           |   15 +-
 Source/cmSetPropertyCommand.cxx                    |  391 +-
 Source/cmSetPropertyCommand.h                      |   11 +-
 Source/cmSetSourceFilesPropertiesCommand.cxx       |  136 +-
 Source/cmSetSourceFilesPropertiesCommand.h         |   15 +-
 Source/cmSetTargetPropertiesCommand.cxx            |   77 +-
 Source/cmSetTargetPropertiesCommand.h              |   15 +-
 Source/cmSetTestsPropertiesCommand.cxx             |   71 +-
 Source/cmSetTestsPropertiesCommand.h               |   16 +-
 Source/cmSiteNameCommand.cxx                       |   69 +-
 Source/cmSiteNameCommand.h                         |   11 +-
 Source/cmSourceFile.cxx                            |  208 +-
 Source/cmSourceFile.h                              |   15 +-
 Source/cmSourceFileLocation.cxx                    |  217 +-
 Source/cmSourceGroup.cxx                           |   70 +-
 Source/cmSourceGroup.h                             |    9 +-
 Source/cmSourceGroupCommand.cxx                    |   63 +-
 Source/cmSourceGroupCommand.h                      |   11 +-
 Source/cmStandardIncludes.h                        |   90 +-
 Source/cmStandardLexer.h                           |   30 +-
 Source/cmState.cxx                                 | 1205 +++--
 Source/cmState.h                                   |   83 +-
 Source/cmStringCommand.cxx                         |  737 ++--
 Source/cmStringCommand.h                           |   34 +-
 Source/cmSubdirCommand.cxx                         |   57 +-
 Source/cmSubdirCommand.h                           |   11 +-
 Source/cmSubdirDependsCommand.cxx                  |    7 +-
 Source/cmSubdirDependsCommand.h                    |    4 +-
 Source/cmSystemTools.cxx                           | 2303 ++++------
 Source/cmSystemTools.h                             |  135 +-
 Source/cmTarget.cxx                                | 1173 ++---
 Source/cmTarget.h                                  |  168 +-
 Source/cmTargetCompileDefinitionsCommand.cxx       |   44 +-
 Source/cmTargetCompileDefinitionsCommand.h         |   19 +-
 Source/cmTargetCompileFeaturesCommand.cxx          |   37 +-
 Source/cmTargetCompileFeaturesCommand.h            |   19 +-
 Source/cmTargetCompileOptionsCommand.cxx           |   27 +-
 Source/cmTargetCompileOptionsCommand.h             |   19 +-
 Source/cmTargetDepend.h                            |   26 +-
 Source/cmTargetIncludeDirectoriesCommand.cxx       |   84 +-
 Source/cmTargetIncludeDirectoriesCommand.h         |   25 +-
 Source/cmTargetLinkLibrariesCommand.cxx            |  433 +-
 Source/cmTargetLinkLibrariesCommand.h              |   15 +-
 Source/cmTargetPropCommandBase.cxx                 |  157 +-
 Source/cmTargetPropCommandBase.h                   |   30 +-
 Source/cmTargetSourcesCommand.cxx                  |   25 +-
 Source/cmTargetSourcesCommand.h                    |   19 +-
 Source/cmTest.cxx                                  |   20 +-
 Source/cmTest.h                                    |   18 +-
 Source/cmTestGenerator.cxx                         |  115 +-
 Source/cmTestGenerator.h                           |    6 +-
 Source/cmTimestamp.cxx                             |   98 +-
 Source/cmTimestamp.h                               |   12 +-
 Source/cmTryCompileCommand.cxx                     |   29 +-
 Source/cmTryCompileCommand.h                       |   11 +-
 Source/cmTryRunCommand.cxx                         |  289 +-
 Source/cmTryRunCommand.h                           |   11 +-
 Source/cmUnsetCommand.cxx                          |   39 +-
 Source/cmUnsetCommand.h                            |   11 +-
 Source/cmUseMangledMesaCommand.cxx                 |   81 +-
 Source/cmUseMangledMesaCommand.h                   |    7 +-
 Source/cmUtilitySourceCommand.cxx                  |  111 +-
 Source/cmUtilitySourceCommand.h                    |    4 +-
 Source/cmUuid.cxx                                  |  112 +-
 Source/cmUuid.h                                    |   14 +-
 Source/cmVS10CLFlagTable.h                         |  464 +-
 Source/cmVS10LibFlagTable.h                        |  154 +-
 Source/cmVS10LinkFlagTable.h                       |  531 +--
 Source/cmVS10MASMFlagTable.h                       |  144 +-
 Source/cmVS10RCFlagTable.h                         |    9 +-
 Source/cmVS11CLFlagTable.h                         |  497 +--
 Source/cmVS11LibFlagTable.h                        |  154 +-
 Source/cmVS11LinkFlagTable.h                       |  556 +--
 Source/cmVS11MASMFlagTable.h                       |  144 +-
 Source/cmVS11RCFlagTable.h                         |    9 +-
 Source/cmVS12CLFlagTable.h                         |  505 +--
 Source/cmVS12LibFlagTable.h                        |  154 +-
 Source/cmVS12LinkFlagTable.h                       |  556 +--
 Source/cmVS12MASMFlagTable.h                       |  144 +-
 Source/cmVS12RCFlagTable.h                         |    9 +-
 Source/cmVS14CLFlagTable.h                         |  544 +--
 Source/cmVS14LibFlagTable.h                        |  154 +-
 Source/cmVS14LinkFlagTable.h                       |  560 +--
 Source/cmVS14MASMFlagTable.h                       |  144 +-
 Source/cmVS14RCFlagTable.h                         |    9 +-
 Source/cmVariableRequiresCommand.cxx               |   54 +-
 Source/cmVariableRequiresCommand.h                 |    5 +-
 Source/cmVariableWatch.cxx                         |   74 +-
 Source/cmVariableWatch.h                           |   36 +-
 Source/cmVariableWatchCommand.cxx                  |   96 +-
 Source/cmVariableWatchCommand.h                    |   12 +-
 Source/cmVersion.cxx                               |   20 +-
 Source/cmVersion.h                                 |    9 +-
 Source/cmVersionMacros.h                           |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx         | 2900 +++++-------
 Source/cmVisualStudio10TargetGenerator.h           |   27 +-
 Source/cmVisualStudioGeneratorOptions.cxx          |  294 +-
 Source/cmVisualStudioGeneratorOptions.h            |   15 +-
 Source/cmVisualStudioSlnData.cxx                   |   22 +-
 Source/cmVisualStudioSlnData.h                     |   19 +-
 Source/cmVisualStudioSlnParser.cxx                 |  362 +-
 Source/cmVisualStudioSlnParser.h                   |   20 +-
 Source/cmVisualStudioWCEPlatformParser.cxx         |  110 +-
 Source/cmVisualStudioWCEPlatformParser.h           |   31 +-
 Source/cmWhileCommand.cxx                          |  122 +-
 Source/cmWhileCommand.h                            |   24 +-
 Source/cmWriteFileCommand.cxx                      |   56 +-
 Source/cmWriteFileCommand.h                        |   10 +-
 Source/cmXCode21Object.cxx                         |   52 +-
 Source/cmXCode21Object.h                           |    6 +-
 Source/cmXCodeObject.cxx                           |  209 +-
 Source/cmXCodeObject.h                             |  184 +-
 Source/cmXMLParser.cxx                             |   94 +-
 Source/cmXMLParser.h                               |   27 +-
 Source/cmXMLSafe.cxx                               |   72 +-
 Source/cmXMLSafe.h                                 |    1 +
 Source/cmXMLWriter.cxx                             |   34 +-
 Source/cmXMLWriter.h                               |   36 +-
 Source/cm_get_date.h                               |    2 +-
 Source/cm_utf8.c                                   |   67 +-
 Source/cmake.cxx                                   | 2247 ++++------
 Source/cmake.h                                     |  343 +-
 Source/cmakemain.cxx                               |  348 +-
 Source/cmakexbuild.cxx                             |   51 +-
 Source/cmcldeps.cxx                                |  130 +-
 Source/cmcmd.cxx                                   | 1329 +++---
 Source/cmcmd.h                                     |    3 +-
 Source/ctest.cxx                                   |  236 +-
 Tests/AliasTarget/bat.cpp                          |    2 +-
 Tests/AliasTarget/commandgenerator.cpp             |    2 +-
 Tests/AliasTarget/empty.cpp                        |    2 +-
 Tests/AliasTarget/object.h                         |    2 +-
 Tests/AliasTarget/subdir/empty.cpp                 |    2 +-
 Tests/AliasTarget/targetgenerator.cpp              |    2 +-
 Tests/Architecture/bar.c                           |    5 +-
 Tests/Architecture/foo.c                           |    5 +-
 Tests/Assembler/main.c                             |    8 +-
 Tests/BuildDepends/Project/bar.cxx                 |    5 +-
 Tests/BuildDepends/Project/generator.cxx           |   17 +-
 .../Project/link_depends_no_shared_exe.c           |    2 +-
 .../Project/link_depends_no_shared_lib.c           |    2 +-
 Tests/BuildDepends/Project/ninjadep.cpp            |    3 +-
 Tests/BuildDepends/Project/object_depends.cxx      |    5 +-
 Tests/BuildDepends/Project/zot.cxx                 |    4 +-
 Tests/BundleGeneratorTest/Executable.cxx           |    1 -
 Tests/BundleGeneratorTest/Library.cxx              |    1 -
 Tests/BundleTest/BundleLib.cxx                     |   31 +-
 Tests/BundleTest/BundleTest.cxx                    |    8 +-
 Tests/BundleUtilities/framework.h                  |   12 +-
 Tests/BundleUtilities/shared.h                     |   12 +-
 Tests/BundleUtilities/shared2.h                    |   12 +-
 Tests/BundleUtilities/testbundleutils1.cpp         |    7 +-
 Tests/BundleUtilities/testbundleutils2.cpp         |    7 +-
 Tests/BundleUtilities/testbundleutils3.cpp         |    7 +-
 Tests/CFBundleTest/np_macmain.cpp                  |   17 +-
 Tests/CMakeCommands/add_compile_options/main.cpp   |    6 +-
 .../target_compile_definitions/consumer.c          |   25 +-
 .../target_compile_definitions/consumer.cpp        |   29 +-
 .../target_compile_definitions/main.cpp            |    5 +-
 .../target_compile_features/dummy.cpp              |    2 +-
 .../target_compile_features/lib_restrict.c         |    2 +-
 .../target_compile_features/lib_restrict.h         |    2 +-
 .../target_compile_features/lib_user.cpp           |    2 +-
 Tests/CMakeCommands/target_compile_features/main.c |    2 +-
 .../CMakeCommands/target_compile_features/main.cpp |    2 +-
 .../target_compile_features/restrict_user.c        |    2 +-
 .../target_compile_options/consumer.c              |   25 +-
 .../target_compile_options/consumer.cpp            |   47 +-
 .../CMakeCommands/target_compile_options/main.cpp  |   23 +-
 .../target_include_directories/consumer.c          |   13 +-
 .../target_include_directories/consumer.cpp        |   13 +-
 .../target_include_directories/main.cpp            |    5 +-
 .../cmp0022/onlyplainlib1.cpp                      |    1 -
 .../target_link_libraries/cmp0022/onlyplainlib1.h  |    4 +-
 .../target_link_libraries/cmp0022/onlyplainlib2.h  |    2 +-
 .../cmp0022/onlyplainlib_user.cpp                  |    2 +-
 .../target_link_libraries/cmp0022/staticlib1.cpp   |    5 +-
 .../target_link_libraries/cmp0022/staticlib1.h     |    2 +-
 .../target_link_libraries/cmp0022/staticlib2.cpp   |    5 +-
 .../target_link_libraries/cmp0022/staticlib2.h     |    2 +-
 Tests/CMakeCommands/target_link_libraries/depC.h   |    1 -
 .../target_link_libraries/newsignature1.cpp        |    2 +-
 .../target_link_libraries/targetA.cpp              |    2 +-
 .../target_link_libraries/targetB.cpp              |    2 +-
 .../target_link_libraries/targetC.cpp              |    2 +-
 Tests/CMakeLib/run_compile_commands.cxx            |   88 +-
 Tests/CMakeLib/testGeneratedFileStream.cxx         |   86 +-
 Tests/CMakeLib/testRST.cxx                         |   64 +-
 Tests/CMakeLib/testSystemTools.cxx                 |   15 +-
 Tests/CMakeLib/testUTF8.cxx                        |   71 +-
 Tests/CMakeLib/testVisualStudioSlnParser.cxx       |  216 +-
 Tests/CMakeLib/testXMLParser.cxx                   |    7 +-
 Tests/CMakeLib/testXMLSafe.cxx                     |   22 +-
 Tests/CMakeOnly/CheckStructHasMember/cm_cshm.h     |    5 +-
 Tests/CMakeOnly/CheckStructHasMember/cm_cshm.hxx   |    9 +-
 Tests/CMakeOnly/LinkInterfaceLoop/lib.c            |    5 +-
 Tests/CMakeOnly/LinkInterfaceLoop/main.c           |    5 +-
 Tests/COnly/conly.c                                |   12 +-
 Tests/COnly/libc2.h                                |   12 +-
 Tests/COnly/testCModule.c                          |    9 +-
 Tests/CPackWiXGenerator/myotherapp.cpp             |    4 +-
 Tests/CTestConfig/CTestConfig.cxx                  |    3 +-
 .../TestProject/3rdparty/foo.cpp                   |    4 +-
 .../TestProject/extra/extra.cpp                    |    4 +-
 .../CTestCoverageCollectGCOV/TestProject/main.cpp  |    4 +-
 Tests/CTestTest/SmallAndFast/echoargs.c            |    3 +-
 .../SmallAndFast/intentional_compile_warning.cxx   |    6 +-
 Tests/CTestTestCostSerial/sleep.c                  |    4 +-
 Tests/CTestTestCrash/crash.cxx                     |    2 +-
 Tests/CTestTestFailure/badCode.cxx                 |    2 +-
 Tests/CTestTestFdSetSize/sleep.c                   |    4 +-
 Tests/CTestTestParallel/lockFile.c                 |    5 +-
 Tests/CTestTestResourceLock/lockFile.c             |   16 +-
 Tests/CTestTestScheduler/sleep.c                   |    9 +-
 Tests/CTestTestStopTime/sleep.c                    |    9 +-
 Tests/CTestTestTimeout/sleep.c                     |    8 +-
 Tests/CTestTestUpload/sleep.c                      |    9 +-
 Tests/CTestTestZeroTimeout/sleep.c                 |    4 +-
 Tests/CompatibleInterface/bar.cpp                  |    2 +-
 Tests/CompatibleInterface/main.cpp                 |   15 +-
 .../compile_command_output.cxx                     |    2 +-
 .../CompileCommandOutput/file_with_underscores.cxx |    4 +-
 Tests/CompileCommandOutput/relative.cxx            |    4 +-
 Tests/CompileCommandOutput/relative.h              |   12 +-
 Tests/CompileDefinitions/compiletest.cpp           |   64 +-
 Tests/CompileDefinitions/compiletest_mixed_c.c     |    1 -
 Tests/CompileDefinitions/compiletest_mixed_cxx.cpp |    2 +-
 Tests/CompileDefinitions/runtest.c                 |   27 +-
 Tests/CompileDefinitions/target_prop/usetgt.c      |   11 +-
 Tests/CompileFeatures/c_restrict.c                 |    2 +-
 .../cxx_aggregate_default_initializers.cpp         |    5 +-
 Tests/CompileFeatures/cxx_alias_templates.cpp      |    2 +-
 Tests/CompileFeatures/cxx_alignas.cpp              |    3 +-
 Tests/CompileFeatures/cxx_attribute_deprecated.cpp |    3 +-
 Tests/CompileFeatures/cxx_attributes.cpp           |    5 +-
 .../CompileFeatures/cxx_contextual_conversions.cpp |   37 +-
 .../cxx_decltype_incomplete_return_types.cpp       |   17 +-
 .../cxx_default_function_template_args.cpp         |    2 +-
 Tests/CompileFeatures/cxx_defaulted_functions.cpp  |    3 +-
 .../cxx_delegating_constructors.cpp                |    1 -
 Tests/CompileFeatures/cxx_digit_separators.cpp     |    3 +-
 Tests/CompileFeatures/cxx_explicit_conversions.cpp |    6 +-
 .../cxx_extended_friend_declarations.cpp           |    8 +-
 Tests/CompileFeatures/cxx_extern_templates.cpp     |    2 +-
 Tests/CompileFeatures/cxx_final.cpp                |    4 +-
 .../cxx_generalized_initializers.cpp               |   23 +-
 .../cxx_inheriting_constructors.cpp                |    5 +-
 Tests/CompileFeatures/cxx_inline_namespaces.cpp    |   25 +-
 Tests/CompileFeatures/cxx_lambda_init_captures.cpp |    3 +-
 Tests/CompileFeatures/cxx_lambdas.cpp              |    2 +-
 .../cxx_local_type_template_args.cpp               |   28 +-
 Tests/CompileFeatures/cxx_noexcept.cpp             |    1 -
 Tests/CompileFeatures/cxx_nullptr.cpp              |    1 -
 Tests/CompileFeatures/cxx_override.cpp             |    6 +-
 Tests/CompileFeatures/cxx_range_for.cpp            |    5 +-
 .../cxx_reference_qualified_functions.cpp          |   12 +-
 Tests/CompileFeatures/cxx_relaxed_constexpr.cpp    |   10 +-
 .../CompileFeatures/cxx_return_type_deduction.cpp  |    2 +-
 Tests/CompileFeatures/cxx_right_angle_brackets.cpp |    4 +-
 Tests/CompileFeatures/cxx_rvalue_references.cpp    |    1 -
 .../cxx_template_template_parameters.cpp           |    6 +-
 .../CompileFeatures/cxx_uniform_initialization.cpp |    9 +-
 Tests/CompileFeatures/cxx_unrestricted_unions.cpp  |   12 +-
 Tests/CompileFeatures/cxx_user_literals.cpp        |    2 +-
 Tests/CompileFeatures/cxx_variable_templates.cpp   |    2 +-
 Tests/CompileFeatures/cxx_variadic_templates.cpp   |   58 +-
 Tests/CompileFeatures/default_dialect.c            |   24 +-
 Tests/CompileFeatures/default_dialect.cpp          |   21 +-
 Tests/CompileFeatures/genex_test.c                 |   21 +-
 Tests/CompileFeatures/genex_test.cpp               |   47 +-
 Tests/CompileFeatures/main.cpp                     |    2 +-
 Tests/CompileOptions/main.cpp                      |   24 +-
 Tests/CompileOptions/other.cpp                     |    1 -
 Tests/Complex/Executable/A.h                       |    5 +-
 Tests/Complex/Executable/complex.cxx               |  434 +-
 Tests/Complex/Executable/complex.file.cxx          |    2 +-
 Tests/Complex/Executable/notInAllExe.cxx           |    2 +-
 Tests/Complex/Executable/testSystemDir.cxx         |    5 +-
 Tests/Complex/Executable/testcflags.c              |    4 +-
 Tests/Complex/Library/SystemDir/testSystemDir.h    |    5 +-
 Tests/Complex/Library/create_file.cxx              |   19 +-
 Tests/Complex/Library/notInAllLib.cxx              |    7 +-
 Tests/Complex/Library/sharedFile.h                 |    4 +-
 Tests/Complex/Library/testConly.h                  |    5 +-
 Tests/ComplexOneConfig/Executable/A.h              |    5 +-
 Tests/ComplexOneConfig/Executable/complex.cxx      |  434 +-
 Tests/ComplexOneConfig/Executable/complex.file.cxx |    2 +-
 Tests/ComplexOneConfig/Executable/notInAllExe.cxx  |    2 +-
 .../ComplexOneConfig/Executable/testSystemDir.cxx  |    5 +-
 Tests/ComplexOneConfig/Executable/testcflags.c     |    4 +-
 .../Library/SystemDir/testSystemDir.h              |    5 +-
 Tests/ComplexOneConfig/Library/create_file.cxx     |   19 +-
 Tests/ComplexOneConfig/Library/notInAllLib.cxx     |    7 +-
 Tests/ComplexOneConfig/Library/sharedFile.h        |    4 +-
 Tests/ComplexOneConfig/Library/testConly.h         |    5 +-
 Tests/CustComDepend/bar.h                          |   12 +-
 Tests/CustComDepend/foo.cxx                        |    6 +-
 Tests/CustomCommand/gen_redirect_in.c              |    5 +-
 Tests/CustomCommand/generator.cxx                  |   15 +-
 Tests/CustomCommand/tcat.cxx                       |    5 +-
 Tests/CustomCommand/wrapper.cxx                    |   32 +-
 .../CustomCommandByproducts.c                      |   14 +-
 .../External/ExternalLibrary.c                     |    5 +-
 Tests/CustomCommandByproducts/ProducerExe.c        |    5 +-
 Tests/CxxOnly/cxxonly.cxx                          |   12 +-
 Tests/CxxOnly/libcxx2.h                            |   12 +-
 Tests/CxxOnly/testCxxModule.cxx                    |    9 +-
 Tests/CxxSubdirC/Cdir/Cobj.c                       |    5 +-
 Tests/CxxSubdirC/main.cxx                          |    5 +-
 Tests/Dependency/Case1/a.c                         |    3 +-
 Tests/Dependency/Case1/b.c                         |    2 +-
 Tests/Dependency/Case1/b2.c                        |    2 +-
 Tests/Dependency/Case1/c.c                         |    2 +-
 Tests/Dependency/Case1/c2.c                        |    2 +-
 Tests/Dependency/Case1/d.c                         |    3 +-
 Tests/Dependency/Case1/main.c                      |    6 +-
 Tests/Dependency/Case2/bar1.c                      |   10 +-
 Tests/Dependency/Case2/bar2.c                      |    5 +-
 Tests/Dependency/Case2/bar3.c                      |    5 +-
 Tests/Dependency/Case2/foo1.c                      |    5 +-
 Tests/Dependency/Case2/foo1b.c                     |    5 +-
 Tests/Dependency/Case2/foo1c.c                     |    5 +-
 Tests/Dependency/Case2/foo2.c                      |    5 +-
 Tests/Dependency/Case2/foo2b.c                     |    5 +-
 Tests/Dependency/Case2/foo2c.c                     |    5 +-
 Tests/Dependency/Case2/foo3.c                      |    5 +-
 Tests/Dependency/Case2/foo3b.c                     |    5 +-
 Tests/Dependency/Case2/foo3c.c                     |    5 +-
 Tests/Dependency/Case3/foo1.c                      |    5 +-
 Tests/Dependency/Case3/foo1b.c                     |    5 +-
 Tests/Dependency/Case3/foo2.c                      |    5 +-
 Tests/Dependency/Case4/bar.c                       |    5 +-
 Tests/Dependency/Case4/foo.c                       |    5 +-
 Tests/Dependency/Case5/bar.c                       |    2 +-
 Tests/Dependency/Case5/foo.c                       |    2 +-
 Tests/Dependency/Case5/main.c                      |    2 +-
 Tests/Dependency/Exec/ExecMain.c                   |    2 +-
 Tests/Dependency/Exec2/ExecMain.c                  |    2 +-
 Tests/Dependency/Exec3/ExecMain.c                  |    2 +-
 Tests/Dependency/Exec4/ExecMain.c                  |    2 +-
 Tests/Dependency/Four/FourSrc.c                    |    2 +-
 Tests/Dependency/Three/ThreeSrc.c                  |    2 +-
 Tests/Dependency/Two/TwoSrc.c                      |    2 +-
 Tests/EmptyProperty/EmptyProperty.cxx              |    5 +-
 Tests/Environment/main.cxx                         |    7 +-
 .../Export/Interface/headeronly/headeronly.h       |    5 +-
 Tests/ExportImport/Export/empty.cpp                |    5 +-
 Tests/ExportImport/Export/systemlib.cpp            |    1 -
 Tests/ExportImport/Export/systemlib.h              |    4 +-
 Tests/ExportImport/Export/testExe1.c               |   22 +-
 Tests/ExportImport/Export/testExe1lib.c            |    5 +-
 Tests/ExportImport/Export/testExe2.c               |    9 +-
 Tests/ExportImport/Export/testExe2lib.c            |   13 +-
 Tests/ExportImport/Export/testExe2libImp.c         |    9 +-
 Tests/ExportImport/Export/testExe3.c               |   22 +-
 Tests/ExportImport/Export/testExe4.c               |   22 +-
 Tests/ExportImport/Export/testLib1.c               |    5 +-
 Tests/ExportImport/Export/testLib2.c               |    5 +-
 Tests/ExportImport/Export/testLib3.c               |   13 +-
 Tests/ExportImport/Export/testLib3Imp.c            |   13 +-
 Tests/ExportImport/Export/testLib3ImpDep.c         |    9 +-
 Tests/ExportImport/Export/testLib4.c               |    9 +-
 Tests/ExportImport/Export/testLib5.c               |    9 +-
 Tests/ExportImport/Export/testLib7.c               |    5 +-
 Tests/ExportImport/Export/testLibAbs1.c            |    5 +-
 Tests/ExportImport/Export/testLibCycleA1.c         |    5 +-
 Tests/ExportImport/Export/testLibCycleA2.c         |    5 +-
 Tests/ExportImport/Export/testLibCycleA3.c         |    5 +-
 Tests/ExportImport/Export/testLibCycleB1.c         |    5 +-
 Tests/ExportImport/Export/testLibCycleB2.c         |    5 +-
 Tests/ExportImport/Export/testLibCycleB3.c         |    5 +-
 Tests/ExportImport/Export/testLibDepends.c         |    7 +-
 Tests/ExportImport/Export/testLibNoSONAME.c        |    9 +-
 Tests/ExportImport/Export/testLibPerConfigDest.c   |    5 +-
 Tests/ExportImport/Export/testLibRequired.c        |    5 +-
 .../Export/testStaticLibRequiredPrivate.c          |    5 +-
 Tests/ExportImport/Import/A/deps_iface.c           |    1 -
 Tests/ExportImport/Import/A/deps_shared_iface.cpp  |    6 +-
 Tests/ExportImport/Import/A/imp_mod1.c             |    4 +-
 Tests/ExportImport/Import/A/imp_testExe1.c         |   12 +-
 Tests/ExportImport/Import/A/imp_testExeAbs1.c      |    8 +-
 Tests/ExportImport/Import/A/renamed_test.cpp       |    2 +-
 .../Import/Interface/headeronlytest.cpp            |    3 +-
 .../Import/Interface/interfacetest.cpp             |    2 +-
 Tests/FindBoost/Test/main.cxx                      |   24 +-
 Tests/FindBoost/TestHeaders/main.cxx               |    3 +-
 Tests/FindGSL/rng/main.cc                          |    6 +-
 Tests/FindGTK2/atk/main.c                          |    6 +-
 Tests/FindGTK2/atkmm/main.cpp                      |    6 +-
 Tests/FindGTK2/cairo/main.c                        |   86 +-
 Tests/FindGTK2/cairomm/main.cpp                    |   70 +-
 Tests/FindGTK2/gdk/main.c                          |    6 +-
 Tests/FindGTK2/gdk_pixbuf/main.c                   |   12 +-
 Tests/FindGTK2/gdkmm/main.cpp                      |    6 +-
 Tests/FindGTK2/gio/main.c                          |    8 +-
 Tests/FindGTK2/giomm/main.cpp                      |    6 +-
 Tests/FindGTK2/glib/main.c                         |   14 +-
 Tests/FindGTK2/glibmm/main.cpp                     |    4 +-
 Tests/FindGTK2/gmodule/main.c                      |    6 +-
 Tests/FindGTK2/gobject/main.c                      |   56 +-
 Tests/FindGTK2/gthread/main.c                      |    6 +-
 Tests/FindGTK2/gtk/main.c                          |   14 +-
 Tests/FindGTK2/gtkmm/helloworld.cpp                |   24 +-
 Tests/FindGTK2/gtkmm/helloworld.h                  |   12 +-
 Tests/FindGTK2/gtkmm/main.cpp                      |   12 +-
 Tests/FindGTK2/pango/main.c                        |    6 +-
 Tests/FindGTK2/pangocairo/main.c                   |  102 +-
 Tests/FindGTK2/pangoft2/main.c                     |    8 +-
 Tests/FindGTK2/pangomm/main.cpp                    |    6 +-
 Tests/FindGTK2/pangoxft/main.c                     |    6 +-
 Tests/FindGTK2/sigc++/main.cpp                     |   16 +-
 Tests/FindMatlab/matlab_wrapper1.cpp               |   15 +-
 Tests/FindModulesExecuteAll/main.c                 |    2 +-
 Tests/FindOpenSSL/rand/main.cc                     |    3 +-
 Tests/FindPNG/Test/main.c                          |   10 +-
 Tests/FindPackageModeMakefileTest/main.cpp         |    4 +-
 Tests/FindPackageTest/Exporter/dummy.c             |    5 +-
 Tests/FindTIFF/Test/main.c                         |    2 +-
 Tests/ForceInclude/foo.c                           |    9 +-
 Tests/Fortran/include/test_preprocess.h            |    4 +-
 Tests/Framework/foo.cxx                            |    4 +-
 .../GeneratorExpression/CMP0044/cmp0044-check.cpp  |   18 +-
 Tests/GeneratorExpression/empty.cpp                |    5 +-
 Tests/GeneratorExpression/pwd.c                    |   12 +-
 Tests/GhsMulti/ReturnNum/App/Main.c                |    6 +-
 Tests/GhsMulti/ReturnNum/Lib/HelperFun.c           |    2 +-
 Tests/GhsMultiDuplicateSourceFilenames/main.c      |    8 +-
 .../subfolder/test.c                               |    2 +-
 Tests/GhsMultiDuplicateSourceFilenames/test.c      |    2 +-
 Tests/IncludeDirectories/CMP0021/main.cpp          |    2 +-
 .../config_specific/config_iface.h                 |    2 +-
 .../SystemIncludeDirectories/systemlib.cpp         |    5 +-
 .../SystemIncludeDirectories/systemlib/systemlib.h |    4 +-
 .../SystemIncludeDirectories/upstream.cpp          |    5 +-
 .../SystemIncludeDirectories/upstream.h            |    2 +-
 .../TargetIncludeDirectories/empty.cpp             |    2 +-
 .../TargetIncludeDirectories/other.cpp             |    3 +-
 .../TargetIncludeDirectories/sing/ting/ting.h      |    2 +-
 Tests/IncludeDirectories/empty.cpp                 |    5 +-
 Tests/InterfaceLibrary/definetestexe.cpp           |    2 +-
 Tests/InterfaceLibrary/dummy.cpp                   |    2 +-
 Tests/InterfaceLibrary/ifacedir/sub.cpp            |    5 +-
 Tests/InterfaceLibrary/map_config.cpp              |    2 +-
 Tests/InterfaceLibrary/obj.cpp                     |    5 +-
 Tests/InterfaceLibrary/sharedlibtestexe.cpp        |    2 +-
 Tests/InterfaceLinkLibraries/bang.h                |    2 +-
 Tests/InterfaceLinkLibraries/bar.cpp               |   14 +-
 Tests/InterfaceLinkLibraries/bar.h                 |    2 +-
 Tests/InterfaceLinkLibraries/foo.h                 |    2 +-
 Tests/InterfaceLinkLibraries/zot.h                 |    2 +-
 Tests/JCTest/TestTime.cxx                          |    5 +-
 Tests/JavaJavah/B.cpp                              |    2 +-
 Tests/JavaJavah/C.cpp                              |    2 +-
 Tests/Jump/Executable/jumpExecutable.cxx           |    4 +-
 Tests/Jump/Library/Shared/jumpShared.cxx           |    9 +-
 Tests/Jump/Library/Static/jumpStatic.cxx           |    5 +-
 Tests/LibName/bar.c                                |    2 +-
 Tests/LibName/foo.c                                |    2 +-
 Tests/LibName/foobar.c                             |    2 +-
 Tests/LinkDirectory/External/myexe.c               |    5 +-
 Tests/LinkDirectory/mylibA.c                       |    5 +-
 Tests/LinkDirectory/mylibB.c                       |    5 +-
 Tests/LinkFlags/LinkFlags.c                        |    5 +-
 Tests/LinkFlags/LinkFlagsExe.c                     |    7 +-
 Tests/LinkFlags/LinkFlagsLib.c                     |    7 +-
 Tests/LinkLanguage/LinkLanguage.c                  |    1 -
 Tests/LinkLine/One.c                               |    2 +-
 Tests/LinkLine/Two.c                               |    2 +-
 Tests/LinkLineOrder/NoDepE.c                       |    2 +-
 Tests/LinkLineOrder/NoDepF.c                       |    2 +-
 Tests/LoadCommand/CMakeCommands/cmTestCommand.c    |  146 +-
 .../CMakeCommands/cmTestCommand.c                  |  146 +-
 Tests/MFC/mfc1/ChildFrm.cpp                        |   20 +-
 Tests/MFC/mfc1/ChildFrm.h                          |   28 +-
 Tests/MFC/mfc1/MainFrm.cpp                         |   80 +-
 Tests/MFC/mfc1/MainFrm.h                           |   35 +-
 Tests/MFC/mfc1/Resource.h                          |   18 +-
 Tests/MFC/mfc1/mfc1.cpp                            |  157 +-
 Tests/MFC/mfc1/mfc1.h                              |   18 +-
 Tests/MFC/mfc1/mfc1Doc.cpp                         |   37 +-
 Tests/MFC/mfc1/mfc1Doc.h                           |   32 +-
 Tests/MFC/mfc1/mfc1View.cpp                        |   47 +-
 Tests/MFC/mfc1/mfc1View.h                          |   45 +-
 Tests/MFC/mfc1/stdafx.h                            |   49 +-
 Tests/MSManifest/Subdir/main.c                     |    5 +-
 Tests/MacRuntimePath/A/framework.h                 |   12 +-
 Tests/MacRuntimePath/A/framework2.h                |   12 +-
 Tests/MacRuntimePath/A/shared.h                    |   12 +-
 Tests/MathTest/MathTestExec.cxx                    |   24 +-
 Tests/MissingInstall/mybin.cpp                     |    4 +-
 Tests/Module/CheckTypeSize/CheckTypeSize.c         |   81 +-
 Tests/Module/CheckTypeSize/CheckTypeSize.cxx       |   87 +-
 Tests/Module/CheckTypeSize/someclass.hxx           |   11 +-
 Tests/Module/CheckTypeSize/somestruct.h            |    9 +-
 .../GenerateExportHeader/c_identifier/main.cpp     |    2 +-
 .../GenerateExportHeader/exportheader_test.cpp     |   42 +-
 .../lib_shared_and_static/libshared_and_static.cpp |   33 +-
 .../lib_shared_and_static/libshared_and_static.h   |   36 +-
 .../GenerateExportHeader/libshared/libshared.cpp   |   33 +-
 .../GenerateExportHeader/libshared/libshared.h     |    9 +-
 .../GenerateExportHeader/libstatic/libstatic.cpp   |   30 +-
 .../GenerateExportHeader/libstatic/libstatic.h     |    9 +-
 .../nodeprecated/src/someclass.cpp                 |    1 -
 .../WriteCompilerDetectionHeader/compile_tests.h   |    6 +-
 Tests/Module/WriteCompilerDetectionHeader/main.c   |   19 +-
 .../WriteCompilerDetectionHeader/main_multi.c      |   19 +-
 Tests/ModuleDefinition/example_dll.c               |    5 +-
 Tests/ModuleDefinition/example_dll_2.c             |    5 +-
 Tests/ModuleDefinition/example_dll_gen.c           |    5 +-
 Tests/ModuleDefinition/example_exe.c               |    9 +-
 Tests/ModuleDefinition/example_mod_1.c             |    7 +-
 Tests/NewlineArgs/cxxonly.cxx                      |    7 +-
 Tests/ObjectLibrary/A/a.h                          |    4 +-
 Tests/ObjectLibrary/A/a2.c                         |    5 +-
 Tests/ObjectLibrary/B/b.h                          |   12 +-
 Tests/ObjectLibrary/B/b1.c                         |    5 +-
 Tests/ObjectLibrary/B/b2.c                         |    5 +-
 Tests/ObjectLibrary/ExportLanguages/a.c            |    5 +-
 Tests/ObjectLibrary/ExportLanguages/a.cxx          |    5 +-
 Tests/ObjectLibrary/c.c                            |   11 +-
 Tests/ObjectLibrary/dummy.c                        |    5 +-
 Tests/ObjectLibrary/main.c                         |   10 +-
 Tests/ObjectLibrary/mainAB.c                       |    7 +-
 Tests/OutDir/OutDir.c                              |   14 +-
 Tests/OutOfBinary/outexe.c                         |    5 +-
 Tests/OutOfBinary/outlib.c                         |    6 +-
 Tests/OutOfSource/OutOfSourceSubdir/simple.cxx     |   29 +-
 Tests/OutOfSource/OutOfSourceSubdir/testlib.h      |   12 +-
 Tests/OutOfSource/SubDir/subdir.c                  |    5 +-
 Tests/OutOfSource/simple.cxx                       |    5 +-
 Tests/PDBDirectoryAndName/myexe.c                  |    5 +-
 Tests/PDBDirectoryAndName/myexe2.c                 |    5 +-
 Tests/PDBDirectoryAndName/mylibA.c                 |    5 +-
 Tests/PDBDirectoryAndName/mylibB.c                 |    5 +-
 Tests/PDBDirectoryAndName/mylibC.c                 |    5 +-
 Tests/PDBDirectoryAndName/mylibD.c                 |    5 +-
 Tests/PerConfig/pcShared.h                         |   12 +-
 Tests/Plugin/include/example.h                     |   15 +-
 Tests/Plugin/src/example_exe.cxx                   |   35 +-
 Tests/Plugin/src/example_mod_1.c                   |    8 +-
 Tests/PositionIndependentTargets/main.cpp          |    5 +-
 Tests/PositionIndependentTargets/pic_main.cpp      |    5 +-
 Tests/PreOrder/simple.cxx                          |    2 +-
 Tests/PrecompiledHeader/foo1.c                     |    2 +-
 Tests/PrecompiledHeader/foo2.c                     |    4 +-
 Tests/Preprocess/preprocess.c                      |  215 +-
 Tests/Preprocess/preprocess.cxx                    |  235 +-
 Tests/Properties/SubDir/properties3.cxx            |    2 +-
 Tests/Qt4Deploy/testdeploy.cpp                     |   10 +-
 Tests/Qt4Targets/IncrementalMoc/foo.cpp            |    1 -
 Tests/Qt4Targets/activeqtexe.cpp                   |   23 +-
 Tests/Qt4Targets/interface/myinterface.h           |    1 -
 Tests/Qt4Targets/main.cpp                          |    2 +-
 Tests/Qt4Targets/main_gen_test.cpp                 |    7 +-
 Tests/Qt4Targets/main_wrap_test.cpp                |    2 +-
 Tests/Qt4Targets/mywrapobject.h                    |    5 +-
 Tests/QtAutoUicInterface/klocalizedstring.cpp      |    4 +-
 Tests/QtAutoUicInterface/klocalizedstring.h        |    4 +-
 Tests/QtAutoUicInterface/libwidget.cpp             |    6 +-
 Tests/QtAutoUicInterface/libwidget.h               |    2 +-
 Tests/QtAutoUicInterface/main.cpp                  |   70 +-
 Tests/QtAutoUicInterface/mywidget.cpp              |    6 +-
 Tests/QtAutoUicInterface/mywidget.h                |    2 +-
 Tests/QtAutogen/Adir/libA.cpp                      |    3 +-
 Tests/QtAutogen/Adir/libA.h                        |    2 +-
 Tests/QtAutogen/Bdir/libB.cpp                      |    3 +-
 Tests/QtAutogen/Bdir/libB.h                        |    3 +-
 Tests/QtAutogen/abc.cpp                            |   15 +-
 Tests/QtAutogen/abc.h                              |    8 +-
 Tests/QtAutogen/abc_p.h                            |    8 +-
 Tests/QtAutogen/bar.cpp                            |    2 +-
 Tests/QtAutogen/blub.cpp                           |   12 +-
 Tests/QtAutogen/blub.h                             |    6 +-
 Tests/QtAutogen/calwidget.cpp                      |  787 ++--
 Tests/QtAutogen/calwidget.h                        |  219 +-
 Tests/QtAutogen/codeeditor.cpp                     |  215 +-
 Tests/QtAutogen/codeeditor.h                       |  199 +-
 Tests/QtAutogen/debug_class.cpp                    |    5 +-
 Tests/QtAutogen/debug_class.h                      |    7 +-
 Tests/QtAutogen/defines_test/defines_test.cpp      |    2 +-
 Tests/QtAutogen/empty.h                            |    2 +-
 Tests/QtAutogen/foo.cpp                            |   14 +-
 Tests/QtAutogen/foo.h                              |   10 +-
 Tests/QtAutogen/gadget.h                           |    3 +-
 Tests/QtAutogen/generated.cpp                      |    3 +-
 Tests/QtAutogen/generated.h                        |    2 +-
 Tests/QtAutogen/libC.cpp                           |    3 +-
 Tests/QtAutogen/libC.h                             |    4 +-
 Tests/QtAutogen/main.cpp                           |    3 +-
 Tests/QtAutogen/multiplewidgets.cpp                |   12 +-
 Tests/QtAutogen/multiplewidgets.h                  |   10 +-
 Tests/QtAutogen/private_slot.cpp                   |   13 +-
 Tests/QtAutogen/private_slot.h                     |    4 +-
 Tests/QtAutogen/resourcetester.cpp                 |    9 +-
 Tests/QtAutogen/resourcetester.h                   |    2 +-
 Tests/QtAutogen/same_name/aaa/bbb/item.cpp         |    4 +-
 Tests/QtAutogen/same_name/aaa/bbb/item.hpp         |    3 +-
 Tests/QtAutogen/same_name/aaa/item.cpp             |    4 +-
 Tests/QtAutogen/same_name/aaa/item.hpp             |    3 +-
 Tests/QtAutogen/same_name/bbb/aaa/item.cpp         |    4 +-
 Tests/QtAutogen/same_name/bbb/aaa/item.hpp         |    3 +-
 Tests/QtAutogen/same_name/bbb/item.cpp             |    4 +-
 Tests/QtAutogen/same_name/bbb/item.hpp             |    3 +-
 Tests/QtAutogen/same_name/ccc/item.cpp             |    9 +-
 Tests/QtAutogen/same_name/ccc/item.hpp             |    3 +-
 Tests/QtAutogen/same_name/main.cpp                 |    2 +-
 Tests/QtAutogen/second_widget.cpp                  |    5 +-
 Tests/QtAutogen/second_widget.h                    |    5 +-
 Tests/QtAutogen/sub/bar.h                          |    8 +-
 Tests/QtAutogen/sub/uiconly.cpp                    |    6 +-
 Tests/QtAutogen/sub/uiconly.h                      |    2 +-
 Tests/QtAutogen/xyz.cpp                            |    4 +-
 Tests/QtAutogen/xyz.h                              |    8 +-
 Tests/QtAutogen/yaf.cpp                            |    2 -
 Tests/QtAutogen/yaf.h                              |    9 +-
 Tests/QtAutogen/yaf_p.h                            |    8 +-
 Tests/RunCMake/AutoExportDll/hello.cxx             |    4 +-
 Tests/RunCMake/AutoExportDll/say.cxx               |    7 +-
 Tests/RunCMake/BuildDepends/MakeInProjectOnly.c    |    5 +-
 Tests/RunCMake/BuildDepends/main.c                 |    5 +-
 Tests/RunCMake/CMP0022/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0026/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0037/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0038/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0040/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0041/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0042/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0043/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0045/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0046/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0049/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0050/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0051/empty.cpp                   |    2 +-
 Tests/RunCMake/CMP0065/subproject/main.c           |    2 +-
 Tests/RunCMake/COMPILE_LANGUAGE-genex/main.cpp     |    2 +-
 Tests/RunCMake/CPackInstallProperties/test.cpp     |    4 +-
 Tests/RunCMake/ClangTidy/main.c                    |    5 +-
 Tests/RunCMake/ClangTidy/main.cxx                  |    5 +-
 Tests/RunCMake/CommandLine/cmake_depends/test.h    |    4 +-
 Tests/RunCMake/CompatibleInterface/main.cpp        |    2 +-
 Tests/RunCMake/CompileFeatures/empty.c             |    2 +-
 Tests/RunCMake/CompileFeatures/empty.cpp           |    2 +-
 Tests/RunCMake/CompilerLauncher/main.c             |    3 +-
 Tests/RunCMake/CompilerLauncher/main.cxx           |    5 +-
 .../simple_src_exiterror.cxx                       |    2 +-
 .../simple_src_exitsuccess.cxx                     |    2 +-
 Tests/RunCMake/ExportWithoutLanguage/header.h      |    5 +-
 Tests/RunCMake/File_Generate/empty.c               |    2 +-
 Tests/RunCMake/File_Generate/empty.cpp             |    2 +-
 Tests/RunCMake/FindMatlab/matlab_wrapper1.cpp      |   15 +-
 Tests/RunCMake/Framework/foo.c                     |    5 +-
 Tests/RunCMake/IncludeWhatYouUse/main.c            |    5 +-
 Tests/RunCMake/IncludeWhatYouUse/main.cxx          |    5 +-
 Tests/RunCMake/IncompatibleQt/main.cpp             |    2 +-
 Tests/RunCMake/Languages/empty.cpp                 |    2 +-
 Tests/RunCMake/ObjectLibrary/a.c                   |    5 +-
 Tests/RunCMake/ObsoleteQtMacros/empty.cpp          |    2 +-
 Tests/RunCMake/PositionIndependentCode/main.cpp    |    2 +-
 Tests/RunCMake/TargetPolicies/empty.cpp            |    2 +-
 .../TargetPropertyGeneratorExpressions/empty.cpp   |    2 +-
 Tests/RunCMake/TargetSources/empty_1.cpp           |    2 +-
 Tests/RunCMake/TargetSources/empty_2.cpp           |    2 +-
 Tests/RunCMake/TargetSources/empty_3.cpp           |    2 +-
 Tests/RunCMake/TargetSources/empty_4.cpp           |    2 +-
 Tests/RunCMake/VS10Project/foo.cpp                 |    4 +-
 Tests/RunCMake/XcodeProject/foo.cpp                |    4 +-
 Tests/RunCMake/XcodeProject/main.cpp               |    5 +-
 Tests/RunCMake/alias_targets/empty.cpp             |    2 +-
 Tests/RunCMake/include/empty.cpp                   |    2 +-
 Tests/RunCMake/install/main.c                      |    5 +-
 Tests/RunCMake/pseudo_emulator.c                   |   17 +-
 Tests/RunCMake/pseudo_emulator_custom_command.c    |   19 +-
 Tests/RunCMake/pseudo_tidy.c                       |    8 +-
 Tests/RunCMake/target_compile_features/empty.c     |    2 +-
 Tests/RunCMake/target_compile_features/empty.cpp   |    2 +-
 Tests/RunCMake/target_link_libraries/empty.cpp     |    2 +-
 Tests/RunCMake/try_compile/other.c                 |    5 +-
 Tests/RunCMake/try_compile/src.c                   |    7 +-
 Tests/RunCMake/try_run/src.c                       |    5 +-
 Tests/RuntimePath/bar1.c                           |    5 +-
 Tests/RuntimePath/bar2.c                           |    5 +-
 Tests/RuntimePath/foo1.c                           |    5 +-
 Tests/RuntimePath/foo2.c                           |    5 +-
 Tests/SBCS/SBCS.cxx                                |   15 +-
 Tests/SameName/Exe1/conly.c                        |    7 +-
 Tests/SetLang/bar.c                                |    7 +-
 Tests/SetLang/foo.c                                |    2 +-
 Tests/Simple/simple.cxx                            |    2 +-
 Tests/Simple/simpleCLib.c                          |    5 +-
 Tests/Simple/simpleWe.cpp                          |    5 +-
 Tests/SimpleCOnly/bar.c                            |    5 +-
 Tests/SimpleCOnly/foo.c                            |    5 +-
 Tests/SimpleCOnly/main.c                           |    8 +-
 Tests/SimpleExclude/dirC/dirA/t4.c                 |   18 +-
 Tests/SimpleExclude/dirC/dirB/t7.c                 |    5 +-
 Tests/SimpleExclude/dirD/t9.c                      |   26 +-
 Tests/SimpleInstall/TestSubDir/TSD_utils.cxx       |    5 +-
 Tests/SimpleInstall/foo.h                          |    1 -
 Tests/SimpleInstall/inst.cxx                       |   33 +-
 Tests/SimpleInstall/lib2.h                         |   12 +-
 Tests/SimpleInstall/lib3.h                         |   12 +-
 Tests/SimpleInstall/lib4.cxx                       |    1 -
 Tests/SimpleInstall/lib4.h                         |   13 +-
 Tests/SimpleInstallS2/TestSubDir/TSD_utils.cxx     |    5 +-
 Tests/SimpleInstallS2/foo.h                        |    1 -
 Tests/SimpleInstallS2/inst.cxx                     |   33 +-
 Tests/SimpleInstallS2/lib2.h                       |   12 +-
 Tests/SimpleInstallS2/lib3.h                       |   12 +-
 Tests/SimpleInstallS2/lib4.cxx                     |    1 -
 Tests/SimpleInstallS2/lib4.h                       |   13 +-
 Tests/SourceGroups/main.c                          |    5 +-
 Tests/StagingPrefix/Consumer/main.cpp              |    2 +-
 Tests/StagingPrefix/Producer/bar.h                 |    4 +-
 Tests/StagingPrefix/Producer/foo.h                 |    4 +-
 Tests/StagingPrefix/main.cpp                       |    2 +-
 Tests/StringFileTest/StringFile.cxx                |    2 +-
 Tests/SubDir/Executable/test.cxx                   |   29 +-
 Tests/SubDirSpaces/Executable Sources/test.cxx     |   29 +-
 Tests/SubDirSpaces/Executable/test.cxx             |   29 +-
 Tests/SubProject/car.cxx                           |    4 +-
 Tests/SubProject/foo/foo.cxx                       |    5 +-
 Tests/SwiftMix/CMain.c                             |    3 +-
 Tests/SwigTest/example.cxx                         |   23 +-
 Tests/SwigTest/example.h                           |   36 +-
 Tests/SystemInformation/DumpInformation.cxx        |  102 +-
 Tests/TargetName/executables/hello_world.c         |    2 +-
 Tests/TestDriver/subdir/test3.cxx                  |    4 +-
 Tests/TestDriver/test1.cxx                         |   17 +-
 Tests/TestDriver/test2.cxx                         |    4 +-
 Tests/TestDriver/testArgs.h                        |   20 +-
 Tests/Testing/Sub/Sub2/testing2.cxx                |    2 +-
 Tests/Testing/testing.cxx                          |    2 +-
 Tests/TestsWorkingDirectory/main.c                 |   30 +-
 Tests/TryCompile/Inner/innerexe.c                  |    5 +-
 Tests/TryCompile/Inner/innerlib.c                  |    5 +-
 Tests/TryCompile/expect_arg.c                      |   16 +-
 Tests/TryCompile/fail2a.c                          |    5 +-
 Tests/TryCompile/pass.c                            |    2 -
 Tests/TryCompile/pass2a.c                          |    5 +-
 Tests/TryCompile/pass2b.cxx                        |    5 +-
 Tests/TryCompile/testdef.c                         |    7 +-
 Tests/Tutorial/Step1/tutorial.cxx                  |   16 +-
 Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx      |   19 +-
 Tests/Tutorial/Step2/tutorial.cxx                  |   21 +-
 Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx      |   19 +-
 Tests/Tutorial/Step3/tutorial.cxx                  |   21 +-
 Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx      |   27 +-
 Tests/Tutorial/Step4/tutorial.cxx                  |   21 +-
 Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx   |   25 +-
 Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx      |   24 +-
 Tests/Tutorial/Step5/tutorial.cxx                  |   21 +-
 Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx   |   25 +-
 Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx      |   24 +-
 Tests/Tutorial/Step6/tutorial.cxx                  |   21 +-
 Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx   |   25 +-
 Tests/Tutorial/Step7/MathFunctions/mysqrt.cxx      |   24 +-
 Tests/Tutorial/Step7/tutorial.cxx                  |   21 +-
 Tests/VSExternalInclude/Lib1/lib1.h                |    1 -
 Tests/VSGNUFortran/c_code/main.c                   |    4 +-
 Tests/VSMASM/main.c                                |    5 +-
 Tests/VSMidl/src/main.cpp                          |    6 +-
 Tests/VSNsightTegra/jni/first.c                    |    4 +-
 Tests/VSNsightTegra/jni/first.h                    |    2 +-
 Tests/VSNsightTegra/jni/second.c                   |    9 +-
 Tests/VSResource/lib.cpp                           |    5 +-
 Tests/VSResource/main.cpp                          |   41 +-
 Tests/VSWinStorePhone/Direct3DApp1/BasicTimer.h    |   25 +-
 .../VSWinStorePhone/Direct3DApp1/CubeRenderer.cpp  |  283 +-
 .../VSWinStorePhone/Direct3DApp1/Direct3DApp1.cpp  |  101 +-
 Tests/VSWinStorePhone/Direct3DApp1/Direct3DApp1.h  |   46 +-
 .../VSWinStorePhone/Direct3DApp1/Direct3DBase.cpp  |  301 +-
 Tests/VSWinStorePhone/Direct3DApp1/Direct3DBase.h  |    8 +-
 Tests/VSWinStorePhone/Direct3DApp1/DirectXHelper.h |   37 +-
 Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.h |  127 +-
 .../VSWindowsFormsResx/WindowsFormsResx/Source.cpp |    2 +-
 Tests/VSXaml/App.xaml.cpp                          |  127 +-
 Tests/VSXaml/App.xaml.h                            |   32 +-
 Tests/VSXaml/MainPage.xaml.cpp                     |    5 +-
 Tests/VSXaml/MainPage.xaml.h                       |   19 +-
 Tests/Visibility/bar.c                             |    4 +-
 Tests/Visibility/foo.cpp                           |    6 +-
 Tests/Visibility/hidden.c                          |   11 +-
 Tests/Visibility/shared.c                          |    5 +-
 Tests/WarnUnusedCliUnused/empty.cpp                |    2 +-
 Tests/Wrapping/Wrap.c                              |   18 +-
 Tests/Wrapping/fakefluid.cxx                       |   13 +-
 Tests/Wrapping/qtnoqtmain.cxx                      |    1 -
 Tests/Wrapping/qtwrappingmain.cxx                  |   20 +-
 Tests/Wrapping/wrapFLTK.cxx                        |    5 +-
 Tests/Wrapping/wrapping.cxx                        |    2 +-
 Tests/X11/HelloWorldX11.cxx                        |  140 +-
 Tests/XCTest/CocoaExample/AppDelegate.h            |    3 +-
 Tests/XCTest/FrameworkExample/FrameworkExample.c   |    2 +-
 Tests/iOSNavApp/Classes/NavApp3AppDelegate.h       |   11 +-
 Tests/iOSNavApp/TotalFunction.c                    |    2 +-
 Tests/iOSNavApp/TotalFunction.h                    |    2 +-
 .../WiX/CustomAction/detect_nsis_overwrite.cpp     |   17 +-
 Utilities/Scripts/clang-format.bash                |   91 +
 Utilities/cm_bzlib.h                               |    4 +-
 Utilities/cm_curl.h                                |    4 +-
 Utilities/cm_expat.h                               |    4 +-
 Utilities/cm_jsoncpp_reader.h                      |    4 +-
 Utilities/cm_jsoncpp_value.h                       |    4 +-
 Utilities/cm_jsoncpp_writer.h                      |    4 +-
 Utilities/cm_kwiml.h                               |    8 +-
 Utilities/cm_libarchive.h                          |    8 +-
 Utilities/cm_lzma.h                                |    4 +-
 Utilities/cm_xmlrpc.h                              |    4 +-
 Utilities/cm_zlib.h                                |    4 +-
 1454 files changed, 62365 insertions(+), 83577 deletions(-)
 create mode 100644 .clang-format
 create mode 100755 Utilities/Scripts/clang-format.bash


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list