Issue Details (XML | Word | Printable)

Key: STDCXX-702
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

move all buildlog parsing from xbuildgen to xcomp.awk

Created: 18/Jan/08 11:34 PM   Updated: 06/Apr/08 10:31 PM
Return to search
Component/s: Utilities
Affects Version/s: None
Fix Version/s: 4.2.1

Time Tracking:
Original Estimate: 24h
Original Estimate - 24h
Remaining Estimate: 13h
Time Spent - 11h Remaining Estimate - 13h
Time Spent: 11h
Time Spent - 11h Remaining Estimate - 13h

Issue Links:
dependent
 

Severity: Usability
Resolution Date: 14/Mar/08 09:45 PM


 Description  « Hide
The xbuildgen shell script currently parses each build log to extract from it the name of operating system, hardware architecture, compiler and number of other interesting pieces of data. The data is presented in the top table on each cross-platform build view page. Much of the data is also needed by (or would be useful in) the xcomp.awk script. This double processing is inefficient and should be eliminated. Instead, the xcomp.awk script should do all the parsing in one shot and format the top table as well.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 14/Mar/08 09:45 PM
Done in r637269. Need to merge out to 4.2.x.