[Cmake-commits] CMake branch, master, updated. v3.2.2-881-g5a5ef00

Brad King brad.king at kitware.com
Tue Apr 21 09:42:09 EDT 2015


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  5a5ef00106662da5c6400d76438289f505b4a1ff (commit)
       via  8dc3a67c9c3c5b49fe7a3b69dab7d60475414c59 (commit)
       via  0f3c8cfa96a3b7c426e5a9cc341410fefd2baf75 (commit)
       via  b288a997e9fc4f0a7ea23fc2f1439e34b5975704 (commit)
       via  932d53bc026bfb18595deafce60c8c8c10a8a139 (commit)
       via  32b8f03acc0357121ec8f2b96599d5eeaf38c0b4 (commit)
       via  54d6a9187f24bbff9e344d8aa6b3c0d66167094d (commit)
       via  55d80d0a8557189400bc12c5e577702a4d03b2e6 (commit)
       via  b23cf06f861e928cf8ee942eabd24ea76e299f4f (commit)
       via  fcf246acd18dd168d9909cd33b191a3e6c9881e0 (commit)
       via  8878bea7b6a157948bb7c806523b1cfa4c9f7af8 (commit)
       via  044dc81504e0d34d7c84a20d333b2177a2c86b54 (commit)
       via  d67e8f24b89b70782c977b4db628377be875f938 (commit)
       via  1ea085d1b62f02d4e556ce1fabb0589e30108e20 (commit)
       via  f034bb2f54f784461ed1adea8f0554d49ff5b0b3 (commit)
       via  3a68c323ba4b9f269fe9fe45fc2a1bcc2de4ac89 (commit)
      from  81c01d4a3461cf645ff3db794cf6217318f268d3 (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=5a5ef00106662da5c6400d76438289f505b4a1ff
commit 5a5ef00106662da5c6400d76438289f505b4a1ff
Merge: 81c01d4 8dc3a67
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 21 09:42:07 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 21 09:42:07 2015 -0400

    Merge topic 'clean-up-cmMakefile'
    
    8dc3a67c cmMakefile: Out-of-line the directory methods.
    0f3c8cfa cmMakefile: Use method abstraction to access directories.
    b288a997 cmMakefile: Rename SetStart* directory API to SetCurrent*.
    932d53bc cmMakefile: Remove redundant method duplication.
    32b8f03a cmMakefile: Port users of GetStart* methods to new names.
    54d6a918 cmMakefile: Rename GetCurrent{Output,Binary}Directory.
    55d80d0a cmMakefile: Rename GetCurrent{,Source}Directory.
    b23cf06f cmake: Remove redundant start directories.
    fcf246ac cmMakefile: Populate Home directories on initialize.
    8878bea7 cmake: Initialize Home directories on cmake for find-package mode.
    044dc815 Use the Home directories from the cmake class where intended.
    d67e8f24 cmake: Fix directory used to find the cache
    1ea085d1 cmMakefile: Initialize dir definitions early.
    f034bb2f Remove redundant calls to MakeStartDirectoriesCurrent.
    3a68c323 cmMakefile: Fix wrong parameter names.


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

Summary of changes:
 Source/CTest/cmCTestScriptHandler.cxx          |    6 +-
 Source/QtDialog/QCMake.cxx                     |    2 -
 Source/cmAddCustomCommandCommand.cxx           |    4 +-
 Source/cmAddCustomTargetCommand.cxx            |    4 +-
 Source/cmAddSubDirectoryCommand.cxx            |   12 ++--
 Source/cmAuxSourceDirectoryCommand.cxx         |    2 +-
 Source/cmCPluginAPI.cxx                        |    8 +--
 Source/cmConfigureFileCommand.cxx              |    4 +-
 Source/cmCreateTestSourceList.cxx              |    2 +-
 Source/cmDependsFortran.cxx                    |    2 +-
 Source/cmExportCommand.cxx                     |    4 +-
 Source/cmExtraCodeBlocksGenerator.cxx          |   12 ++--
 Source/cmExtraCodeLiteGenerator.cxx            |   10 +--
 Source/cmExtraEclipseCDT4Generator.cxx         |    8 +--
 Source/cmExtraKateGenerator.cxx                |    2 +-
 Source/cmExtraQbsGenerator.cxx                 |    4 +-
 Source/cmExtraSublimeTextGenerator.cxx         |    4 +-
 Source/cmFLTKWrapUICommand.cxx                 |    8 +--
 Source/cmFileCommand.cxx                       |   24 +++----
 Source/cmFindPackageCommand.cxx                |    2 +-
 Source/cmGeneratorTarget.cxx                   |    4 +-
 Source/cmGetDirectoryPropertyCommand.cxx       |    2 +-
 Source/cmGetFilenameComponentCommand.cxx       |    2 +-
 Source/cmGetPropertyCommand.cxx                |    2 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx    |    2 +-
 Source/cmGlobalGenerator.cxx                   |   28 ++++----
 Source/cmGlobalKdevelopGenerator.cxx           |    2 +-
 Source/cmGlobalNinjaGenerator.cxx              |    4 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |   21 +++---
 Source/cmGlobalVisualStudio10Generator.cxx     |    4 +-
 Source/cmGlobalVisualStudio6Generator.cxx      |    6 +-
 Source/cmGlobalVisualStudio7Generator.cxx      |    8 +--
 Source/cmGlobalVisualStudio8Generator.cxx      |    4 +-
 Source/cmGlobalVisualStudioGenerator.cxx       |    4 +-
 Source/cmGlobalXCodeGenerator.cxx              |   34 +++++-----
 Source/cmIncludeCommand.cxx                    |    2 +-
 Source/cmIncludeDirectoryCommand.cxx           |    2 +-
 Source/cmInstallCommand.cxx                    |    6 +-
 Source/cmInstallExportGenerator.cxx            |    2 +-
 Source/cmInstallFilesCommand.cxx               |    6 +-
 Source/cmInstallProgramsCommand.cxx            |    6 +-
 Source/cmInstallTargetGenerator.cxx            |    2 +-
 Source/cmLinkDirectoriesCommand.cxx            |    2 +-
 Source/cmLocalGenerator.cxx                    |   69 ++++++++++----------
 Source/cmLocalGhsMultiGenerator.cxx            |    2 +-
 Source/cmLocalNinjaGenerator.cxx               |    4 +-
 Source/cmLocalUnixMakefileGenerator3.cxx       |   22 +++----
 Source/cmLocalVisualStudio6Generator.cxx       |   20 +++---
 Source/cmLocalVisualStudio7Generator.cxx       |   18 +++---
 Source/cmMakefile.cxx                          |   81 +++++++++++++++++-------
 Source/cmMakefile.h                            |   59 ++---------------
 Source/cmMakefileExecutableTargetGenerator.cxx |    6 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    8 +--
 Source/cmMakefileTargetGenerator.cxx           |   20 +++---
 Source/cmNinjaTargetGenerator.cxx              |    3 +-
 Source/cmOutputRequiredFilesCommand.cxx        |    2 +-
 Source/cmProjectCommand.cxx                    |    8 +--
 Source/cmQTWrapCPPCommand.cxx                  |    6 +-
 Source/cmQTWrapUICommand.cxx                   |   10 +--
 Source/cmQtAutoGenerators.cxx                  |   10 +--
 Source/cmSearchPath.cxx                        |    8 ++-
 Source/cmSetPropertyCommand.cxx                |    2 +-
 Source/cmSourceFile.cxx                        |    4 +-
 Source/cmSourceFileLocation.cxx                |   14 ++--
 Source/cmSourceGroupCommand.cxx                |    2 +-
 Source/cmSubdirCommand.cxx                     |    6 +-
 Source/cmTarget.cxx                            |   10 +--
 Source/cmTargetIncludeDirectoriesCommand.cxx   |    3 +-
 Source/cmUtilitySourceCommand.cxx              |    4 +-
 Source/cmVisualStudio10TargetGenerator.cxx     |   16 ++---
 Source/cmake.cxx                               |   63 ++++--------------
 Source/cmake.h                                 |   24 +------
 Source/cmakemain.cxx                           |    4 +-
 Source/cmcmd.cxx                               |    7 +-
 74 files changed, 360 insertions(+), 434 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list