[Cmake-commits] CMake branch, master, updated. v3.6.0-rc4-289-g2bef377

Brad King brad.king at kitware.com
Thu Jun 30 09:47:40 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  2bef3774276e0b27718107edccd5e107fd72b292 (commit)
       via  b5ec5b0901177ebcd116d6ddd66ed114549014ec (commit)
      from  21afc0291e9aa9ace69da008e267dfc3c278eca0 (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=2bef3774276e0b27718107edccd5e107fd72b292
commit 2bef3774276e0b27718107edccd5e107fd72b292
Merge: 21afc02 b5ec5b0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 30 09:47:38 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 30 09:47:38 2016 -0400

    Merge topic 'refactor-auto_ptr'
    
    b5ec5b09 Avoid using KWSys auto_ptr by adopting it ourselves


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

Summary of changes:
 Help/manual/cmake-developer.7.rst                 |    7 +-
 Source/CMakeLists.txt                             |    1 +
 Source/CPack/WiX/cmCPackWIXGenerator.cxx          |    2 +-
 Source/CPack/cmCPackGenerator.cxx                 |    2 +-
 Source/CPack/cpack.cxx                            |    2 +-
 Source/CTest/cmCTestLaunch.cxx                    |    4 +-
 Source/CTest/cmCTestTestHandler.cxx               |    2 +-
 Source/CTest/cmCTestUpdateHandler.cxx             |    4 +-
 Source/cmCTest.cxx                                |    8 +-
 Source/cmCryptoHash.cxx                           |   16 +-
 Source/cmCryptoHash.h                             |    4 +-
 Source/cmCustomCommand.cxx                        |    2 +-
 Source/cmCustomCommandGenerator.cxx               |    4 +-
 Source/cmELF.cxx                                  |   13 +-
 Source/cmExportFileGenerator.cxx                  |   10 +-
 Source/cmExportLibraryDependenciesCommand.cxx     |    8 +-
 Source/cmExportTryCompileFileGenerator.cxx        |    2 +-
 Source/cmFileCommand.cxx                          |   14 +-
 Source/cmFindPackageCommand.cxx                   |   33 ++--
 Source/cmForEachCommand.cxx                       |    7 +-
 Source/cmGeneratorExpression.cxx                  |    6 +-
 Source/cmGeneratorExpression.h                    |    7 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx    |    7 +-
 Source/cmGeneratorExpressionEvaluationFile.h      |   11 +-
 Source/cmGeneratorExpressionNode.cxx              |    2 +-
 Source/cmGeneratorTarget.cxx                      |   30 ++--
 Source/cmGlobalVisualStudio7Generator.cxx         |    2 +-
 Source/cmGlobalXCodeGenerator.cxx                 |    4 +-
 Source/cmGraphVizWriter.cxx                       |    5 +-
 Source/cmIfCommand.cxx                            |    3 +-
 Source/cmInstallDirectoryGenerator.cxx            |    2 +-
 Source/cmInstallFilesGenerator.cxx                |    2 +-
 Source/cmInstalledFile.h                          |    2 +-
 Source/cmLocalUnixMakefileGenerator3.cxx          |    4 +-
 Source/cmLocalVisualStudio7Generator.cxx          |    2 +-
 Source/cmLocalVisualStudioGenerator.cxx           |    4 +-
 Source/cmLocalVisualStudioGenerator.h             |    7 +-
 Source/cmMakefile.cxx                             |   19 ++-
 Source/cmMakefile.h                               |   13 +-
 Source/cmMakefileTargetGenerator.cxx              |    2 +-
 Source/cmQtAutoGenerators.cxx                     |    2 +-
 Source/cmStringCommand.cxx                        |    2 +-
 Source/cmTarget.h                                 |    2 +-
 Source/cmVariableWatch.cxx                        |    4 +-
 Source/cmVisualStudio10TargetGenerator.cxx        |   19 ++-
 Source/cmWhileCommand.cxx                         |    3 +-
 Source/{kwsys/auto_ptr.hxx.in => cm_auto_ptr.hxx} |  168 +++++++++++----------
 Source/cmake.cxx                                  |   16 +-
 Source/cmcmd.cxx                                  |    5 +-
 bootstrap                                         |    1 -
 50 files changed, 245 insertions(+), 256 deletions(-)
 copy Source/{kwsys/auto_ptr.hxx.in => cm_auto_ptr.hxx} (65%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list