[Cmake-commits] CMake branch, next, updated. v2.8.8-3230-gc3f1e25

Brad King brad.king at kitware.com
Mon Jun 18 16:34:33 EDT 2012


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  c3f1e258cf3126738dde56992e2a4c79ce4fb63a (commit)
       via  307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8 (commit)
      from  d349843a89b2b154f97915a59e0c8756cd449a17 (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=c3f1e258cf3126738dde56992e2a4c79ce4fb63a
commit c3f1e258cf3126738dde56992e2a4c79ce4fb63a
Merge: d349843 307d45e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 18 16:34:32 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 18 16:34:32 2012 -0400

    Merge topic 'test-VSGNUFortran-C-comment' into next
    
    307d45e Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8
commit 307d45eaf4e1ff0ee08b6d6e3612cc25c3f8eac8
Author:     Daniel R. Gomez <gomez at teragram.com>
AuthorDate: Mon Jun 18 16:12:27 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 18 16:18:27 2012 -0400

    Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)

diff --git a/Tests/VSGNUFortran/c_code/main.c b/Tests/VSGNUFortran/c_code/main.c
index 391bf26..9157cc5 100644
--- a/Tests/VSGNUFortran/c_code/main.c
+++ b/Tests/VSGNUFortran/c_code/main.c
@@ -1,4 +1,4 @@
-#include <HelloWorldFCMangle.h> // created by FortranCInterface
+#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
 extern void FC_hello(void);
 int main()
 {

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

Summary of changes:
 Tests/VSGNUFortran/c_code/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list