[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2258-g26ea2aa

Stephen Kelly steveire at gmail.com
Thu Feb 21 03:21:11 EST 2013


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, next has been updated
       via  26ea2aadf015bd30efb1f358dd49b4a88f88403b (commit)
       via  2a7650c7fe697ab800d2a3ac63e3c56e57cd6e13 (commit)
      from  2bb5dd19d2d2134efd6b0396daee5c462d7a9bed (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=26ea2aadf015bd30efb1f358dd49b4a88f88403b
commit 26ea2aadf015bd30efb1f358dd49b4a88f88403b
Merge: 2bb5dd1 2a7650c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 21 03:20:59 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 21 03:20:59 2013 -0500

    Merge topic 'fix-automoc-linker-language' into next
    
    2a7650c Add missing files.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a7650c7fe697ab800d2a3ac63e3c56e57cd6e13
commit 2a7650c7fe697ab800d2a3ac63e3c56e57cd6e13
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 21 09:20:02 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Feb 21 09:20:02 2013 +0100

    Add missing files.

diff --git a/Tests/QtAutomoc/empty.cpp b/Tests/QtAutomoc/empty.cpp
new file mode 100644
index 0000000..ab32cf6
--- /dev/null
+++ b/Tests/QtAutomoc/empty.cpp
@@ -0,0 +1 @@
+// No content
diff --git a/Tests/QtAutomoc/empty.h b/Tests/QtAutomoc/empty.h
new file mode 100644
index 0000000..4566142
--- /dev/null
+++ b/Tests/QtAutomoc/empty.h
@@ -0,0 +1,9 @@
+
+#include <QObject>
+
+class Empty : public QObject
+{
+  Q_OBJECT
+public:
+  explicit Empty(QObject *parent = 0) {}
+};

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

Summary of changes:
 Tests/QtAutomoc/empty.cpp |    1 +
 Tests/QtAutomoc/empty.h   |    9 +++++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 Tests/QtAutomoc/empty.cpp
 create mode 100644 Tests/QtAutomoc/empty.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list