| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0007939 | CDash | public | 2008-11-04 12:31 | 2009-11-23 20:16 | |||||||||
| Reporter | Luke K | ||||||||||||
| Assigned To | Bill Hoffman | ||||||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||||||
| Status | assigned | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | 1.2 | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0007939: Include compiler name and version in buildSummary.php | ||||||||||||
| Description | 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 | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
| Relationships | |
| 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? |
| Notes |
| 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 | |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |