summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-20 20:18:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-20 20:18:22 (GMT)
commit76c377737b14c782a05e8163c935b2b89cde7b7e (patch)
tree667b8f2df00b67019bc29ca56f4bcfe436cb8463 /Source/cmCTest.h
parent6d3ba1ed2753de237b467da50bcd5630f758456a (diff)
downloadCMake-76c377737b14c782a05e8163c935b2b89cde7b7e.zip
CMake-76c377737b14c782a05e8163c935b2b89cde7b7e.tar.gz
CMake-76c377737b14c782a05e8163c935b2b89cde7b7e.tar.bz2
BUG: Encode current time so that on some international computers xslt will not break. Also, for continuous, do not repeat if there were locally modified files or conflict, but only when things actually update
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a1381d6..f8075f4 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -421,6 +421,9 @@ private:
bool InitializeMemoryChecking();
///! Find the running cmake
void FindRunningCMake(const char* arg0);
+
+ ///! Get the current time as string
+ std::string CurrentTime();
};
#endif