[Cmake-commits] CMake branch, master, updated. v3.7.0-rc2-336-gbdc8864

Brad King brad.king at kitware.com
Tue Oct 25 09:09:07 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  bdc88646c1336a209d16de14bd23eb436565363d (commit)
       via  15aa814b85a90fb8e8798eb99617d27957c28f36 (commit)
      from  61758bf4b9b5d28cec11d2ea68b9e53ad2769ca6 (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=bdc88646c1336a209d16de14bd23eb436565363d
commit bdc88646c1336a209d16de14bd23eb436565363d
Merge: 61758bf 15aa814
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 25 09:09:04 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 25 09:09:04 2016 -0400

    Merge topic 'remove-cmobject'
    
    15aa814b Remove cmObject.h and cmTypeMacro.h


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

Summary of changes:
 Source/CPack/IFW/cmCPackIFWGenerator.h            |    1 -
 Source/CPack/cmCPack7zGenerator.h                 |    1 -
 Source/CPack/cmCPackArchiveGenerator.h            |    1 -
 Source/CPack/cmCPackDebGenerator.h                |    1 -
 Source/CPack/cmCPackGenerator.h                   |    2 -
 Source/CPack/cmCPackGeneratorFactory.h            |    3 --
 Source/CPack/cmCPackLog.h                         |    3 --
 Source/CPack/cmCPackNSISGenerator.h               |    1 -
 Source/CPack/cmCPackPKGGenerator.h                |    3 ++
 Source/CPack/cmCPackRPMGenerator.h                |    1 -
 Source/CPack/cmCPackSTGZGenerator.h               |    1 -
 Source/CPack/cmCPackTGZGenerator.h                |    1 -
 Source/CPack/cmCPackTXZGenerator.h                |    1 -
 Source/CPack/cmCPackTarBZip2Generator.h           |    1 -
 Source/CPack/cmCPackTarCompressGenerator.h        |    1 -
 Source/CPack/cmCPackZIPGenerator.h                |    1 -
 Source/CPack/cpack.cxx                            |    1 -
 Source/CTest/cmCTestBuildAndTestHandler.h         |    1 -
 Source/CTest/cmCTestBuildCommand.h                |    1 -
 Source/CTest/cmCTestBuildHandler.h                |    1 -
 Source/CTest/cmCTestConfigureCommand.h            |    1 -
 Source/CTest/cmCTestConfigureHandler.h            |    1 -
 Source/CTest/cmCTestCoverageCommand.h             |    1 -
 Source/CTest/cmCTestCoverageHandler.h             |    1 -
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h |    1 -
 Source/CTest/cmCTestGenericHandler.h              |    1 -
 Source/CTest/cmCTestHandlerCommand.h              |    1 -
 Source/CTest/cmCTestMemCheckCommand.h             |    1 -
 Source/CTest/cmCTestMemCheckHandler.h             |    1 -
 Source/CTest/cmCTestReadCustomFilesCommand.h      |    1 -
 Source/CTest/cmCTestRunScriptCommand.h            |    1 -
 Source/CTest/cmCTestScriptHandler.h               |    1 -
 Source/CTest/cmCTestSleepCommand.h                |    1 -
 Source/CTest/cmCTestStartCommand.h                |    1 -
 Source/CTest/cmCTestSubmitCommand.h               |    1 -
 Source/CTest/cmCTestSubmitHandler.h               |    1 -
 Source/CTest/cmCTestTestCommand.h                 |    1 -
 Source/CTest/cmCTestTestHandler.h                 |    1 -
 Source/CTest/cmCTestUpdateCommand.h               |    1 -
 Source/CTest/cmCTestUpdateHandler.h               |    1 -
 Source/CTest/cmCTestUploadCommand.h               |    1 -
 Source/CTest/cmCTestUploadHandler.h               |    1 -
 Source/cmAddCompileOptionsCommand.h               |    1 -
 Source/cmAuxSourceDirectoryCommand.h              |    1 -
 Source/cmBuildNameCommand.h                       |    1 -
 Source/cmCMakeHostSystemInformationCommand.h      |    1 -
 Source/cmCommand.h                                |    2 -
 Source/cmElseIfCommand.h                          |    1 -
 Source/cmExportCommand.h                          |    1 -
 Source/cmExportLibraryDependenciesCommand.h       |    1 -
 Source/cmFLTKWrapUICommand.h                      |    1 -
 Source/cmIncludeExternalMSProjectCommand.h        |    1 -
 Source/cmInstallProgramsCommand.h                 |    1 -
 Source/cmLinkLibrariesCommand.h                   |    1 -
 Source/cmLoadCacheCommand.h                       |    1 -
 Source/cmLoadCommandCommand.h                     |    1 -
 Source/cmObject.h                                 |   41 ---------------------
 Source/cmOutputRequiredFilesCommand.h             |    1 -
 Source/cmQTWrapCPPCommand.h                       |    1 -
 Source/cmQTWrapUICommand.h                        |    1 -
 Source/cmRemoveCommand.h                          |    1 -
 Source/cmRemoveDefinitionsCommand.h               |    1 -
 Source/cmSourceGroupCommand.h                     |    1 -
 Source/cmStandardIncludes.h                       |    1 -
 Source/cmState.cxx                                |    1 -
 Source/cmSubdirDependsCommand.h                   |    1 -
 Source/cmTargetCompileDefinitionsCommand.h        |    1 -
 Source/cmTargetCompileFeaturesCommand.h           |    1 -
 Source/cmTargetCompileOptionsCommand.h            |    1 -
 Source/cmTargetIncludeDirectoriesCommand.h        |    1 -
 Source/cmTargetSourcesCommand.h                   |    1 -
 Source/cmTypeMacro.h                              |   31 ----------------
 Source/cmUseMangledMesaCommand.h                  |    1 -
 Source/cmUtilitySourceCommand.h                   |    1 -
 Source/cmVariableRequiresCommand.h                |    1 -
 Source/cmVariableWatchCommand.h                   |    1 -
 Source/cmWriteFileCommand.h                       |    1 -
 77 files changed, 3 insertions(+), 152 deletions(-)
 delete mode 100644 Source/cmObject.h
 delete mode 100644 Source/cmTypeMacro.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list