Dario Sestito <darios@symbian.org> [Wed, 10 Jun 2009 18:22:32 +0100] rev 140
Added yarp to the post-build analysis
Mike Kinghan <mikek@symbian.org> [Thu, 04 Jun 2009 11:41:08 +0100] rev 139
Fixed typo. $-sign should have been &
Matt Davies <mattd@symbian.org> [Wed, 03 Jun 2009 18:30:15 +0100] rev 138
Added yarp.pl - (Yet Another Raptor Parser) and dump_recipe_at_line.pl
Usage for yarp.pl:
perl yarp.pl <compile_log> <output_csv>
Usage for dump_recipe_at_line.pl:
perl dump_recipe_at_line.pl <compile_log> <line|line_list_file>
The idea of dump_recipe_at_line.pl is so you can take a column of line numbers from the CSV created by yarp and see what happened (without having to open the 300MB file)
with a single column:
...
226242
...
you get:
...
226242 <recipe name blah blah blah...
...
With two columns in the file, you can have some more readable output:
...
226242 m:/sf/mw/classicui/group/bld.inf
...
you get:
...
m:/sf/mw/classicui/group/bld.inf(226242): <recipe name blah blah blah...
...
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 13:16:48 +0100] rev 137
Catch up
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 13:11:13 +0100] rev 136
Add perl script to build test zip
Remove unwanted files for smoke test
Mike Kinghan <mikek@symbian.org> [Wed, 03 Jun 2009 11:26:23 +0100] rev 135
merge
Mike Kinghan <mikek@symbian.org> [Wed, 03 Jun 2009 11:21:24 +0100] rev 134
Comments and code tidying for ats3_testdrop.pl
Adding new ATS support script ats_specialise_test_drop.pl
Louis Henry Nayegon <louisn@symbian.org> [Wed, 03 Jun 2009 11:03:38 +0100] rev 133
.xml missing from file names
Add option to exclude header/library BC static checking
Simon Howkins <simonh@symbian.org> [Tue, 02 Jun 2009 12:43:57 +0100] rev 132
File was rendered obsolete a long time ago
thomase [Mon, 01 Jun 2009 17:19:32 +0100] rev 131
Added analyse_components.pl and related call to build.xml
Modified merge_csv.pl to use "7za" instead of "7z"
Shabe Razvi <shaber@symbian.org> [Mon, 01 Jun 2009 17:05:47 +0100] rev 130
Remove duplicates from rebuiltok list
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:48:39 +0100] rev 129
catchup merge
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:47:08 +0100] rev 128
adding merge_csv_orphans.pl Untrusted at the moment
Matt Davies <mattd@symbian.org> [Fri, 29 May 2009 17:46:02 +0100] rev 127
Added merge_csv_orphans.pl - Would just change merge_csv.pl but I've been hacking and don't trust it yet.