equal
deleted
inserted
replaced
4 version 2.12.0 |
4 version 2.12.0 |
5 |
5 |
6 New Features: |
6 New Features: |
7 - New 'Patchable Constants' target type: TARGETTYPE pdll |
7 - New 'Patchable Constants' target type: TARGETTYPE pdll |
8 - Combine Linking and Postlinking into a single step - performance improvement. |
8 - Combine Linking and Postlinking into a single step - performance improvement. |
9 - Support exit codes from next version of the trace compiler which will issue |
9 - Support exit codes from next version of the trace compiler which will issue them |
10 them |
|
11 - New sbs_filter script and batchfile to ease the use of sbs_filter.py. |
10 - New sbs_filter script and batchfile to ease the use of sbs_filter.py. |
12 Allows filters to be executed over a log after a build has been done. |
11 Allows filters to be executed over a log after a build has been done. |
13 e.g. |
12 e.g. |
14 |
13 |
15 sbs_filter --filters=FilterWhat < logfile.log |
14 sbs_filter --filters=FilterWhat < logfile.log |
47 |
46 |
48 The output is in CSV format. |
47 The output is in CSV format. |
49 |
48 |
50 Defect Fixes: |
49 Defect Fixes: |
51 - fix for ARM9E + ARMV5 pre-processing confusion |
50 - fix for ARM9E + ARMV5 pre-processing confusion |
|
51 - SF bug 1606: template_ext.flm wrongly creates dependencies to OTHER_CFG targets |
52 - SF bug 1570: Adding then removing a capability can produce incorrect |
52 - SF bug 1570: Adding then removing a capability can produce incorrect |
53 result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL |
53 result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL |
54 |
54 |
55 Other Changes: |
55 Other Changes: |
56 - Default to using Python 2.6.4 on windows (no change in compatibility with |
56 - Default to using Python 2.6.4 on windows (no change in compatibility with |