[Cmake-commits] CMake branch, master, updated. v3.1.0-878-g9de2ab7

Brad King brad.king at kitware.com
Mon Jan 19 09:43:30 EST 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  9de2ab7fcefba2bc9ce7b483f1643b1d97d58e43 (commit)
       via  5f69314ea65ebd0de23484e7c91bd12a8bf861f6 (commit)
       via  fd0c036c0c3e5e6be685e64caecdcbad4b3e744c (commit)
       via  f09fde2d21ef0c97f0ed1b8c6849f0d7055bc24e (commit)
       via  86b5bdfa0874a0eb97d726fa9dc2f534e5a67c7e (commit)
       via  fd7b37129360364531ddfeda7edb6e34ba773d00 (commit)
       via  aa773035b7f4a1aefd860d0b9e80f134bd4a4547 (commit)
       via  64592633773004df83cdd790b9cb1838503ca854 (commit)
       via  607e19384f19fcf8713ccf0377e0255084ede785 (commit)
       via  930bd4781694ea85a876c08c34a2dd8243688920 (commit)
       via  d92887efabad6a91e221588d0dc7a0bffd91a9f7 (commit)
      from  a6bbbd0f4a9ca9d683000f3302842bc25615e57a (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=9de2ab7fcefba2bc9ce7b483f1643b1d97d58e43
commit 9de2ab7fcefba2bc9ce7b483f1643b1d97d58e43
Merge: a6bbbd0 5f69314
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 19 09:43:28 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 19 09:43:28 2015 -0500

    Merge topic 'consistent-empty-method'
    
    5f69314e Replace foo.length() pattern with !foo.empty().
    fd0c036c Replace 'foo.length() >= 1' pattern with !foo.empty()
    f09fde2d Replace 'foo.length() > 0' pattern with !foo.empty().
    86b5bdfa Replace 'foo.length() == 0' pattern with foo.empty().
    fd7b3712 Replace foo.size() pattern with !foo.empty().
    aa773035 Replace !foo.size() pattern with foo.empty().
    64592633 cmListCommand: Use empty() and expand whitespace.
    607e1938 Replace 'foo.size() != 0' pattern with !foo.empty().
    930bd478 Replace 'foo.size() == 0' pattern with foo.empty().
    d92887ef Replace 'foo.size() > 0' pattern with !foo.empty().


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

Summary of changes:
 Source/CPack/cmCPackGenerator.cxx           |    6 ++--
 Source/CPack/cmCPackLog.cxx                 |   10 +++---
 Source/CPack/cpack.cxx                      |    2 +-
 Source/CTest/cmCTestBatchTestHandler.cxx    |    2 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx |   24 ++++++-------
 Source/CTest/cmCTestBuildHandler.cxx        |   10 +++---
 Source/CTest/cmCTestConfigureHandler.cxx    |    4 +--
 Source/CTest/cmCTestCoverageHandler.cxx     |   38 ++++++++++----------
 Source/CTest/cmCTestLaunch.cxx              |    2 +-
 Source/CTest/cmCTestMemCheckHandler.cxx     |   14 ++++----
 Source/CTest/cmCTestMultiProcessHandler.cxx |   10 +++---
 Source/CTest/cmCTestP4.cxx                  |    4 +--
 Source/CTest/cmCTestRunTest.cxx             |    8 ++---
 Source/CTest/cmCTestScriptHandler.cxx       |    2 +-
 Source/CTest/cmCTestSubmitHandler.cxx       |   52 +++++++++++++--------------
 Source/CTest/cmCTestTestHandler.cxx         |   42 +++++++++++-----------
 Source/CTest/cmCTestUpdateHandler.cxx       |    2 +-
 Source/CTest/cmParseCacheCoverage.cxx       |    4 +--
 Source/CTest/cmParseDelphiCoverage.cxx      |    6 ++--
 Source/CTest/cmParseGTMCoverage.cxx         |    2 +-
 Source/CTest/cmParseJacocoCoverage.cxx      |    2 +-
 Source/CTest/cmProcess.cxx                  |    4 +--
 Source/CursesDialog/cmCursesMainForm.cxx    |    8 ++---
 Source/cmAddSubDirectoryCommand.cxx         |    2 +-
 Source/cmAuxSourceDirectoryCommand.cxx      |    2 +-
 Source/cmBuildNameCommand.cxx               |    2 +-
 Source/cmCTest.cxx                          |   24 ++++++-------
 Source/cmCacheManager.cxx                   |    2 +-
 Source/cmCommand.h                          |    2 +-
 Source/cmCoreTryCompile.cxx                 |   10 +++---
 Source/cmCreateTestSourceList.cxx           |    8 ++---
 Source/cmDependsC.cxx                       |    4 +--
 Source/cmDependsJavaParserHelper.cxx        |   10 +++---
 Source/cmDocumentation.cxx                  |    4 +--
 Source/cmDocumentationFormatter.cxx         |    6 ++--
 Source/cmExecProgramCommand.cxx             |   12 +++----
 Source/cmExecuteProcessCommand.cxx          |    4 +--
 Source/cmExtraEclipseCDT4Generator.cxx      |    2 +-
 Source/cmExtraKateGenerator.cxx             |    2 +-
 Source/cmFileCommand.cxx                    |   30 ++++++++--------
 Source/cmFindBase.cxx                       |    4 +--
 Source/cmFindPackageCommand.cxx             |    4 +--
 Source/cmFindPathCommand.cxx                |    6 ++--
 Source/cmFunctionCommand.cxx                |    4 +--
 Source/cmGeneratorExpressionEvaluator.cxx   |    6 ++--
 Source/cmGeneratorExpressionParser.cxx      |    6 ++--
 Source/cmGetCMakePropertyCommand.cxx        |    2 +-
 Source/cmGetFilenameComponentCommand.cxx    |    4 +--
 Source/cmGlobalGenerator.cxx                |   20 +++++------
 Source/cmGlobalKdevelopGenerator.cxx        |    2 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx   |    4 +--
 Source/cmGraphVizWriter.cxx                 |    2 +-
 Source/cmIfCommand.cxx                      |    6 ++--
 Source/cmIncludeCommand.cxx                 |    6 ++--
 Source/cmIncludeDirectoryCommand.cxx        |    2 +-
 Source/cmInstallFilesCommand.cxx            |    2 +-
 Source/cmInstallTargetGenerator.cxx         |    2 +-
 Source/cmListCommand.cxx                    |   10 +++---
 Source/cmLoadCacheCommand.cxx               |    4 +--
 Source/cmLocalGenerator.cxx                 |   18 +++++-----
 Source/cmLocalUnixMakefileGenerator3.cxx    |    6 ++--
 Source/cmMacroCommand.cxx                   |    6 ++--
 Source/cmMakeDepend.cxx                     |    6 ++--
 Source/cmMakefile.cxx                       |   12 +++----
 Source/cmRemoveCommand.cxx                  |    2 +-
 Source/cmSetCommand.cxx                     |    2 +-
 Source/cmSetTargetPropertiesCommand.cxx     |    2 +-
 Source/cmSetTestsPropertiesCommand.cxx      |    2 +-
 Source/cmSiteNameCommand.cxx                |    4 +--
 Source/cmStringCommand.cxx                  |    4 +--
 Source/cmSystemTools.cxx                    |    2 +-
 Source/cmTarget.cxx                         |    4 +--
 Source/cmTryRunCommand.cxx                  |   18 +++++-----
 Source/cmUseMangledMesaCommand.cxx          |    2 +-
 Source/cmUtilitySourceCommand.cxx           |    2 +-
 Source/cmUuid.cxx                           |    2 +-
 Source/cmWhileCommand.cxx                   |    4 +--
 Source/cmake.cxx                            |   36 +++++++++----------
 Source/cmakemain.cxx                        |    2 +-
 Source/cmcmd.cxx                            |    2 +-
 Source/ctest.cxx                            |    2 +-
 81 files changed, 310 insertions(+), 310 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list