[Cmake-commits] CMake branch, next, updated. v2.8.3-972-g60b8ce0

Ben Boeckel ben.boeckel at kitware.com
Fri Dec 17 09:18:05 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  60b8ce0343e01a5f7e1be031e71cc949ac441bf9 (commit)
       via  af12f83d80412141117a0e84614a06af9bae68ae (commit)
      from  c1914d3c03e91a18f5ad3b9e8811027c9e4d0981 (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=60b8ce0343e01a5f7e1be031e71cc949ac441bf9
commit 60b8ce0343e01a5f7e1be031e71cc949ac441bf9
Merge: c1914d3 af12f83
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Fri Dec 17 09:18:03 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 17 09:18:03 2010 -0500

    Merge topic 'dev/add_test-working-directory' into next
    
    af12f83 Fix header includes for C++ and Visual Studio


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

    Fix header includes for C++ and Visual Studio

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

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list