MantisBT - CDash
View Issue Details
0007939CDashpublic2008-11-04 12:312009-11-23 20:16
Luke K 
Bill Hoffman 
normalfeatureN/A
assignedopen 
1.2 
 
0007939: Include compiler name and version in buildSummary.php
I would like to request that the compiler name and version fields be implemented in the build summary page.

This page displays a header block showing information about the build, for example:

Site Name: 192.168.15.118
Build Name: Ubuntu-7.10
Time: 2008-11-04T01:01:23 EST
Type: Nightly

OS Name: Linux
OS Platform: i686
OS Release: 2.6.22-14-generic
OS Version: #1 SMP Sun Oct 14 23:05:12 GMT 2007
Compiler Name: unknown
Compiler Version: unknown

This header block always shows compiler name and version as "unknown". I found the relevant code in common.php (line 1327), and it appears that "unknown" was hard-coded in the SQL INSERT statement:

   pdo_query ("INSERT INTO buildinformation (buildid,osname,osrelease,osversion,osplatform,compilername,compilerversion)

                  VALUES ('$buildid','$osname','$osrelease','$osversion','$osplatform','unknown','unknown')");

Please implement this feature, it would be nice to see the compiler name/version in the build summary as our software must support many different compilers and versions.

Thanks in advance!
Sincerely,
Luke

Luke Kucalaba
Senior Software Engineer
D&S Consultants, Inc
Columbus, Ohio
No tags attached.
Issue History
2008-11-04 12:31Luke KNew Issue
2008-11-04 12:37Julien JomierStatusnew => assigned
2008-11-04 12:37Julien JomierAssigned To => Bill Hoffman
2008-11-04 12:39Julien JomierNote Added: 0014026
2009-11-23 20:16Julien JomierNote Added: 0018559

Notes
(0014026)
Julien Jomier   
2008-11-04 12:39   
CTest doesn't send any compiler information at this time. However, we might want to add this definition in the XML schema in case CTest is not used to submit.
(0018559)
Julien Jomier   
2009-11-23 20:16   
Bill, can we add that into CTest somehow?