[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5471-g0cafd81

Stephen Kelly steveire at gmail.com
Tue Nov 19 17:18:02 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  0cafd81d3b4a2e3a6e3c7ab8f817b6c4490f9bf2 (commit)
       via  dfd572d78173fa3be217a54454496fe152d2f5fb (commit)
      from  602955f632b9c08b9c58c1f987fc099d0ec53ad6 (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=0cafd81d3b4a2e3a6e3c7ab8f817b6c4490f9bf2
commit 0cafd81d3b4a2e3a6e3c7ab8f817b6c4490f9bf2
Merge: 602955f dfd572d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 19 17:18:00 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 19 17:18:00 2013 -0500

    Merge topic 'cross-compiling-toolchain-variables' into next
    
    dfd572d Fix export.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dfd572d78173fa3be217a54454496fe152d2f5fb
commit dfd572d78173fa3be217a54454496fe152d2f5fb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 19 23:17:28 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Nov 19 23:17:28 2013 +0100

    Fix export.

diff --git a/Tests/StagingPrefix/Producer/bar.h b/Tests/StagingPrefix/Producer/bar.h
index 3c4d438..acd1fae 100644
--- a/Tests/StagingPrefix/Producer/bar.h
+++ b/Tests/StagingPrefix/Producer/bar.h
@@ -1,8 +1,9 @@
 
+class
 #ifdef _WIN32
 __declspec(dllexport)
 #endif
-class Bar
+Bar
 {
 public:
   int bar();
diff --git a/Tests/StagingPrefix/Producer/foo.h b/Tests/StagingPrefix/Producer/foo.h
index 29b0001..614093d 100644
--- a/Tests/StagingPrefix/Producer/foo.h
+++ b/Tests/StagingPrefix/Producer/foo.h
@@ -1,8 +1,9 @@
 
+class
 #ifdef _WIN32
 __declspec(dllexport)
 #endif
-class Foo
+Foo
 {
 public:
   int foo();

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

Summary of changes:
 Tests/StagingPrefix/Producer/bar.h |    3 ++-
 Tests/StagingPrefix/Producer/foo.h |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list