View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007939CDashpublic2008-11-04 12:312009-11-23 20:16
ReporterLuke K 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version1.2 
Target VersionFixed in Version 
Summary0007939: Include compiler name and version in buildSummary.php
DescriptionI 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0014026)
Julien Jomier (manager)
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 (manager)
2009-11-23 20:16

Bill, can we add that into CTest somehow?

 Issue History
Date Modified Username Field Change
2008-11-04 12:31 Luke K New Issue
2008-11-04 12:37 Julien Jomier Status new => assigned
2008-11-04 12:37 Julien Jomier Assigned To => Bill Hoffman
2008-11-04 12:39 Julien Jomier Note Added: 0014026
2009-11-23 20:16 Julien Jomier Note Added: 0018559


Copyright © 2000 - 2018 MantisBT Team