[Cmake-commits] CMake branch, master, updated. v3.6.1-787-ge3a4c2e
Brad King
brad.king at kitware.com
Tue Aug 30 09:29:55 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 e3a4c2e02ceacd302e8bc6a7dc1bc02b29ab2cfc (commit)
via 4332131dcca03b262e0dd51352eb2e27522887c8 (commit)
via 5aca066c5bbb7263624eb140378dd2f49e9d80ec (commit)
via 146bf9267ca88831d7cff4d121f414a3a73e26de (commit)
via 58ba87f892316b9f9cbb7851a940ec808527e36a (commit)
via e80314d7a8208214ac85bf9b2e769a7e3b5aaa04 (commit)
via 563ac22a1646f1287d1baac755e13cbe33c1fe7b (commit)
via 08be47cf939c3adfe653809c46c7b23b7a912a39 (commit)
via 564d3a1dc8e19f16db6ddccca38e21d89634c1b4 (commit)
via 95a659f1801701b02528c22f0287bb57056dc627 (commit)
via a8c7ccb1839d912edc972384de6641f3c17ad8ff (commit)
via 5ad25ef4b690252a4251e8824e00b053ea61d000 (commit)
via ac46384171c54a0fb9c47c32642fbca4ff1e925b (commit)
via 998d9ee967f6795c71ff23cf16601f7e974b21ba (commit)
via ee49f006cf657fa6f1c2d112f44d762441fd5cf1 (commit)
via 51f7dcb0a55874e71e4695f5154548a41c87ad56 (commit)
via ba4ba7c39de82b805652efbb7dc5e1659c53f36b (commit)
via e804d410cd4e391cd81ff3d8981cfba1fae28742 (commit)
via 2722c4dcc55605b7946f3c9bfa4b2fe5ce4161cb (commit)
via 112c87b28afac71617bcbb552ae1f2027bb548b6 (commit)
via cd351ef2c427284eea0ab494eba5d4f24bc0e050 (commit)
via fbd83948675f4b1cb487d59390cfe1689f801fc0 (commit)
via c341f4679ad00cb65c7660b474ddabd13d0ef498 (commit)
via 6960516b6b053816313d2ff5ee4e9375a84829cb (commit)
via e0fd2d0446101847dd40cfe4cc451667d04ddcd9 (commit)
via ad70a236f4368c21c08bcd4ea4d28425176c4e17 (commit)
via e3ca17e13b8d2aecc6d97ac800d65c6c35378a98 (commit)
via 0bbdbd95c9515a4714ef1d57a17c7271bc4d1774 (commit)
via 9440d5776bf48778d452e2d3a48d4e93d7b6f7a7 (commit)
from ef58e97362d10877780aed7b6806dd02ce2f4303 (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=e3a4c2e02ceacd302e8bc6a7dc1bc02b29ab2cfc
commit e3a4c2e02ceacd302e8bc6a7dc1bc02b29ab2cfc
Merge: ef58e97 4332131
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 30 09:29:53 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 30 09:29:53 2016 -0400
Merge topic 'cleanup-Convert'
4332131d Convert: Make variables a bit more clear
5aca066c Convert: Remove UNCHANGED enum value
146bf926 Convert: Remove 'FULL' conversion
58ba87f8 Convert: Replace Convert(FULL) with equivalent
e80314d7 Ninja: Replace ternary with if()
563ac22a Convert: Replace trivial conversion with new method
08be47cf Convert: Replace UNCHANGED conversions with new API call
564d3a1d Convert: Extract ConvertToRelativePath from Convert()
95a659f1 Convert: Replace FULL conversions with equivalent
a8c7ccb1 VS: Replace FULL/UNCHANGED conversion with equivalent
5ad25ef4 Convert: Remove NONE conversion
ac463841 Convert: Replace uses of Convert(NONE)
998d9ee9 VS: Replace variable with an if()
ee49f006 Makefiles: Replace ternaries with if()s
51f7dcb0 Makefiles: Inline MakeLauncher into only caller
ba4ba7c3 Makefiles: Simplify MakeLauncher return value
...
-----------------------------------------------------------------------
Summary of changes:
Source/cmCommonTargetGenerator.h | 6 +-
Source/cmDependsC.cxx | 4 +-
Source/cmDependsFortran.cxx | 10 +-
Source/cmExtraEclipseCDT4Generator.cxx | 4 +-
Source/cmGlobalGenerator.cxx | 4 +-
Source/cmGlobalNinjaGenerator.cxx | 6 +-
Source/cmGlobalUnixMakefileGenerator3.cxx | 31 ++--
Source/cmGlobalVisualStudio7Generator.cxx | 3 +-
Source/cmListFileCache.cxx | 6 +-
Source/cmLocalCommonGenerator.cxx | 3 +-
Source/cmLocalGenerator.cxx | 25 ++--
Source/cmLocalNinjaGenerator.cxx | 23 +--
Source/cmLocalUnixMakefileGenerator3.cxx | 191 ++++++++++++------------
Source/cmLocalUnixMakefileGenerator3.h | 28 ++--
Source/cmLocalVisualStudio7Generator.cxx | 26 ++--
Source/cmLocalVisualStudioGenerator.cxx | 10 +-
Source/cmMakefileExecutableTargetGenerator.cxx | 49 +++---
Source/cmMakefileLibraryTargetGenerator.cxx | 63 ++++----
Source/cmMakefileTargetGenerator.cxx | 119 ++++++++-------
Source/cmMakefileUtilityTargetGenerator.cxx | 4 +-
Source/cmNinjaNormalTargetGenerator.cxx | 4 +-
Source/cmOutputConverter.cxx | 81 ++--------
Source/cmOutputConverter.h | 19 +--
Source/cmTarget.cxx | 3 +-
Source/cmVisualStudio10TargetGenerator.cxx | 5 +-
25 files changed, 343 insertions(+), 384 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list