[Cmake-commits] CMake branch, master, updated. v2.8.9-57-gcd3bd23

Brad King brad.king at kitware.com
Tue Aug 14 08:31:49 EDT 2012


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  cd3bd23266a4a6c00595134a17a8bdaea9e28af5 (commit)
       via  68bc863d5bd64f3e893722e403d4fd56bd2e175a (commit)
       via  a05eba57b50fa3224ed7579a604f9a84c44c6d02 (commit)
       via  3c0488d7d3557ac3840bd6f72ba18415699b1b44 (commit)
       via  6c2c483ef9ca8e7238df07b6230e714c314e40eb (commit)
       via  9db3116226cb99fcf54e936c833953abcde9b729 (commit)
       via  77543bde41b0e52c3959016698b529835945d62d (commit)
       via  7bbaa4283de26864b2e55e819db0884771585467 (commit)
       via  be9db98946b7918f279812fd0616abb650eebed0 (commit)
       via  af42ae4f8190c5c0257703b04671f35e66dfaa05 (commit)
      from  9acb4f118cd9a52aaa66897b1c0cd11dace3851c (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cd3bd23266a4a6c00595134a17a8bdaea9e28af5
commit cd3bd23266a4a6c00595134a17a8bdaea9e28af5
Merge: 9acb4f1 68bc863
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 14 08:31:45 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 14 08:31:45 2012 -0400

    Merge topic 'cleanup-style'
    
    68bc863 Merge branch 'master' into cleanup-style
    a05eba5 CMakeVersion.bash: Update sed expression for lower-case 'set'
    3c0488d Fix WarnUnusedUnusedViaUnset test pass/fail regex
    6c2c483 Remove trailing TAB from NSIS.template.in
    9db3116 Remove CMake-language block-end command arguments
    77543bd Convert CMake-language commands to lower case
    7bbaa42 Remove trailing whitespace from most CMake and C/C++ code
    be9db98 Merge topic 'watcom-compiler-version'
    af42ae4 Watcom: Simplify compiler version detection (#11866)


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

Summary of changes:
 CMakeCPack.cmake                                   |  136 +-
 CMakeCPackOptions.cmake.in                         |   42 +-
 CMakeGraphVizOptions.cmake                         |    2 +-
 CMakeLists.txt                                     |  702 +++++-----
 CTestConfig.cmake                                  |    4 +-
 CTestCustom.cmake.in                               |   18 +-
 CompileFlags.cmake                                 |   74 +-
 Docs/CMakeLists.txt                                |    2 +-
 Docs/cmake-indent.vim                              |    4 +-
 Docs/cmake-mode.el                                 |   12 +-
 Docs/cmake-syntax.vim                              |   10 +-
 Example/Demo/demo.cxx                              |    2 +-
 Modules/AddFileDependencies.cmake                  |   18 +-
 Modules/BundleUtilities.cmake                      |  154 +-
 Modules/CMakeASM-ATTInformation.cmake              |   10 +-
 Modules/CMakeASMCompiler.cmake.in                  |   20 +-
 Modules/CMakeASMInformation.cmake                  |  152 +-
 Modules/CMakeASM_MASMInformation.cmake             |   10 +-
 Modules/CMakeASM_NASMInformation.cmake             |   12 +-
 Modules/CMakeAddNewLanguage.txt                    |    2 +-
 Modules/CMakeBackwardCompatibilityC.cmake          |   86 +-
 Modules/CMakeBackwardCompatibilityCXX.cmake        |   60 +-
 Modules/CMakeBorlandFindMake.cmake                 |    4 +-
 Modules/CMakeCCompiler.cmake.in                    |   82 +-
 Modules/CMakeCInformation.cmake                    |  210 ++--
 Modules/CMakeCXXCompiler.cmake.in                  |   84 +-
 Modules/CMakeCXXInformation.cmake                  |  316 +++---
 Modules/CMakeClDeps.cmake                          |   28 +-
 Modules/CMakeCommonLanguageInclude.cmake           |   50 +-
 Modules/CMakeDependentOption.cmake                 |   48 +-
 Modules/CMakeDetermineASM-ATTCompiler.cmake        |    8 +-
 Modules/CMakeDetermineASMCompiler.cmake            |  192 ++--
 Modules/CMakeDetermineASM_MASMCompiler.cmake       |   16 +-
 Modules/CMakeDetermineASM_NASMCompiler.cmake       |   14 +-
 Modules/CMakeDetermineCCompiler.cmake              |  162 ++--
 Modules/CMakeDetermineCXXCompiler.cmake            |  170 ++--
 Modules/CMakeDetermineCompilerABI.cmake            |  134 +-
 Modules/CMakeDetermineCompilerId.cmake             |  312 +++---
 Modules/CMakeDetermineFortranCompiler.cmake        |  212 ++--
 Modules/CMakeDetermineJavaCompiler.cmake           |   90 +-
 Modules/CMakeDetermineRCCompiler.cmake             |   74 +-
 Modules/CMakeDetermineSystem.cmake                 |  216 ++--
 Modules/CMakeExpandImportedTargets.cmake           |   28 +-
 Modules/CMakeExportBuildSettings.cmake             |   20 +-
 ...atorDetermineCompilerMacrosAndIncludeDirs.cmake |  112 +-
 Modules/CMakeFindBinUtils.cmake                    |   52 +-
 Modules/CMakeFindCodeBlocks.cmake                  |   10 +-
 Modules/CMakeFindEclipseCDT4.cmake                 |   78 +-
 Modules/CMakeFindFrameworks.cmake                  |   26 +-
 Modules/CMakeFindKDevelop3.cmake                   |    8 +-
 Modules/CMakeFindPackageMode.cmake                 |    2 +-
 Modules/CMakeFindWMake.cmake                       |    4 +-
 Modules/CMakeFindXCode.cmake                       |    4 +-
 Modules/CMakeForceCompiler.cmake                   |   64 +-
 Modules/CMakeFortranCompiler.cmake.in              |   90 +-
 Modules/CMakeFortranInformation.cmake              |  292 ++--
 Modules/CMakeGenericSystem.cmake                   |  102 +-
 Modules/CMakeImportBuildSettings.cmake             |   12 +-
 Modules/CMakeJOMFindMake.cmake                     |    4 +-
 Modules/CMakeJavaCompiler.cmake.in                 |   24 +-
 Modules/CMakeJavaInformation.cmake                 |   54 +-
 Modules/CMakeMSYSFindMake.cmake                    |    6 +-
 Modules/CMakeMinGWFindMake.cmake                   |   16 +-
 Modules/CMakeNMakeFindMake.cmake                   |    4 +-
 Modules/CMakeNinjaFindMake.cmake                   |    4 +-
 Modules/CMakePackageConfigHelpers.cmake            |   12 +-
 Modules/CMakeParseArguments.cmake                  |   14 +-
 Modules/CMakePlatformId.h.in                       |    4 +-
 Modules/CMakePrintSystemInformation.cmake          |   46 +-
 Modules/CMakePushCheckState.cmake                  |   38 +-
 Modules/CMakeRCCompiler.cmake.in                   |   12 +-
 Modules/CMakeRCInformation.cmake                   |   30 +-
 Modules/CMakeSystem.cmake.in                       |   20 +-
 Modules/CMakeSystemSpecificInformation.cmake       |   46 +-
 Modules/CMakeTestASM-ATTCompiler.cmake             |    6 +-
 Modules/CMakeTestASMCompiler.cmake                 |   20 +-
 Modules/CMakeTestASM_MASMCompiler.cmake            |    6 +-
 Modules/CMakeTestASM_NASMCompiler.cmake            |    6 +-
 Modules/CMakeTestCCompiler.cmake                   |   60 +-
 Modules/CMakeTestCXXCompiler.cmake                 |   60 +-
 Modules/CMakeTestCompilerCommon.cmake              |   10 +-
 Modules/CMakeTestFortranCompiler.cmake             |   84 +-
 Modules/CMakeTestJavaCompiler.cmake                |    2 +-
 Modules/CMakeTestRCCompiler.cmake                  |    2 +-
 Modules/CMakeUnixFindMake.cmake                    |    4 +-
 Modules/CMakeVS10FindMake.cmake                    |   14 +-
 Modules/CMakeVS11FindMake.cmake                    |   14 +-
 Modules/CMakeVS6BackwardCompatibility.cmake        |   20 +-
 Modules/CMakeVS6FindMake.cmake                     |    8 +-
 Modules/CMakeVS71FindMake.cmake                    |    8 +-
 Modules/CMakeVS7BackwardCompatibility.cmake        |   20 +-
 Modules/CMakeVS7FindMake.cmake                     |    8 +-
 Modules/CMakeVS8FindMake.cmake                     |   16 +-
 Modules/CMakeVS9FindMake.cmake                     |   16 +-
 Modules/CMakeVerifyManifest.cmake                  |   16 +-
 Modules/CPack.cmake                                |  188 ++--
 Modules/CPackComponent.cmake                       |  206 ++--
 Modules/CPackDeb.cmake                             |  252 ++--
 Modules/CPackRPM.cmake                             |  486 ++++----
 Modules/CPackZIP.cmake                             |   46 +-
 Modules/CTest.cmake                                |  274 ++--
 Modules/CTestScriptMode.cmake                      |    2 +-
 Modules/CTestTargets.cmake                         |   78 +-
 Modules/CheckCCompilerFlag.cmake                   |   12 +-
 Modules/CheckCSourceCompiles.cmake                 |   88 +-
 Modules/CheckCSourceRuns.cmake                     |   70 +-
 Modules/CheckCXXCompilerFlag.cmake                 |   12 +-
 Modules/CheckCXXSourceCompiles.cmake               |   88 +-
 Modules/CheckCXXSourceRuns.cmake                   |   70 +-
 Modules/CheckCXXSymbolExists.cmake                 |    6 +-
 Modules/CheckForPthreads.c                         |    2 +-
 Modules/CheckFortranFunctionExists.cmake           |   16 +-
 Modules/CheckFunctionExists.cmake                  |   54 +-
 Modules/CheckIncludeFile.cmake                     |   68 +-
 Modules/CheckIncludeFileCXX.cmake                  |   68 +-
 Modules/CheckIncludeFiles.cmake                    |   76 +-
 Modules/CheckLibraryExists.cmake                   |   42 +-
 Modules/CheckPrototypeDefinition.cmake             |   18 +-
 Modules/CheckSizeOf.cmake                          |    2 +-
 Modules/CheckStructHasMember.cmake                 |   16 +-
 Modules/CheckSymbolExists.cmake                    |   70 +-
 Modules/CheckTypeSize.cmake                        |    4 +-
 Modules/CheckVariableExists.cmake                  |   44 +-
 Modules/Compiler/Absoft-Fortran.cmake              |   16 +-
 Modules/Compiler/GNU-Fortran.cmake                 |   10 +-
 Modules/Compiler/GNU.cmake                         |    4 +-
 Modules/Compiler/HP-ASM.cmake                      |    2 +-
 Modules/Compiler/HP-C.cmake                        |    6 +-
 Modules/Compiler/HP-CXX.cmake                      |    6 +-
 Modules/Compiler/HP-Fortran.cmake                  |    2 +-
 Modules/Compiler/Intel-ASM.cmake                   |   22 +-
 Modules/Compiler/Intel-C.cmake                     |   16 +-
 Modules/Compiler/Intel-CXX.cmake                   |   16 +-
 Modules/Compiler/Intel-Fortran.cmake               |   14 +-
 Modules/Compiler/MIPSpro-C.cmake                   |    2 +-
 Modules/Compiler/MIPSpro-CXX.cmake                 |    2 +-
 Modules/Compiler/MIPSpro-Fortran.cmake             |    2 +-
 Modules/Compiler/PGI-Fortran.cmake                 |   10 +-
 Modules/Compiler/PathScale-Fortran.cmake           |    2 +-
 Modules/Compiler/SunPro-ASM.cmake                  |   30 +-
 Modules/Compiler/SunPro-C.cmake                    |   38 +-
 Modules/Compiler/SunPro-CXX.cmake                  |   40 +-
 Modules/Compiler/SunPro-Fortran.cmake              |   26 +-
 Modules/Compiler/TinyCC-C.cmake                    |   12 +-
 Modules/Compiler/XL-ASM.cmake                      |   14 +-
 Modules/Compiler/XL-C.cmake                        |    2 +-
 Modules/Compiler/XL-CXX.cmake                      |    4 +-
 Modules/Compiler/XL-Fortran.cmake                  |   10 +-
 Modules/Dart.cmake                                 |   88 +-
 Modules/DeployQt4.cmake                            |    4 +-
 Modules/Documentation.cmake                        |   30 +-
 Modules/ExternalProject.cmake                      |   54 +-
 Modules/FLTKCompatibility.cmake                    |    2 +-
 Modules/FeatureSummary.cmake                       |  378 +++---
 Modules/FindALSA.cmake                             |    2 +-
 Modules/FindASPELL.cmake                           |   10 +-
 Modules/FindAVIFile.cmake                          |   22 +-
 Modules/FindArmadillo.cmake                        |    6 +-
 Modules/FindBISON.cmake                            |  132 +-
 Modules/FindBLAS.cmake                             |  146 +-
 Modules/FindBZip2.cmake                            |   34 +-
 Modules/FindBoost.cmake                            |   92 +-
 Modules/FindBullet.cmake                           |    4 +-
 Modules/FindCABLE.cmake                            |   44 +-
 Modules/FindCUDA.cmake                             |   68 +-
 Modules/FindCUDA/make2cmake.cmake                  |    2 +-
 Modules/FindCUDA/parse_cubin.cmake                 |   14 +-
 Modules/FindCUDA/run_nvcc.cmake                    |    4 +-
 Modules/FindCURL.cmake                             |   40 +-
 Modules/FindCVS.cmake                              |   14 +-
 Modules/FindCoin3D.cmake                           |   72 +-
 Modules/FindCups.cmake                             |   20 +-
 Modules/FindCurses.cmake                           |  146 +-
 Modules/FindCxxTest.cmake                          |   10 +-
 Modules/FindCygwin.cmake                           |    8 +-
 Modules/FindDart.cmake                             |   16 +-
 Modules/FindDevIL.cmake                            |   22 +-
 Modules/FindDoxygen.cmake                          |   48 +-
 Modules/FindEXPAT.cmake                            |   28 +-
 Modules/FindFLEX.cmake                             |  106 +-
 Modules/FindFLTK.cmake                             |  300 ++--
 Modules/FindFLTK2.cmake                            |  254 ++--
 Modules/FindFreetype.cmake                         |   54 +-
 Modules/FindGCCXML.cmake                           |    4 +-
 Modules/FindGDAL.cmake                             |   12 +-
 Modules/FindGIF.cmake                              |   32 +-
 Modules/FindGLU.cmake                              |   12 +-
 Modules/FindGLUT.cmake                             |   60 +-
 Modules/FindGTK.cmake                              |   78 +-
 Modules/FindGTK2.cmake                             |   18 +-
 Modules/FindGettext.cmake                          |  224 ++--
 Modules/FindGit.cmake                              |    2 +-
 Modules/FindGnuTLS.cmake                           |   36 +-
 Modules/FindGnuplot.cmake                          |   26 +-
 Modules/FindHDF5.cmake                             |   62 +-
 Modules/FindHSPELL.cmake                           |   22 +-
 Modules/FindHTMLHelp.cmake                         |   20 +-
 Modules/FindITK.cmake                              |   42 +-
 Modules/FindImageMagick.cmake                      |  148 +-
 Modules/FindJNI.cmake                              |  204 ++--
 Modules/FindJPEG.cmake                             |   26 +-
 Modules/FindJasper.cmake                           |   34 +-
 Modules/FindJava.cmake                             |   86 +-
 Modules/FindKDE3.cmake                             |  230 ++--
 Modules/FindKDE4.cmake                             |   90 +-
 Modules/FindLAPACK.cmake                           |  114 +-
 Modules/FindLATEX.cmake                            |   52 +-
 Modules/FindLibLZMA.cmake                          |   36 +-
 Modules/FindLibXml2.cmake                          |   34 +-
 Modules/FindLibXslt.cmake                          |   34 +-
 Modules/FindLua50.cmake                            |   38 +-
 Modules/FindLua51.cmake                            |   38 +-
 Modules/FindMFC.cmake                              |   50 +-
 Modules/FindMPEG.cmake                             |   18 +-
 Modules/FindMPEG2.cmake                            |   26 +-
 Modules/FindMatlab.cmake                           |   74 +-
 Modules/FindMotif.cmake                            |   16 +-
 Modules/FindOpenAL.cmake                           |   36 +-
 Modules/FindOpenGL.cmake                           |  130 +-
 Modules/FindOpenMP.cmake                           |   16 +-
 Modules/FindOpenSSL.cmake                          |   94 +-
 Modules/FindOpenSceneGraph.cmake                   |   14 +-
 Modules/FindOpenThreads.cmake                      |   16 +-
 Modules/FindPHP4.cmake                             |   38 +-
 Modules/FindPNG.cmake                              |   22 +-
 Modules/FindPackageHandleStandardArgs.cmake        |  302 ++--
 Modules/FindPackageMessage.cmake                   |   26 +-
 Modules/FindPerl.cmake                             |   54 +-
 Modules/FindPerlLibs.cmake                         |   32 +-
 Modules/FindPhysFS.cmake                           |    8 +-
 Modules/FindPike.cmake                             |    8 +-
 Modules/FindPkgConfig.cmake                        |  106 +-
 Modules/FindPostgreSQL.cmake                       |   12 +-
 Modules/FindProducer.cmake                         |   16 +-
 Modules/FindProtobuf.cmake                         |    4 +-
 Modules/FindPythonInterp.cmake                     |   12 +-
 Modules/FindPythonLibs.cmake                       |  238 ++--
 Modules/FindQt.cmake                               |  176 ++--
 Modules/FindQt3.cmake                              |  216 ++--
 Modules/FindQt4.cmake                              |  958 +++++++-------
 Modules/FindQuickTime.cmake                        |   20 +-
 Modules/FindRTI.cmake                              |   54 +-
 Modules/FindRuby.cmake                             |  224 ++--
 Modules/FindSDL.cmake                              |   98 +-
 Modules/FindSDL_image.cmake                        |   12 +-
 Modules/FindSDL_mixer.cmake                        |   12 +-
 Modules/FindSDL_net.cmake                          |   12 +-
 Modules/FindSDL_sound.cmake                        |  238 ++--
 Modules/FindSDL_ttf.cmake                          |   12 +-
 Modules/FindSWIG.cmake                             |   54 +-
 Modules/FindSelfPackers.cmake                      |   34 +-
 Modules/FindSquish.cmake                           |  100 +-
 Modules/FindSubversion.cmake                       |   80 +-
 Modules/FindTCL.cmake                              |  158 ++--
 Modules/FindTIFF.cmake                             |   28 +-
 Modules/FindTclStub.cmake                          |   92 +-
 Modules/FindTclsh.cmake                            |   58 +-
 Modules/FindThreads.cmake                          |  192 ++--
 Modules/FindUnixCommands.cmake                     |   42 +-
 Modules/FindVTK.cmake                              |  114 +-
 Modules/FindWget.cmake                             |   14 +-
 Modules/FindWish.cmake                             |   58 +-
 Modules/FindX11.cmake                              |  614 ++++----
 Modules/FindXMLRPC.cmake                           |  142 +-
 Modules/FindZLIB.cmake                             |   68 +-
 Modules/Findosg.cmake                              |    8 +-
 Modules/FindosgAnimation.cmake                     |    8 +-
 Modules/FindosgDB.cmake                            |    8 +-
 Modules/FindosgFX.cmake                            |    8 +-
 Modules/FindosgGA.cmake                            |    8 +-
 Modules/FindosgIntrospection.cmake                 |    8 +-
 Modules/FindosgManipulator.cmake                   |    8 +-
 Modules/FindosgParticle.cmake                      |    8 +-
 Modules/FindosgProducer.cmake                      |    8 +-
 Modules/FindosgShadow.cmake                        |    8 +-
 Modules/FindosgSim.cmake                           |    8 +-
 Modules/FindosgTerrain.cmake                       |    8 +-
 Modules/FindosgText.cmake                          |    8 +-
 Modules/FindosgUtil.cmake                          |    8 +-
 Modules/FindosgViewer.cmake                        |    8 +-
 Modules/FindosgVolume.cmake                        |    8 +-
 Modules/FindosgWidget.cmake                        |    8 +-
 Modules/Findosg_functions.cmake                    |    6 +-
 Modules/FindwxWidgets.cmake                        |  742 +++++-----
 Modules/FindwxWindows.cmake                        |  400 +++---
 Modules/FortranCInterface.cmake                    |    2 +-
 Modules/FortranCInterface/Detect.cmake             |    2 +-
 Modules/GetPrerequisites.cmake                     |  194 ++--
 Modules/ITKCompatibility.cmake                     |    2 +-
 Modules/InstallRequiredSystemLibraries.cmake       |  316 +++---
 Modules/KDE3Macros.cmake                           |  388 +++---
 Modules/MacroAddFileDependencies.cmake             |   22 +-
 Modules/NSIS.template.in                           |  148 +-
 Modules/Platform/AIX.cmake                         |   20 +-
 Modules/Platform/BSDOS.cmake                       |    2 +-
 Modules/Platform/BeOS.cmake                        |   20 +-
 Modules/Platform/BlueGeneL.cmake                   |   54 +-
 Modules/Platform/CYGWIN-GNU.cmake                  |    8 +-
 Modules/Platform/CYGWIN-windres.cmake              |    2 +-
 Modules/Platform/CYGWIN.cmake                      |   26 +-
 Modules/Platform/Catamount.cmake                   |   42 +-
 Modules/Platform/Darwin-GNU.cmake                  |    2 +-
 Modules/Platform/Darwin-XL-C.cmake                 |    6 +-
 Modules/Platform/Darwin-XL-CXX.cmake               |    6 +-
 Modules/Platform/Darwin-icc.cmake                  |  156 +-
 Modules/Platform/Darwin-icpc.cmake                 |    6 +-
 Modules/Platform/Darwin.cmake                      |  248 ++--
 Modules/Platform/DragonFly.cmake                   |    2 +-
 Modules/Platform/FreeBSD.cmake                     |   38 +-
 Modules/Platform/GNU.cmake                         |   20 +-
 Modules/Platform/Generic-ADSP-ASM.cmake            |    8 +-
 Modules/Platform/Generic-ADSP-C.cmake              |   20 +-
 Modules/Platform/Generic-ADSP-CXX.cmake            |   20 +-
 Modules/Platform/Generic-ADSP-Common.cmake         |  132 +-
 Modules/Platform/Generic-SDCC-C.cmake              |   58 +-
 Modules/Platform/Generic.cmake                     |   10 +-
 Modules/Platform/HP-UX.cmake                       |   48 +-
 Modules/Platform/Haiku.cmake                       |   40 +-
 Modules/Platform/IRIX.cmake                        |   54 +-
 Modules/Platform/IRIX64.cmake                      |  100 +-
 Modules/Platform/Linux-Clang-C.cmake               |    2 +-
 Modules/Platform/Linux-Clang-CXX.cmake             |    2 +-
 Modules/Platform/Linux-GNU-C.cmake                 |    2 +-
 Modules/Platform/Linux-GNU-CXX.cmake               |    2 +-
 Modules/Platform/Linux-GNU-Fortran.cmake           |    2 +-
 Modules/Platform/Linux-Intel-C.cmake               |    2 +-
 Modules/Platform/Linux-Intel-CXX.cmake             |    2 +-
 Modules/Platform/Linux-Intel-Fortran.cmake         |    2 +-
 Modules/Platform/Linux-Intel.cmake                 |    2 +-
 Modules/Platform/Linux-SunPro-CXX.cmake            |    2 +-
 Modules/Platform/Linux-TinyCC-C.cmake              |    8 +-
 Modules/Platform/Linux-XL-C.cmake                  |    2 +-
 Modules/Platform/Linux-XL-CXX.cmake                |    2 +-
 Modules/Platform/Linux-XL-Fortran.cmake            |    2 +-
 Modules/Platform/Linux-como.cmake                  |   10 +-
 Modules/Platform/Linux.cmake                       |   50 +-
 Modules/Platform/MP-RAS.cmake                      |   22 +-
 Modules/Platform/NetBSD.cmake                      |   28 +-
 Modules/Platform/OSF1.cmake                        |   78 +-
 Modules/Platform/OpenBSD.cmake                     |   14 +-
 Modules/Platform/OpenVMS.cmake                     |    8 +-
 Modules/Platform/QNX.cmake                         |   38 +-
 Modules/Platform/RISCos.cmake                      |   10 +-
 Modules/Platform/SCO_SV.cmake                      |    4 +-
 Modules/Platform/SINIX.cmake                       |    8 +-
 Modules/Platform/SunOS.cmake                       |   40 +-
 Modules/Platform/Tru64.cmake                       |    2 +-
 Modules/Platform/ULTRIX.cmake                      |   10 +-
 Modules/Platform/UNIX_SV.cmake                     |   10 +-
 Modules/Platform/UnixPaths.cmake                   |   34 +-
 Modules/Platform/UnixWare.cmake                    |   10 +-
 Modules/Platform/Windows-Embarcadero.cmake         |   40 +-
 Modules/Platform/Windows-GNU.cmake                 |    2 +-
 Modules/Platform/Windows-Intel-Fortran.cmake       |   10 +-
 Modules/Platform/Windows-Intel.cmake               |   98 +-
 Modules/Platform/Windows-cl.cmake                  |  384 +++---
 Modules/Platform/Windows-cl.cmake.in               |   28 +-
 Modules/Platform/Windows-df.cmake                  |   94 +-
 Modules/Platform/Windows-wcl386.cmake              |  159 +--
 Modules/Platform/Windows-windres.cmake             |    2 +-
 Modules/Platform/Windows.cmake                     |   48 +-
 Modules/Platform/WindowsPaths.cmake                |   56 +-
 Modules/Platform/Xenix.cmake                       |    2 +-
 Modules/Platform/cl.cmake                          |   56 +-
 Modules/Platform/eCos.cmake                        |   88 +-
 Modules/Platform/gas.cmake                         |   20 +-
 Modules/Platform/kFreeBSD.cmake                    |    4 +-
 Modules/Platform/syllable.cmake                    |   28 +-
 Modules/Qt4ConfigDependentSettings.cmake           |  336 +++---
 Modules/Qt4Macros.cmake                            |  542 ++++----
 Modules/SelectLibraryConfigurations.cmake          |   18 +-
 Modules/SquishTestScript.cmake                     |    8 +-
 Modules/SystemInformation.cmake                    |  106 +-
 Modules/TestBigEndian.cmake                        |  136 +-
 Modules/TestCXXAcceptsFlag.cmake                   |   28 +-
 Modules/TestForANSIForScope.cmake                  |   26 +-
 Modules/TestForANSIStreamHeaders.cmake             |   18 +-
 Modules/TestForAnsiForScope.cxx                    |    2 +-
 Modules/TestForSSTREAM.cmake                       |   26 +-
 Modules/TestForSSTREAM.cxx                         |    2 +-
 Modules/TestForSTDNamespace.cmake                  |   26 +-
 Modules/TestForSTDNamespace.cxx                    |    2 +-
 Modules/UseEcos.cmake                              |  190 ++--
 Modules/UseJava.cmake                              |  118 +-
 Modules/UseJavaClassFilelist.cmake                 |   16 +-
 Modules/UseJavaSymlinks.cmake                      |    6 +-
 Modules/UsePkgConfig.cmake                         |   52 +-
 Modules/UseQt4.cmake                               |  150 +-
 Modules/UseSWIG.cmake                              |  264 ++--
 Modules/UseVTK40.cmake                             |    8 +-
 Modules/UseVTKBuildSettings40.cmake                |   34 +-
 Modules/UseVTKConfig40.cmake                       |  378 +++---
 Modules/Use_wxWindows.cmake                        |   50 +-
 Modules/UsewxWidgets.cmake                         |   80 +-
 Modules/VTKCompatibility.cmake                     |   32 +-
 Modules/WriteBasicConfigVersionFile.cmake          |    4 +-
 Modules/ecos_clean.cmake                           |    6 +-
 Modules/kde3uic.cmake                              |   10 +-
 Source/CMakeLists.txt                              |  264 ++--
 Source/CMakeVersion.bash                           |    2 +-
 Source/CMakeVersion.cmake                          |   10 +-
 Source/CPack/OSXScriptLauncher.cxx                 |    8 +-
 Source/CPack/bills-comments.txt                    |   22 +-
 Source/CPack/cmCPackArchiveGenerator.h             |    2 +-
 Source/CPack/cmCPackBundleGenerator.cxx            |    4 +-
 Source/CPack/cmCPackComponentGroup.cxx             |    2 +-
 Source/CPack/cmCPackComponentGroup.h               |    4 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |   10 +-
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |   16 +-
 Source/CPack/cmCPackDebGenerator.cxx               |   22 +-
 Source/CPack/cmCPackDragNDropGenerator.cxx         |   34 +-
 Source/CPack/cmCPackGenerator.cxx                  |   84 +-
 Source/CPack/cmCPackGenerator.h                    |    2 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |   80 +-
 Source/CPack/cmCPackOSXX11Generator.cxx            |   24 +-
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |   92 +-
 Source/CPack/cmCPackPackageMakerGenerator.h        |   10 +-
 Source/CPack/cmCPackRPMGenerator.cxx               |    2 +-
 Source/CPack/cmCPackSTGZGenerator.cxx              |    4 +-
 Source/CPack/cmCPackTarBZip2Generator.cxx          |    2 +-
 Source/CPack/cmCPackTarCompressGenerator.cxx       |    2 +-
 Source/CPack/cygwin.readme                         |    6 +-
 Source/CTest/cmCTestBatchTestHandler.cxx           |    2 +-
 Source/CTest/cmCTestBatchTestHandler.h             |    2 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |   26 +-
 Source/CTest/cmCTestBuildAndTestHandler.h          |    6 +-
 Source/CTest/cmCTestBuildCommand.cxx               |    2 +-
 Source/CTest/cmCTestBuildHandler.cxx               |   12 +-
 Source/CTest/cmCTestConfigureHandler.cxx           |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |   78 +-
 .../CTest/cmCTestEmptyBinaryDirectoryCommand.cxx   |    4 +-
 Source/CTest/cmCTestGenericHandler.cxx             |    6 +-
 Source/CTest/cmCTestGenericHandler.h               |    2 +-
 Source/CTest/cmCTestHandlerCommand.cxx             |    2 +-
 Source/CTest/cmCTestMemCheckCommand.h              |    2 +-
 Source/CTest/cmCTestMemCheckHandler.cxx            |   40 +-
 Source/CTest/cmCTestMemCheckHandler.h              |   10 +-
 Source/CTest/cmCTestMultiProcessHandler.cxx        |   14 +-
 Source/CTest/cmCTestMultiProcessHandler.h          |    6 +-
 Source/CTest/cmCTestReadCustomFilesCommand.h       |    6 +-
 Source/CTest/cmCTestRunScriptCommand.h             |    6 +-
 Source/CTest/cmCTestRunTest.cxx                    |   52 +-
 Source/CTest/cmCTestRunTest.h                      |    2 +-
 Source/CTest/cmCTestScriptHandler.h                |    2 +-
 Source/CTest/cmCTestSleepCommand.cxx               |    2 +-
 Source/CTest/cmCTestSleepCommand.h                 |    6 +-
 Source/CTest/cmCTestTestCommand.cxx                |    4 +-
 Source/CTest/cmCTestTestCommand.h                  |    2 +-
 Source/CTest/cmProcess.cxx                         |   10 +-
 Source/CTest/cmProcess.h                           |    4 +-
 Source/CursesDialog/CMakeLists.txt                 |   14 +-
 Source/CursesDialog/cmCursesBoolWidget.cxx         |   12 +-
 Source/CursesDialog/cmCursesBoolWidget.h           |    2 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   10 +-
 Source/CursesDialog/cmCursesCacheEntryComposite.h  |    2 +-
 Source/CursesDialog/cmCursesDummyWidget.cxx        |    2 +-
 Source/CursesDialog/cmCursesDummyWidget.h          |    2 +-
 Source/CursesDialog/cmCursesFilePathWidget.cxx     |    2 +-
 Source/CursesDialog/cmCursesForm.h                 |    4 +-
 Source/CursesDialog/cmCursesLabelWidget.cxx        |    2 +-
 Source/CursesDialog/cmCursesLabelWidget.h          |    2 +-
 Source/CursesDialog/cmCursesLongMessageForm.cxx    |   18 +-
 Source/CursesDialog/cmCursesLongMessageForm.h      |    4 +-
 Source/CursesDialog/cmCursesMainForm.h             |   10 +-
 Source/CursesDialog/cmCursesPathWidget.cxx         |    6 +-
 Source/CursesDialog/cmCursesStringWidget.cxx       |   30 +-
 Source/CursesDialog/cmCursesStringWidget.h         |    2 +-
 Source/CursesDialog/cmCursesWidget.h               |    2 +-
 Source/CursesDialog/form/CMakeLists.txt            |   22 +-
 Source/QtDialog/CMakeLists.txt                     |   86 +-
 Source/QtDialog/CMakeSetup.cxx                     |   18 +-
 Source/QtDialog/Compilers.h                        |    2 +-
 Source/QtDialog/FirstConfigure.cxx                 |   16 +-
 Source/QtDialog/FirstConfigure.h                   |   26 +-
 Source/QtDialog/QCMake.cxx                         |   24 +-
 Source/QtDialog/QCMake.h                           |   12 +-
 Source/QtDialog/QCMakeCacheView.cxx                |   70 +-
 Source/QtDialog/QCMakeCacheView.h                  |   18 +-
 Source/QtDialog/QCMakeWidgets.cxx                  |    2 +-
 Source/QtDialog/QMacInstallDialog.cxx              |   18 +-
 Source/QtDialog/QtDialogCPack.cmake.in             |   22 +-
 Source/cmAddCustomCommandCommand.h                 |   10 +-
 Source/cmAddCustomTargetCommand.h                  |   10 +-
 Source/cmAddDependenciesCommand.h                  |    6 +-
 Source/cmAddLibraryCommand.h                       |    6 +-
 Source/cmAddSubDirectoryCommand.cxx                |    4 +-
 Source/cmAddSubDirectoryCommand.h                  |    6 +-
 Source/cmAddTestCommand.h                          |    6 +-
 Source/cmAuxSourceDirectoryCommand.cxx             |   10 +-
 Source/cmAuxSourceDirectoryCommand.h               |    8 +-
 Source/cmBreakCommand.h                            |    8 +-
 Source/cmBuildCommand.h                            |    2 +-
 Source/cmBuildNameCommand.cxx                      |    6 +-
 Source/cmCMakeMinimumRequired.cxx                  |    2 +-
 Source/cmCMakeMinimumRequired.h                    |    8 +-
 Source/cmCMakePolicyCommand.h                      |   12 +-
 Source/cmCPluginAPI.cxx                            |    6 +-
 Source/cmCPluginAPI.h                              |    4 +-
 Source/cmCTest.cxx                                 |   78 +-
 Source/cmCTest.h                                   |   10 +-
 Source/cmCacheManager.cxx                          |   18 +-
 Source/cmCacheManager.h                            |   36 +-
 Source/cmCommand.h                                 |   22 +-
 Source/cmCommandArgumentLexer.h                    |    6 +-
 Source/cmCommandArgumentLexer.in.l                 |   48 +-
 Source/cmCommandArgumentParserHelper.cxx           |   10 +-
 Source/cmCommandArgumentParserHelper.h             |    6 +-
 Source/cmCommandArgumentsHelper.cxx                |   46 +-
 Source/cmCommandArgumentsHelper.h                  |   38 +-
 Source/cmComputeLinkInformation.cxx                |    2 +-
 Source/cmConfigureFileCommand.cxx                  |    4 +-
 Source/cmConfigureFileCommand.h                    |    6 +-
 Source/cmCreateTestSourceList.h                    |   10 +-
 Source/cmDefinePropertyCommand.h                   |    6 +-
 Source/cmDepends.cxx                               |    2 +-
 Source/cmDepends.h                                 |    6 +-
 Source/cmDependsFortran.cxx                        |    2 +-
 Source/cmDependsJavaLexer.h                        |    4 +-
 Source/cmDependsJavaLexer.in.l                     |   16 +-
 Source/cmDependsJavaParserHelper.cxx               |   26 +-
 Source/cmDependsJavaParserHelper.h                 |   12 +-
 Source/cmDocumentationFormatter.cxx                |    2 +-
 Source/cmDocumentationFormatterDocbook.cxx         |   20 +-
 Source/cmDocumentationFormatterHTML.cxx            |   16 +-
 Source/cmDocumentationFormatterHTML.h              |    2 +-
 Source/cmDocumentationFormatterText.cxx            |   20 +-
 Source/cmDocumentationFormatterUsage.cxx           |    4 +-
 Source/cmDocumentationSection.h                    |   14 +-
 Source/cmElseCommand.h                             |    6 +-
 Source/cmElseIfCommand.h                           |    6 +-
 Source/cmEnableLanguageCommand.cxx                 |    2 +-
 Source/cmEnableLanguageCommand.h                   |    8 +-
 Source/cmEnableTestingCommand.cxx                  |    2 +-
 Source/cmEnableTestingCommand.h                    |   10 +-
 Source/cmEndForEachCommand.cxx                     |    2 +-
 Source/cmEndForEachCommand.h                       |    8 +-
 Source/cmEndFunctionCommand.h                      |    8 +-
 Source/cmEndIfCommand.cxx                          |    2 +-
 Source/cmEndIfCommand.h                            |    6 +-
 Source/cmEndMacroCommand.h                         |    8 +-
 Source/cmEndWhileCommand.h                         |    8 +-
 Source/cmExecProgramCommand.cxx                    |   14 +-
 Source/cmExecProgramCommand.h                      |   12 +-
 Source/cmExecuteProcessCommand.cxx                 |    8 +-
 Source/cmExecutionStatus.h                         |   14 +-
 Source/cmExportLibraryDependencies.cxx             |    2 +-
 Source/cmExportLibraryDependencies.h               |   10 +-
 Source/cmExprLexer.h                               |    4 +-
 Source/cmExprLexer.in.l                            |   22 +-
 Source/cmExprParserHelper.cxx                      |    4 +-
 Source/cmExprParserHelper.h                        |    2 +-
 Source/cmExternalMakefileProjectGenerator.cxx      |    2 +-
 Source/cmExternalMakefileProjectGenerator.h        |   12 +-
 Source/cmFLTKWrapUICommand.cxx                     |   26 +-
 Source/cmFLTKWrapUICommand.h                       |   10 +-
 Source/cmFileCommand.cxx                           |   10 +-
 Source/cmFileTimeComparison.cxx                    |    4 +-
 Source/cmFileTimeComparison.h                      |    4 +-
 Source/cmFindBase.cxx                              |   22 +-
 Source/cmFindBase.h                                |    4 +-
 Source/cmFindFileCommand.h                         |    6 +-
 Source/cmFindLibraryCommand.cxx                    |    2 +-
 Source/cmFindLibraryCommand.h                      |    4 +-
 Source/cmFindPathCommand.cxx                       |    8 +-
 Source/cmFindPathCommand.h                         |    2 +-
 Source/cmFindProgramCommand.cxx                    |   40 +-
 Source/cmFindProgramCommand.h                      |    6 +-
 Source/cmForEachCommand.cxx                        |   14 +-
 Source/cmForEachCommand.h                          |    8 +-
 Source/cmFunctionBlocker.h                         |    2 +-
 Source/cmFunctionCommand.cxx                       |   20 +-
 Source/cmFunctionCommand.h                         |    4 +-
 Source/cmGeneratedFileStream.cxx                   |    6 +-
 Source/cmGetCMakePropertyCommand.h                 |    6 +-
 Source/cmGetDirectoryPropertyCommand.cxx           |    8 +-
 Source/cmGetDirectoryPropertyCommand.h             |    6 +-
 Source/cmGetFilenameComponentCommand.cxx           |    8 +-
 Source/cmGetFilenameComponentCommand.h             |    8 +-
 Source/cmGetPropertyCommand.h                      |    6 +-
 Source/cmGetSourceFilePropertyCommand.h            |    6 +-
 Source/cmGetTargetPropertyCommand.h                |    6 +-
 Source/cmGetTestPropertyCommand.h                  |    2 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx        |    6 +-
 Source/cmGlobalBorlandMakefileGenerator.h          |    8 +-
 Source/cmGlobalJOMMakefileGenerator.cxx            |   10 +-
 Source/cmGlobalJOMMakefileGenerator.h              |    4 +-
 Source/cmGlobalKdevelopGenerator.cxx               |   70 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx           |    6 +-
 Source/cmGlobalMSYSMakefileGenerator.h             |    6 +-
 Source/cmGlobalMinGWMakefileGenerator.cxx          |    6 +-
 Source/cmGlobalMinGWMakefileGenerator.h            |    6 +-
 Source/cmGlobalNMakeMakefileGenerator.cxx          |   10 +-
 Source/cmGlobalNMakeMakefileGenerator.h            |    4 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |    8 +-
 Source/cmGlobalVisualStudio10Generator.h           |   18 +-
 Source/cmGlobalVisualStudio6Generator.cxx          |   36 +-
 Source/cmGlobalVisualStudio6Generator.h            |   20 +-
 Source/cmGlobalVisualStudio71Generator.cxx         |   32 +-
 Source/cmGlobalVisualStudio71Generator.h           |   12 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |   64 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |    4 +-
 Source/cmGlobalVisualStudio8Generator.h            |    6 +-
 Source/cmGlobalVisualStudio8Win64Generator.h       |    8 +-
 Source/cmGlobalVisualStudio9Generator.cxx          |    2 +-
 Source/cmGlobalVisualStudio9Generator.h            |   12 +-
 Source/cmGlobalVisualStudio9Win64Generator.h       |    8 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |    2 +-
 Source/cmGlobalVisualStudioGenerator.h             |    2 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx            |    6 +-
 Source/cmGlobalWatcomWMakeGenerator.h              |    6 +-
 Source/cmGlobalXCodeGenerator.h                    |   36 +-
 Source/cmHexFileConverter.cxx                      |   12 +-
 Source/cmHexFileConverter.h                        |    2 +-
 Source/cmIfCommand.h                               |   18 +-
 Source/cmIncludeDirectoryCommand.cxx               |    6 +-
 Source/cmIncludeDirectoryCommand.h                 |    6 +-
 Source/cmIncludeExternalMSProjectCommand.cxx       |    4 +-
 Source/cmIncludeExternalMSProjectCommand.h         |    8 +-
 Source/cmIncludeRegularExpressionCommand.cxx       |    4 +-
 Source/cmIncludeRegularExpressionCommand.h         |    8 +-
 Source/cmInstallFilesCommand.h                     |   10 +-
 Source/cmInstallProgramsCommand.h                  |    8 +-
 Source/cmInstallTargetGenerator.h                  |    4 +-
 Source/cmInstallTargetsCommand.h                   |    8 +-
 Source/cmLinkDirectoriesCommand.h                  |   10 +-
 Source/cmLinkLibrariesCommand.cxx                  |    6 +-
 Source/cmLinkLibrariesCommand.h                    |    8 +-
 Source/cmListCommand.cxx                           |    8 +-
 Source/cmListFileCache.cxx                         |   20 +-
 Source/cmListFileCache.h                           |    8 +-
 Source/cmListFileLexer.c                           |   44 +-
 Source/cmLoadCacheCommand.cxx                      |   18 +-
 Source/cmLoadCacheCommand.h                        |   10 +-
 Source/cmLoadCommandCommand.cxx                    |   32 +-
 Source/cmLoadCommandCommand.h                      |    8 +-
 Source/cmLocalVisualStudio10Generator.cxx          |   12 +-
 Source/cmLocalVisualStudio10Generator.h            |    2 +-
 Source/cmLocalVisualStudio6Generator.cxx           |  186 ++--
 Source/cmLocalVisualStudio6Generator.h             |   10 +-
 Source/cmLocalVisualStudio7Generator.cxx           |   84 +-
 Source/cmLocalVisualStudio7Generator.h             |   16 +-
 Source/cmMacroCommand.cxx                          |   12 +-
 Source/cmMacroCommand.h                            |    4 +-
 Source/cmMakeDepend.cxx                            |   14 +-
 Source/cmMakeDepend.h                              |   34 +-
 Source/cmMakeDirectoryCommand.h                    |    8 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |    2 +-
 Source/cmMarkAsAdvancedCommand.h                   |    6 +-
 Source/cmMathCommand.cxx                           |    2 +-
 Source/cmMathCommand.h                             |    8 +-
 Source/cmMessageCommand.h                          |    6 +-
 Source/cmObject.h                                  |    4 +-
 Source/cmOptionCommand.cxx                         |    4 +-
 Source/cmOptionCommand.h                           |    6 +-
 Source/cmOutputRequiredFilesCommand.cxx            |   18 +-
 Source/cmOutputRequiredFilesCommand.h              |    6 +-
 Source/cmProjectCommand.cxx                        |    6 +-
 Source/cmProjectCommand.h                          |    8 +-
 Source/cmProperty.h                                |    2 +-
 Source/cmPropertyDefinition.h                      |    6 +-
 Source/cmPropertyDefinitionMap.cxx                 |    8 +-
 Source/cmPropertyDefinitionMap.h                   |    2 +-
 Source/cmPropertyMap.cxx                           |   10 +-
 Source/cmPropertyMap.h                             |    4 +-
 Source/cmQTWrapCPPCommand.cxx                      |    2 +-
 Source/cmQTWrapCPPCommand.h                        |    4 +-
 Source/cmQTWrapUICommand.cxx                       |    2 +-
 Source/cmQTWrapUICommand.h                         |    4 +-
 Source/cmRemoveCommand.cxx                         |   10 +-
 Source/cmRemoveCommand.h                           |   10 +-
 Source/cmRemoveDefinitionsCommand.h                |   12 +-
 Source/cmReturnCommand.h                           |    8 +-
 Source/cmSeparateArgumentsCommand.h                |   10 +-
 Source/cmSetCommand.cxx                            |   20 +-
 Source/cmSetCommand.h                              |   10 +-
 Source/cmSetDirectoryPropertiesCommand.cxx         |   14 +-
 Source/cmSetDirectoryPropertiesCommand.h           |    6 +-
 Source/cmSetSourceFilesPropertiesCommand.cxx       |    8 +-
 Source/cmSetSourceFilesPropertiesCommand.h         |    6 +-
 Source/cmSetTargetPropertiesCommand.cxx            |    8 +-
 Source/cmSetTargetPropertiesCommand.h              |   10 +-
 Source/cmSetTestsPropertiesCommand.cxx             |   12 +-
 Source/cmSetTestsPropertiesCommand.h               |    4 +-
 Source/cmSiteNameCommand.cxx                       |   10 +-
 Source/cmSiteNameCommand.h                         |    8 +-
 Source/cmSourceFile.cxx                            |   30 +-
 Source/cmSourceFile.h                              |    2 +-
 Source/cmSourceGroup.cxx                           |   10 +-
 Source/cmSourceGroup.h                             |   22 +-
 Source/cmSourceGroupCommand.cxx                    |    8 +-
 Source/cmSourceGroupCommand.h                      |    8 +-
 Source/cmStandardIncludes.h                        |   16 +-
 Source/cmStringCommand.cxx                         |   72 +-
 Source/cmStringCommand.h                           |    6 +-
 Source/cmSubdirCommand.cxx                         |   14 +-
 Source/cmSubdirCommand.h                           |    8 +-
 Source/cmSubdirDependsCommand.h                    |    6 +-
 Source/cmTest.cxx                                  |   10 +-
 Source/cmTest.h                                    |    2 +-
 Source/cmTryRunCommand.h                           |   10 +-
 Source/cmUseMangledMesaCommand.cxx                 |   12 +-
 Source/cmUtilitySourceCommand.cxx                  |   22 +-
 Source/cmUtilitySourceCommand.h                    |    4 +-
 Source/cmVariableRequiresCommand.cxx               |   10 +-
 Source/cmVariableRequiresCommand.h                 |   10 +-
 Source/cmVariableWatch.cxx                         |    8 +-
 Source/cmVariableWatch.h                           |    4 +-
 Source/cmVariableWatchCommand.cxx                  |    2 +-
 Source/cmVariableWatchCommand.h                    |    6 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |  112 +-
 Source/cmVisualStudio10TargetGenerator.h           |   10 +-
 Source/cmVisualStudioGeneratorOptions.cxx          |    4 +-
 Source/cmWhileCommand.h                            |   10 +-
 Source/cmWin32ProcessExecution.cxx                 |  228 ++--
 Source/cmWin32ProcessExecution.h                   |   18 +-
 Source/cmWriteFileCommand.cxx                      |    2 +-
 Source/cmWriteFileCommand.h                        |    6 +-
 Source/cmXCode21Object.cxx                         |    8 +-
 Source/cmXCodeObject.cxx                           |   24 +-
 Source/cmXCodeObject.h                             |   28 +-
 Source/cmXMLParser.cxx                             |   10 +-
 Source/cmXMLParser.h                               |   24 +-
 Source/cmakewizard.cxx                             |    2 +-
 Source/cmakewizard.h                               |   12 +-
 Source/cmakexbuild.cxx                             |    4 +-
 Source/cmparseMSBuildXML.py                        |   22 +-
 Source/cmw9xcom.cxx                                |    4 +-
 Templates/CMakeVisualStudio6Configurations.cmake   |    4 +-
 Templates/CTestScript.cmake.in                     |   30 +-
 Templates/TestDriver.cxx.in                        |    8 +-
 Templates/cygwin-package.sh.in                     |   12 +-
 Tests/ArgumentExpansion/CMakeLists.txt             |   10 +-
 Tests/Assembler/CMakeLists.txt                     |    8 +-
 Tests/BuildDepends/CMakeLists.txt                  |   68 +-
 Tests/BuildDepends/Project/CMakeLists.txt          |   16 +-
 Tests/BundleGeneratorTest/CMakeLists.txt           |   34 +-
 Tests/BundleTest/BundleSubDir/CMakeLists.txt       |   14 +-
 Tests/BundleTest/CMakeLists.txt                    |  100 +-
 Tests/BundleUtilities/bundleutils.cmake            |    4 +-
 Tests/CMakeBuildTest.cmake.in                      |   28 +-
 Tests/CMakeLists.txt                               | 1472 ++++++++++----------
 Tests/CMakeOnly/AllFindModules/CMakeLists.txt      |   14 +-
 .../CMakeOnly/CheckCXXSymbolExists/CMakeLists.txt  |   50 +-
 Tests/CMakeOnly/CheckSymbolExists/CMakeLists.txt   |   38 +-
 Tests/CMakeTestMultipleConfigures/RunCMake.cmake   |    2 +-
 Tests/CMakeTests/CMakeLists.txt                    |   14 +-
 Tests/CMakeTests/FindBaseTest.cmake.in             |   16 +-
 .../GetFilenameComponentRealpathTest.cmake.in      |    2 +-
 Tests/CMakeTests/GetPrerequisitesTest.cmake.in     |   10 +-
 Tests/CMakeTests/IncludeTest.cmake.in              |   10 +-
 Tests/CMakeTests/ListTest.cmake.in                 |   90 +-
 Tests/CMakeTests/StringTestScript.cmake            |   12 +-
 Tests/CMakeTests/ToolchainTest.cmake.in            |   40 +-
 Tests/CMakeTests/VariableWatchTest.cmake.in        |   14 +-
 Tests/CMakeTests/WhileTest.cmake.in                |    2 +-
 Tests/COnly/CMakeLists.txt                         |    6 +-
 Tests/COnly/libc2.h                                |    2 +-
 Tests/CPackComponents/CMakeLists.txt               |    2 +-
 Tests/CPackComponents/VerifyResult.cmake           |   14 +-
 Tests/CPackComponentsForAll/CMakeLists.txt         |    2 +-
 .../MyLibCPackConfig-AllInOne.cmake.in             |    6 +-
 .../MyLibCPackConfig-IgnoreGroup.cmake.in          |    6 +-
 .../MyLibCPackConfig-OnePackPerGroup.cmake.in      |    8 +-
 .../RunCPackVerifyResult.cmake                     |   26 +-
 Tests/CTestScriptMode/CTestTestScriptMode.cmake.in |    4 +-
 Tests/CTestTest/test.cmake.in                      |   32 +-
 Tests/CTestTest2/test.cmake.in                     |   44 +-
 Tests/CTestTestBadExe/CMakeLists.txt               |    8 +-
 Tests/CTestTestBadExe/test.cmake.in                |   22 +-
 Tests/CTestTestChecksum/test.cmake.in              |   28 +-
 Tests/CTestTestConfigFileInBuildDir/test1.cmake.in |   22 +-
 Tests/CTestTestConfigFileInBuildDir/test2.cmake.in |   22 +-
 Tests/CTestTestCostSerial/CMakeLists.txt           |   20 +-
 Tests/CTestTestCostSerial/test.cmake.in            |   28 +-
 Tests/CTestTestCrash/CMakeLists.txt                |    8 +-
 Tests/CTestTestCrash/test.cmake.in                 |   22 +-
 Tests/CTestTestCycle/test.cmake.in                 |   22 +-
 Tests/CTestTestDepends/test.cmake.in               |   22 +-
 Tests/CTestTestFailedSubmits/test.cmake.in         |   22 +-
 Tests/CTestTestFailure/CMakeLists.txt              |   10 +-
 Tests/CTestTestFailure/testNoBuild.cmake.in        |   22 +-
 Tests/CTestTestFailure/testNoExe.cmake.in          |   22 +-
 Tests/CTestTestParallel/CMakeLists.txt             |   20 +-
 Tests/CTestTestParallel/test.cmake.in              |   22 +-
 Tests/CTestTestResourceLock/CMakeLists.txt         |   18 +-
 Tests/CTestTestResourceLock/test.cmake.in          |   22 +-
 Tests/CTestTestRunScript/hello.cmake.in            |    4 +-
 Tests/CTestTestRunScript/test.cmake.in             |    2 +-
 Tests/CTestTestScheduler/CMakeLists.txt            |   14 +-
 Tests/CTestTestScheduler/test.cmake.in             |   28 +-
 Tests/CTestTestStopTime/CMakeLists.txt             |   14 +-
 Tests/CTestTestStopTime/GetDate.cmake              |  234 ++--
 Tests/CTestTestStopTime/test.cmake.in              |   26 +-
 Tests/CTestTestSubdir/CMakeLists.txt               |   10 +-
 Tests/CTestTestSubdir/subdir/CMakeLists.txt        |    4 +-
 Tests/CTestTestSubdir/subdir2/CMakeLists.txt       |    4 +-
 Tests/CTestTestSubdir/subdir3/CMakeLists.txt       |    4 +-
 Tests/CTestTestSubdir/test.cmake.in                |   22 +-
 Tests/CTestTestTimeout/CMakeLists.txt              |   30 +-
 Tests/CTestTestTimeout/test.cmake.in               |   24 +-
 Tests/CTestTestUpload/CMakeLists.txt               |    2 +-
 Tests/CTestTestUpload/test.cmake.in                |   16 +-
 Tests/CTestTestZeroTimeout/CMakeLists.txt          |   12 +-
 Tests/CTestTestZeroTimeout/test.cmake.in           |   24 +-
 Tests/CTestUpdateBZR.cmake.in                      |    2 +-
 Tests/CTestUpdateCVS.cmake.in                      |    2 +-
 Tests/CTestUpdateCommon.cmake                      |   44 +-
 Tests/CTestUpdateGIT.cmake.in                      |    4 +-
 Tests/CTestUpdateHG.cmake.in                       |    2 +-
 Tests/CTestUpdateSVN.cmake.in                      |    2 +-
 Tests/CommandLineTest/CMakeLists.txt               |   86 +-
 Tests/CommandLineTest/PreLoad.cmake                |    2 +-
 Tests/CompileCommandOutput/CMakeLists.txt          |   22 +-
 Tests/Complex/CMakeLists.txt                       |  384 +++---
 Tests/Complex/Executable/CMakeLists.txt            |  172 ++--
 Tests/Complex/Executable/Included.cmake            |    2 +-
 Tests/Complex/Executable/Temp/CMakeLists.txt       |    6 +-
 Tests/Complex/Executable/complex.cxx               |  132 +-
 Tests/Complex/Executable/testcflags.c              |    2 +-
 Tests/Complex/Library/CMakeLists.txt               |  134 +-
 Tests/Complex/Library/create_file.cxx              |    4 +-
 Tests/Complex/Library/testConly.c                  |    4 +-
 Tests/Complex/Library/testConly.h                  |    2 +-
 Tests/Complex/Library/test_preprocess.cmake        |   14 +-
 Tests/Complex/VarTests.cmake                       |  346 +++---
 Tests/ComplexOneConfig/CMakeLists.txt              |  364 +++---
 Tests/ComplexOneConfig/Executable/CMakeLists.txt   |  172 ++--
 Tests/ComplexOneConfig/Executable/Included.cmake   |    2 +-
 .../Executable/Temp/CMakeLists.txt                 |    6 +-
 Tests/ComplexOneConfig/Executable/complex.cxx      |  132 +-
 Tests/ComplexOneConfig/Executable/testcflags.c     |    2 +-
 Tests/ComplexOneConfig/Library/CMakeLists.txt      |  134 +-
 Tests/ComplexOneConfig/Library/create_file.cxx     |    4 +-
 Tests/ComplexOneConfig/Library/testConly.c         |    4 +-
 Tests/ComplexOneConfig/Library/testConly.h         |    2 +-
 .../ComplexOneConfig/Library/test_preprocess.cmake |   14 +-
 Tests/ComplexOneConfig/VarTests.cmake              |  346 +++---
 Tests/Contracts/Trilinos-10-6/Patch.cmake          |    8 +-
 Tests/Contracts/vtk542/RunTest.cmake               |    2 +-
 Tests/CrossCompile/CMakeLists.txt                  |   12 +-
 Tests/CustComDepend/CMakeLists.txt                 |    2 +-
 Tests/CustComDepend/bar.h                          |    2 +-
 Tests/CustComDepend/foo.cxx                        |    2 +-
 Tests/CustomCommand/CMakeLists.txt                 |  156 +-
 Tests/CustomCommand/GeneratedHeader/CMakeLists.txt |   14 +-
 .../GeneratorInExtraDir/CMakeLists.txt             |   10 +-
 Tests/CustomCommand/check_mark.cmake               |   10 +-
 Tests/CustomCommand/foo.in                         |    2 +-
 Tests/CustomCommandWorkingDirectory/CMakeLists.txt |   12 +-
 Tests/Dependency/1/CMakeLists.txt                  |    4 +-
 Tests/Dependency/CMakeLists.txt                    |   40 +-
 Tests/Dependency/Eight/CMakeLists.txt              |    4 +-
 Tests/Dependency/Exec/CMakeLists.txt               |    4 +-
 Tests/Dependency/Exec2/CMakeLists.txt              |    6 +-
 Tests/Dependency/Exec3/CMakeLists.txt              |    4 +-
 Tests/Dependency/Exec4/CMakeLists.txt              |    4 +-
 Tests/Dependency/Five/CMakeLists.txt               |    4 +-
 Tests/Dependency/Four/CMakeLists.txt               |    8 +-
 Tests/Dependency/NoDepA/CMakeLists.txt             |    2 +-
 Tests/Dependency/NoDepB/CMakeLists.txt             |    2 +-
 Tests/Dependency/NoDepC/CMakeLists.txt             |    2 +-
 Tests/Dependency/Seven/CMakeLists.txt              |    4 +-
 Tests/Dependency/Six/CMakeLists.txt                |   10 +-
 Tests/Dependency/Three/CMakeLists.txt              |    4 +-
 Tests/Dependency/Two/CMakeLists.txt                |   16 +-
 Tests/DocTest/DocTest.cxx                          |    4 +-
 Tests/EnforceConfig.cmake.in                       |   42 +-
 Tests/ExportImport/CMakeLists.txt                  |    8 +-
 Tests/ExportImport/Export/CMakeLists.txt           |    4 +-
 Tests/ExportImport/Import/A/CMakeLists.txt         |    2 +-
 Tests/ExportImport/InitialCache.cmake.in           |   30 +-
 Tests/ExternalOBJ/CMakeLists.txt                   |   54 +-
 Tests/ExternalOBJ/Object/CMakeLists.txt            |   18 +-
 Tests/ExternalProject/TryCheckout.cmake            |    4 +-
 Tests/FindModulesExecuteAll/CMakeLists.txt         |    4 +-
 .../FindPackageTest/Baz 1.1/BazConfigVersion.cmake |   14 +-
 .../Baz 1.2/CMake/BazConfigVersion.cmake           |   14 +-
 Tests/FindPackageTest/CMakeLists.txt               |  388 +++---
 .../CMakeTestExportPackageConfigVersion.cmake.in   |   10 +-
 Tests/FindPackageTest/FindRecursiveA.cmake         |    2 +-
 Tests/FindPackageTest/FindRecursiveB.cmake         |    2 +-
 Tests/FindPackageTest/FindRecursiveC.cmake         |    2 +-
 Tests/FindPackageTest/FindVersionTestA.cmake       |   36 +-
 Tests/FindPackageTest/FindVersionTestB.cmake       |   36 +-
 Tests/FindPackageTest/FindVersionTestC.cmake       |   36 +-
 Tests/FindPackageTest/FindVersionTestD.cmake       |   36 +-
 Tests/FindPackageTest/lib/TApp/TAppConfig.cmake    |    2 +-
 .../arch/cmake/zot-4.0/zot-config-version.cmake    |   14 +-
 .../lib/arch/zot-3.1/zot-config-version.cmake      |   14 +-
 .../lib/cmake/zot-3.1/zot-config-version.cmake     |    6 +-
 .../lib/cmake/zot-4.0/zot-config-version.cmake     |   14 +-
 .../lib/suffix/test/SuffixTestConfigVersion.cmake  |   14 +-
 .../lib/zot-2.0/zot-config-version.cmake           |    8 +-
 .../lib/zot-3.0/zot-config-version.cmake           |    8 +-
 .../lib/zot-3.1/zot-config-version.cmake           |   14 +-
 .../lib/zot/zot-config-version.cmake               |   16 +-
 Tests/FindPackageTest/lib/zot/zot-config.cmake     |    2 +-
 Tests/Fortran/CMakeLists.txt                       |   18 +-
 Tests/Fortran/Library/CMakeLists.txt               |   14 +-
 Tests/Fortran/foo.f                                |    2 +-
 Tests/Fortran/test_use_in_comment_freeform.f90     |    6 +-
 Tests/Framework/foo.cxx                            |    2 +-
 Tests/FunctionTest/CMakeLists.txt                  |  152 +-
 Tests/FunctionTest/SubDirScope/CMakeLists.txt      |   16 +-
 Tests/FunctionTest/Util.cmake                      |    2 +-
 Tests/IPO/CMakeLists.txt                           |    2 +-
 Tests/JCTest/CMakeLists.txt                        |    4 +-
 Tests/Java/A.java                                  |    6 +-
 Tests/Java/HelloWorld.java                         |    2 +-
 Tests/Jump/CMakeLists.txt                          |    8 +-
 Tests/Jump/Executable/CMakeLists.txt               |   10 +-
 Tests/Jump/Library/CMakeLists.txt                  |    4 +-
 Tests/Jump/Library/Shared/CMakeLists.txt           |   38 +-
 Tests/Jump/Library/Static/CMakeLists.txt           |    2 +-
 Tests/KDE4StableBranchTest/test_kde4.sh.in         |    4 +-
 Tests/LibName/CMakeLists.txt                       |    6 +-
 Tests/LibName/bar.c                                |    4 +-
 Tests/LibName/foo.c                                |    4 +-
 Tests/LibName/foobar.c                             |    2 +-
 Tests/LinkLine/CMakeLists.txt                      |   12 +-
 Tests/LinkLineOrder/CMakeLists.txt                 |   34 +-
 Tests/LoadCommand/CMakeCommands/CMakeLists.txt     |   18 +-
 Tests/LoadCommand/CMakeCommands/cmTestCommand.c    |   40 +-
 Tests/LoadCommand/CMakeLists.txt                   |   54 +-
 .../CMakeCommands/CMakeLists.txt                   |   24 +-
 .../CMakeCommands/cmTestCommand.c                  |   40 +-
 Tests/LoadCommandOneConfig/CMakeLists.txt          |   58 +-
 Tests/MacroTest/CMakeLists.txt                     |   84 +-
 Tests/MacroTest/context.cmake                      |    6 +-
 Tests/MakeClean/CMakeLists.txt                     |   42 +-
 Tests/MakeClean/ToClean/CMakeLists.txt             |   24 +-
 Tests/MakeClean/ToClean/ToCleanFiles.cmake.in      |    2 +-
 Tests/MathTest/CMakeLists.txt                      |   20 +-
 Tests/NewlineArgs/CMakeLists.txt                   |    4 +-
 Tests/ObjC++/CMakeLists.txt                        |    6 +-
 Tests/ObjC++/objc++.mm                             |    2 +-
 Tests/OutOfBinary/CMakeLists.txt                   |    2 +-
 Tests/OutOfSource/CMakeLists.txt                   |    6 +-
 Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt |   68 +-
 Tests/OutOfSource/OutOfSourceSubdir/testlib.h      |    2 +-
 Tests/OutOfSource/SubDir/CMakeLists.txt            |    6 +-
 Tests/PerConfig/CMakeLists.txt                     |   36 +-
 Tests/Plugin/CMakeLists.txt                        |   90 +-
 Tests/Plugin/src/example_exe.cxx                   |    2 +-
 Tests/PolicyScope/CMakeLists.txt                   |    8 +-
 Tests/PreOrder/CMakeLists.txt                      |   10 +-
 Tests/PreOrder/Library/CMakeLists.txt              |    2 +-
 Tests/PrecompiledHeader/CMakeLists.txt             |   66 +-
 Tests/Preprocess/CMakeLists.txt                    |   52 +-
 Tests/Properties/CMakeLists.txt                    |   36 +-
 Tests/ReturnTest/CMakeLists.txt                    |   76 +-
 .../include_external_msproject/check_utils.cmake   |   20 +-
 Tests/RuntimePath/CMakeLists.txt                   |    2 +-
 Tests/SameName/CMakeLists.txt                      |    8 +-
 Tests/SameName/Exe1/CMakeLists.txt                 |   14 +-
 Tests/SameName/Lib1/CMakeLists.txt                 |    2 +-
 Tests/SetLang/CMakeLists.txt                       |    2 +-
 Tests/Simple/CMakeLists.txt                        |    8 +-
 Tests/Simple/simpleWe.cpp                          |    2 +-
 Tests/SimpleCOnly/CMakeLists.txt                   |    2 +-
 Tests/SimpleCOnly/main.c                           |    2 +-
 Tests/SimpleExclude/run.cmake.in                   |    4 +-
 Tests/SimpleInstall/CMakeLists.txt                 |  414 +++---
 Tests/SimpleInstall/InstallScript1.cmake           |   10 +-
 Tests/SimpleInstall/InstallScript2.cmake           |   26 +-
 Tests/SimpleInstall/InstallScript3.cmake           |   22 +-
 Tests/SimpleInstall/InstallScript4.cmake           |   38 +-
 Tests/SimpleInstall/PackageScript.cmake            |   14 +-
 Tests/SimpleInstall/PostInstall.cmake              |   12 +-
 Tests/SimpleInstall/PreInstall.cmake               |    4 +-
 Tests/SimpleInstall/TestSubDir/CMakeLists.txt      |    6 +-
 Tests/SimpleInstall/lib2.h                         |    2 +-
 Tests/SimpleInstall/lib3.h                         |    2 +-
 Tests/SimpleInstall/lib4.h                         |    2 +-
 Tests/SimpleInstall/scripts/CMakeLists.txt         |    2 +-
 Tests/SimpleInstallS2/CMakeLists.txt               |  414 +++---
 Tests/SimpleInstallS2/InstallScript1.cmake         |   10 +-
 Tests/SimpleInstallS2/InstallScript2.cmake         |   26 +-
 Tests/SimpleInstallS2/InstallScript3.cmake         |   22 +-
 Tests/SimpleInstallS2/InstallScript4.cmake         |   38 +-
 Tests/SimpleInstallS2/PackageScript.cmake          |   14 +-
 Tests/SimpleInstallS2/PostInstall.cmake            |   12 +-
 Tests/SimpleInstallS2/PreInstall.cmake             |    4 +-
 Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt    |    6 +-
 Tests/SimpleInstallS2/lib2.h                       |    2 +-
 Tests/SimpleInstallS2/lib3.h                       |    2 +-
 Tests/SimpleInstallS2/lib4.h                       |    2 +-
 Tests/SimpleInstallS2/scripts/CMakeLists.txt       |    2 +-
 Tests/SourceGroups/CMakeLists.txt                  |    6 +-
 Tests/SourceGroups/README.txt                      |    2 +-
 Tests/StringFileTest/CMakeLists.txt                |  364 +++---
 Tests/StringFileTest/InputFile.h.in                |    4 +-
 Tests/StringFileTest/StringFile.cxx                |    2 +-
 Tests/SubDir/CMakeLists.txt                        |   64 +-
 Tests/SubDir/Examples/CMakeLists.txt               |    4 +-
 Tests/SubDir/Examples/example1/CMakeLists.txt      |    6 +-
 Tests/SubDir/Examples/example2/CMakeLists.txt      |    4 +-
 Tests/SubDir/Executable/CMakeLists.txt             |    2 +-
 Tests/SubDirSpaces/CMakeLists.txt                  |   84 +-
 .../SubDirSpaces/Executable Sources/CMakeLists.txt |    2 +-
 Tests/SubDirSpaces/Executable/CMakeLists.txt       |    2 +-
 Tests/SubDirSpaces/Some Examples/CMakeLists.txt    |    4 +-
 .../Some Examples/example1/CMakeLists.txt          |    6 +-
 .../Some Examples/example2/CMakeLists.txt          |    4 +-
 Tests/SwigTest/CMakeLists.txt                      |   78 +-
 Tests/SwigTest/example.h                           |    4 +-
 Tests/SwigTest/runme.pike                          |    6 +-
 Tests/SwigTest/runme.py                            |    2 +-
 Tests/SystemInformation/CMakeLists.txt             |   74 +-
 Tests/SystemInformation/DumpInformation.cxx        |    8 +-
 Tests/TarTest/CMakeLists.txt                       |   74 +-
 Tests/TargetName/scripts/CMakeLists.txt            |    4 +-
 Tests/TestDriver/CMakeLists.txt                    |   20 +-
 Tests/TestDriver/test1.cxx                         |    2 +-
 Tests/Testing/CMakeLists.txt                       |   42 +-
 Tests/Testing/DartConfig.cmake                     |   32 +-
 Tests/Testing/Sub/Sub2/CMakeLists.txt              |    4 +-
 Tests/TryCompile/CMakeLists.txt                    |  276 ++--
 Tests/TryCompile/expect_arg.c                      |    2 +-
 Tests/TryCompile/pass.c                            |    2 +-
 Tests/Tutorial/Step2/CMakeLists.txt                |    2 +-
 Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step3/CMakeLists.txt                |    8 +-
 Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step4/CMakeLists.txt                |    8 +-
 Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step5/CMakeLists.txt                |    8 +-
 Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx   |    6 +-
 Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step6/CMakeLists.txt                |    8 +-
 Tests/Tutorial/Step6/MathFunctions/CMakeLists.txt  |    2 +-
 Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx   |    6 +-
 Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step7/CMakeLists.txt                |    8 +-
 Tests/Tutorial/Step7/MathFunctions/CMakeLists.txt  |    2 +-
 Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx   |    6 +-
 Tests/Tutorial/Step7/MathFunctions/mysqrt.cxx      |    4 +-
 Tests/Tutorial/Step7/build1.cmake                  |    8 +-
 Tests/Tutorial/Step7/build2.cmake                  |    6 +-
 Tests/Unset/CMakeLists.txt                         |   20 +-
 Tests/VSExternalInclude/CMakeLists.txt             |   52 +-
 Tests/VSExternalInclude/Lib1/CMakeLists.txt        |    6 +-
 Tests/VSExternalInclude/Lib2/CMakeLists.txt        |    8 +-
 Tests/Wrapping/CMakeLists.txt                      |  100 +-
 Tests/Wrapping/qtnoqtmain.cxx                      |    2 +-
 Tests/X11/CMakeLists.txt                           |   48 +-
 Tests/X11/HelloWorldX11.cxx                        |   22 +-
 Tests/test_clean.cmake.in                          |    4 +-
 Utilities/CMakeLists.txt                           |   62 +-
 Utilities/Doxygen/CMakeLists.txt                   |   18 +-
 Utilities/Doxygen/doc_makeall.sh.in                |   36 +-
 Utilities/KWIML/CMakeLists.txt                     |    8 +-
 Utilities/KWStyle/CMakeLists.txt                   |   62 +-
 Utilities/KWStyle/CMakeMoreChecks.kws.xml.in       |    2 +-
 Utilities/Release/Cygwin/CMakeLists.txt            |   36 +-
 Utilities/Release/Cygwin/cygwin-package.sh.in      |   12 +-
 Utilities/Release/create-cmake-release.cmake       |    2 +-
 Utilities/Release/release_cmake.cmake              |   80 +-
 Utilities/Release/release_cmake.sh.in              |   14 +-
 Utilities/Release/upload_release.cmake             |    4 +-
 bootstrap                                          |   14 +-
 cmake_uninstall.cmake.in                           |   34 +-
 doxygen.config                                     |  642 +++++-----
 1063 files changed, 20943 insertions(+), 20956 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list