[Cmake-commits] CMake branch, master, updated. v3.1.0-687-g6c61ffa
Brad King
brad.king at kitware.com
Mon Jan 12 08:57:38 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 6c61ffaf9b1616e6938b78ca19f17f9a9f87f3ec (commit)
via 3660d063bc005aa13e7ee4836aef842a91cc87f1 (commit)
via 5c28495fba56ea488a5a1df323f3c89ff7d28a7e (commit)
via ac3d38292035a470affdd0ca9df88992916bfeee (commit)
via 36b8de563cab1933fb332c42bca68125dd13f35a (commit)
via 6162c9194bfb416ac43f52f281db442a4d484aff (commit)
via 238dd2fbab1bd4fb53a25dcd07c1ee41da46d451 (commit)
via 2f7ef7e38d7aad93f5d25efb4fd7f61468cf06a2 (commit)
via 4c69ec6f121f303113d2f8a158d2e53b7d93d6b4 (commit)
from 9fced518582afcb0875648a278821f7b82f536f4 (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=6c61ffaf9b1616e6938b78ca19f17f9a9f87f3ec
commit 6c61ffaf9b1616e6938b78ca19f17f9a9f87f3ec
Merge: 9fced51 3660d06
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 12 08:57:37 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 12 08:57:37 2015 -0500
Merge topic 'sun-better-stdlib'
3660d063 cmTarget: Use insert instead of std::copy.
5c28495f Help: Remove documented restriction on template use.
ac3d3829 Help: Remove documented restriction on find in conditions.
36b8de56 Help: Remove documented restriction on insert APIs.
6162c919 Use two-iterator std::set::insert where appropriate.
238dd2fb Use insert instead of a loop in some cases.
2f7ef7e3 Revert "Misc. fixes for the Oracle / Sun compiler."
4c69ec6f SolarisStudio: Use alternative standard library to build CMake.
-----------------------------------------------------------------------
Summary of changes:
CompileFlags.cmake | 8 +++
Help/manual/cmake-developer.7.rst | 79 ---------------------------
Source/CPack/WiX/cmCPackWIXGenerator.cxx | 7 +--
Source/CTest/cmCTestBuildHandler.cxx | 7 +--
Source/CTest/cmCTestCoverageHandler.cxx | 6 +-
Source/CTest/cmCTestMultiProcessHandler.cxx | 22 ++------
Source/CTest/cmCTestP4.cxx | 6 +-
Source/CTest/cmCTestSubmitCommand.cxx | 18 ++----
Source/CTest/cmCTestSubmitHandler.cxx | 18 +-----
Source/CTest/cmCTestTestHandler.cxx | 6 +-
Source/cmAddTestCommand.cxx | 6 +-
Source/cmCommandArgumentsHelper.cxx | 9 +--
Source/cmComputeLinkDepends.cxx | 5 +-
Source/cmComputeLinkInformation.cxx | 19 ++-----
Source/cmConditionEvaluator.cxx | 10 +---
Source/cmCustomCommand.cxx | 13 +----
Source/cmDependsC.cxx | 6 +-
Source/cmDependsFortran.cxx | 10 +---
Source/cmExportFileGenerator.cxx | 6 +-
Source/cmExtraCodeBlocksGenerator.cxx | 22 ++------
Source/cmFindBase.cxx | 6 +-
Source/cmFindPackageCommand.cxx | 15 ++---
Source/cmFunctionCommand.cxx | 6 +-
Source/cmGeneratorExpressionDAGChecker.cxx | 4 +-
Source/cmGeneratorTarget.cxx | 12 +---
Source/cmGlobalNinjaGenerator.cxx | 9 +--
Source/cmGlobalVisualStudioGenerator.cxx | 12 +---
Source/cmIncludeDirectoryCommand.cxx | 6 +-
Source/cmInstallFilesCommand.cxx | 7 +--
Source/cmInstallProgramsCommand.cxx | 6 +-
Source/cmLocalGenerator.cxx | 12 +---
Source/cmLocalUnixMakefileGenerator3.cxx | 9 +--
Source/cmMacroCommand.cxx | 6 +-
Source/cmMakefile.cxx | 25 ++-------
Source/cmMakefileTargetGenerator.cxx | 36 +++---------
Source/cmQtAutoGenerators.cxx | 45 +++------------
Source/cmRemoveCommand.cxx | 5 +-
Source/cmSystemTools.cxx | 6 +-
Source/cmTarget.cxx | 31 +++--------
bootstrap | 29 ++++++++++
40 files changed, 137 insertions(+), 433 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list