[Cmake-commits] CMake branch, next, updated. v2.8.8-3466-ge79ed5b

Rolf Eike Beer eike at sf-mail.de
Sun Jul 15 09:18:52 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  e79ed5bd36dd9283db98ccab6b3e38a9fd2881ff (commit)
       via  10e993f9554e7747e35a53e0d11688fcac3a9c6c (commit)
       via  6c1609ea5509b503e6cd740858931ebb5823bf97 (commit)
       via  f26cd5ac360344e50e2c5090b7dbd9a5e99e91e6 (commit)
       via  21b45ce16f88172eac3386f002fe112014053a36 (commit)
      from  416317664f032a506e0447a0e9e084680892a40b (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=e79ed5bd36dd9283db98ccab6b3e38a9fd2881ff
commit e79ed5bd36dd9283db98ccab6b3e38a9fd2881ff
Merge: 4163176 10e993f
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Jul 15 09:18:47 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 15 09:18:47 2012 -0400

    Merge topic 'X11test-missing-header' into next
    
    10e993f X11 Test: add missing include
    6c1609e CMake Nightly Date Stamp
    f26cd5a CMake Nightly Date Stamp
    21b45ce CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=10e993f9554e7747e35a53e0d11688fcac3a9c6c
commit 10e993f9554e7747e35a53e0d11688fcac3a9c6c
Author:     Claus Klein <claus.klein at arcormail.de>
AuthorDate: Sun Jul 15 15:17:35 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Jul 15 15:17:35 2012 +0200

    X11 Test: add missing include

diff --git a/Tests/X11/HelloWorldX11.cxx b/Tests/X11/HelloWorldX11.cxx
index 5bbc19a..6cfecf9 100644
--- a/Tests/X11/HelloWorldX11.cxx
+++ b/Tests/X11/HelloWorldX11.cxx
@@ -21,6 +21,8 @@
 #include <X11/Xutil.h>
 #include <X11/Xos.h>
 
+#include <stdlib.h> // rand()
+
 class Main {
 
 public:

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

Summary of changes:
 Source/CMakeVersion.cmake   |    2 +-
 Tests/X11/HelloWorldX11.cxx |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list