[Cmake-commits] CMake branch, master, updated. v3.3.1-944-gcdb9984

Brad King brad.king at kitware.com
Tue Aug 25 15:13:34 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  cdb9984bff78b8f76c3b8c3f622928e4f29920a1 (commit)
       via  e876963fc9e03018a189f4433050d459a475afbf (commit)
       via  44ffb9cdb4329c5ed9b724659f234d26da336b5a (commit)
       via  8f89f8b1e9693abbc50d917c04846000bf14e189 (commit)
       via  524610f967e5289810a0d67a2942493d8f61d1dd (commit)
       via  0e14c7ee6375fcaa975194557523f5a1a8686a8a (commit)
      from  96dafff97fb4674db3c47b89902722edef45fc65 (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=cdb9984bff78b8f76c3b8c3f622928e4f29920a1
commit cdb9984bff78b8f76c3b8c3f622928e4f29920a1
Merge: 96dafff e876963
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 25 15:13:33 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 25 15:13:33 2015 -0400

    Merge topic 'consistent-empty'
    
    e876963f Replace '0 == instances.size()' with instances.empty().
    44ffb9cd Replace foo.size() pattern with !foo.empty().
    8f89f8b1 Replace 'foo.size() != 0' pattern with !foo.empty().
    524610f9 Replace 'foo.size() == 0' pattern with foo.empty().
    0e14c7ee Replace 'foo.size() > 0' pattern with !foo.empty().


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

Summary of changes:
 Source/CPack/IFW/cmCPackIFWGenerator.cxx    |    2 +-
 Source/CPack/WiX/cmCPackWIXGenerator.cxx    |    4 ++--
 Source/CPack/WiX/cmWIXAccessControlList.cxx |    2 +-
 Source/CPack/WiX/cmWIXPatch.cxx             |    2 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx      |    2 +-
 Source/CPack/cmCPackNSISGenerator.cxx       |    6 +++---
 Source/cmCallVisualStudioMacro.cxx          |    2 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx    |    6 +++---
 Source/cmGlobalVisualStudio6Generator.cxx   |    2 +-
 Source/cmGlobalVisualStudio71Generator.cxx  |    4 ++--
 Source/cmGlobalVisualStudio7Generator.cxx   |    4 ++--
 Source/cmGlobalVisualStudioGenerator.cxx    |    4 ++--
 Source/cmGlobalXCodeGenerator.cxx           |    6 +++---
 Source/cmLocalVisualStudio10Generator.cxx   |    2 +-
 Source/cmLocalVisualStudio6Generator.cxx    |   14 +++++++-------
 Source/cmLocalVisualStudio7Generator.cxx    |    4 ++--
 Source/cmVisualStudio10TargetGenerator.cxx  |    8 ++++----
 Source/cmVisualStudioGeneratorOptions.cxx   |    6 +++---
 Source/cmXCode21Object.cxx                  |    2 +-
 19 files changed, 41 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list