[Cmake-commits] CMake branch, next, updated. v2.8.3-974-gbc5084c

Ben Boeckel ben.boeckel at kitware.com
Fri Dec 17 09:26:30 EST 2010


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  bc5084c314a5681be8e967209776dd02601c33a2 (commit)
       via  0a014dab5c9566b63783986d98f398efb2fadcb8 (commit)
      from  60b8ce0343e01a5f7e1be031e71cc949ac441bf9 (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=bc5084c314a5681be8e967209776dd02601c33a2
commit bc5084c314a5681be8e967209776dd02601c33a2
Merge: 60b8ce0 0a014da
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Fri Dec 17 09:26:29 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 17 09:26:29 2010 -0500

    Merge topic 'dev/add_test-working-directory' into next
    
    0a014da Add ctype.h include for toupper()


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a014dab5c9566b63783986d98f398efb2fadcb8
commit 0a014dab5c9566b63783986d98f398efb2fadcb8
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Fri Dec 17 09:23:59 2010 -0500
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Fri Dec 17 09:23:59 2010 -0500

    Add ctype.h include for toupper()

diff --git a/Tests/TestsWorkingDirectory/main.cxx b/Tests/TestsWorkingDirectory/main.cxx
index eacd7ee..6c4802d 100644
--- a/Tests/TestsWorkingDirectory/main.cxx
+++ b/Tests/TestsWorkingDirectory/main.cxx
@@ -1,6 +1,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cstring>
+#include <ctype.h>
 
 #if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
 

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

Summary of changes:
 Tests/TestsWorkingDirectory/main.cxx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list