[Cmake-commits] CMake branch, next, updated. v2.8.6-1535-gf6d59f4

Stephen Kelly steveire at gmail.com
Sat Oct 8 07:34:45 EDT 2011


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  f6d59f456242d6dbbd1b18ae3048cd800987e8fe (commit)
       via  28c7191a594f612160456cf395262009d1019b94 (commit)
      from  569cadc9163fe731689a1193cd56d155e726a12f (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=f6d59f456242d6dbbd1b18ae3048cd800987e8fe
commit f6d59f456242d6dbbd1b18ae3048cd800987e8fe
Merge: 569cadc 28c7191
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 8 07:34:34 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 8 07:34:34 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    28c7191 Add newlines to ends of files.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=28c7191a594f612160456cf395262009d1019b94
commit 28c7191a594f612160456cf395262009d1019b94
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Oct 8 13:33:37 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Oct 8 13:33:37 2011 +0200

    Add newlines to ends of files.

diff --git a/Tests/CMakeCommands/target_link_libraries/libs/classA.h b/Tests/CMakeCommands/target_link_libraries/libs/classA.h
index 0a83f88..4d568e3 100644
--- a/Tests/CMakeCommands/target_link_libraries/libs/classA.h
+++ b/Tests/CMakeCommands/target_link_libraries/libs/classA.h
@@ -10,4 +10,4 @@ public:
   classA();
 };
 
-#endif
\ No newline at end of file
+#endif
diff --git a/Tests/CMakeCommands/target_link_libraries/libs/classB.cpp b/Tests/CMakeCommands/target_link_libraries/libs/classB.cpp
index 86308a5..e309586 100644
--- a/Tests/CMakeCommands/target_link_libraries/libs/classB.cpp
+++ b/Tests/CMakeCommands/target_link_libraries/libs/classB.cpp
@@ -10,4 +10,4 @@ classB::classB()
 classA* classB::a() const
 {
   return new classA();
-}
\ No newline at end of file
+}
diff --git a/Tests/CMakeCommands/target_link_libraries/libs/classB.h b/Tests/CMakeCommands/target_link_libraries/libs/classB.h
index 81e83fe..e0baed6 100644
--- a/Tests/CMakeCommands/target_link_libraries/libs/classB.h
+++ b/Tests/CMakeCommands/target_link_libraries/libs/classB.h
@@ -14,4 +14,4 @@ public:
   classA* a() const;
 };
 
-#endif
\ No newline at end of file
+#endif
diff --git a/Tests/CMakeCommands/target_link_libraries/libs/classC.cpp b/Tests/CMakeCommands/target_link_libraries/libs/classC.cpp
index 55ab9fc..6d15259 100644
--- a/Tests/CMakeCommands/target_link_libraries/libs/classC.cpp
+++ b/Tests/CMakeCommands/target_link_libraries/libs/classC.cpp
@@ -12,4 +12,4 @@ classC::classC()
 classA* classC::a() const
 {
   return new classA();
-}
\ No newline at end of file
+}
diff --git a/Tests/CMakeCommands/target_link_libraries/libs/classC.h b/Tests/CMakeCommands/target_link_libraries/libs/classC.h
index 8dc929e..0135f65 100644
--- a/Tests/CMakeCommands/target_link_libraries/libs/classC.h
+++ b/Tests/CMakeCommands/target_link_libraries/libs/classC.h
@@ -14,4 +14,4 @@ public:
   classA* a() const;
 };
 
-#endif
\ No newline at end of file
+#endif

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

Summary of changes:
 .../target_link_libraries/libs/classA.h            |    2 +-
 .../target_link_libraries/libs/classB.cpp          |    2 +-
 .../target_link_libraries/libs/classB.h            |    2 +-
 .../target_link_libraries/libs/classC.cpp          |    2 +-
 .../target_link_libraries/libs/classC.h            |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list