summaryrefslogtreecommitdiffstats
path: root/testSystemInformation.cxx
diff options
context:
space:
mode:
authorKWSys Robot <kwrobot@kitware.com>2012-12-19 13:02:08 (GMT)
committerBrad King <brad.king@kitware.com>2012-12-19 13:08:36 (GMT)
commita0f91f1daa7765066a784e4479da7e231374a065 (patch)
tree8146d5138c590438606b53ab01ca894009148380 /testSystemInformation.cxx
parent4cf44d3621487415d5c2ccc5628c5e0c99119410 (diff)
downloadCMake-a0f91f1daa7765066a784e4479da7e231374a065.zip
CMake-a0f91f1daa7765066a784e4479da7e231374a065.tar.gz
CMake-a0f91f1daa7765066a784e4479da7e231374a065.tar.bz2
KWSys 2012-12-19 (933eb822)
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 933eb822 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 3b17de34..933eb822 Brad King (2): fea37696 Process: Remove support for Windows 98 01e15c22 Remove KWSys Registry Rolf Eike Beer (7): f376ec32 SystemInformation: fix typos bfee5174 SystemInformation: sum up all caches found in /proc/cpuinfo 5690d711 SystemInformation: fix value extraction from /proc/cpuinfo 36295981 SystemInformation: PA-RISC chips are from HP 72e9d02e SystemInformation: try harder to find a useful processor name b39de34c SystemInformation: try harder to find the CPU family 933eb822 SystemInformation: extract CPU stepping information from /proc/cpuinfo, too Sean McBride (2): 5e17bfde Process: Dereference NULL++ instead of NULL to force crash 86a78cb7 SystemTools: Add check for empty strings to prevent integer underflow Change-Id: Id7194f434fe67be81e6ee9e96d705010a1171a06
Diffstat (limited to 'testSystemInformation.cxx')
-rw-r--r--testSystemInformation.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/testSystemInformation.cxx b/testSystemInformation.cxx
index 41fcf38..cfd7ce2 100644
--- a/testSystemInformation.cxx
+++ b/testSystemInformation.cxx
@@ -66,6 +66,7 @@ int testSystemInformation(int, char*[])
printMethod(info, GetFamilyID);
printMethod(info, GetModelID);
printMethod(info, GetExtendedProcessorName);
+ printMethod(info, GetSteppingCode);
printMethod(info, GetProcessorSerialNumber);
printMethod2(info, GetProcessorCacheSize, "KB");
printMethod(info, GetLogicalProcessorsPerPhysical);