[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3159-g041b20f

Stephen Kelly steveire at gmail.com
Tue Jul 16 10:01:57 EDT 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  041b20f9dfc7843f7fbcd7846688db4f450c52a8 (commit)
       via  3e7455700cb977d2339f78a1c0730affa09e3746 (commit)
      from  d62624b5011b538bb7df463101a1cd0295336626 (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=041b20f9dfc7843f7fbcd7846688db4f450c52a8
commit 041b20f9dfc7843f7fbcd7846688db4f450c52a8
Merge: d62624b 3e74557
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 16 10:01:55 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 16 10:01:55 2013 -0400

    Merge topic 'compile-defs-debugging' into next
    
    3e74557 Add missing file.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e7455700cb977d2339f78a1c0730affa09e3746
commit 3e7455700cb977d2339f78a1c0730affa09e3746
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 16 16:01:11 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jul 16 16:01:11 2013 +0200

    Add missing file.

diff --git a/Tests/CompileDefinitions/empty.cpp b/Tests/CompileDefinitions/empty.cpp
new file mode 100644
index 0000000..1787013
--- /dev/null
+++ b/Tests/CompileDefinitions/empty.cpp
@@ -0,0 +1,4 @@
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+int empty() { return 0; }

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

Summary of changes:
 .../empty.cpp                                      |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 copy Tests/{IncludeDirectories => CompileDefinitions}/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list