[Cmake-commits] CMake branch, release, updated. v3.9.2-7-gbadc892
Kitware Robot
kwrobot at kitware.com
Thu Sep 14 07:45:10 EDT 2017
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, release has been updated
via badc892ff8ea48b499694bc1dc94b5bac272531b (commit)
via b494308dab7ca3fe94ce558ddddc71bcaf1a8e6d (commit)
via d0f1581719644cc9b40a3ad4425bd37369f11c7e (commit)
via f95dceccb5ccb1ba3ce54173dc4a0b7fdc4144a3 (commit)
via a3deae71990e0fd6b495bb3e925755cdbcaf89eb (commit)
via 9f66fe9a01451cb5a6e883b05dbc05d6c6c6f4f7 (commit)
via c5b5bb270f54dab4ff529688a26ea8aa271fa0e1 (commit)
from ffa164736ec78f27583ca4515ff3dfc7a82fc702 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalVisualStudio71Generator.cxx | 14 +-
Source/cmGlobalVisualStudio8Generator.cxx | 14 +-
Source/cmQtAutoGeneratorInitializer.cxx | 85 +++++++---
Tests/QtAutogen/mocDepends/CMakeLists.txt | 168 ++++++++++++++++----
.../{invalid.hpp.in => object_invalid.hpp.in} | 0
.../{object.hpp.in => object_valid.hpp.in} | 0
Tests/QtAutogen/mocDepends/simpleLib.hpp.in | 5 +-
Tests/QtAutogen/mocDepends/test2.cpp | 10 --
Tests/QtAutogen/mocDepends/testATDFile.cpp | 9 ++
Tests/QtAutogen/mocDepends/testATDTarget.cpp | 9 ++
.../mocDepends/{test1.cpp => testGenFile.cpp} | 3 +-
Tests/QtAutogen/mocDepends/testGenLib.cpp | 12 ++
.../mocDepends/{test2.hpp => testGenLib.hpp} | 4 +-
Tests/QtAutogen/mocDepends/testGenTarget.cpp | 9 ++
bootstrap | 6 +
15 files changed, 268 insertions(+), 80 deletions(-)
rename Tests/QtAutogen/mocDepends/{invalid.hpp.in => object_invalid.hpp.in} (100%)
rename Tests/QtAutogen/mocDepends/{object.hpp.in => object_valid.hpp.in} (100%)
delete mode 100644 Tests/QtAutogen/mocDepends/test2.cpp
create mode 100644 Tests/QtAutogen/mocDepends/testATDFile.cpp
create mode 100644 Tests/QtAutogen/mocDepends/testATDTarget.cpp
rename Tests/QtAutogen/mocDepends/{test1.cpp => testGenFile.cpp} (65%)
create mode 100644 Tests/QtAutogen/mocDepends/testGenLib.cpp
rename Tests/QtAutogen/mocDepends/{test2.hpp => testGenLib.hpp} (83%)
create mode 100644 Tests/QtAutogen/mocDepends/testGenTarget.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list