equal
deleted
inserted
replaced
1 |
1 |
2 Release Notes for Symbian Build System v2 |
2 Release Notes for Symbian Build System v2 |
3 |
3 |
4 Next version |
4 Next version |
5 |
5 |
6 SF bug 1570: Adding then removing a capability can produce incorrect result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL |
6 - Default to using Python 2.6.4 on windows (no change in compatibility with |
|
7 older versions of Python). |
|
8 - SF bug 1570: Adding then removing a capability can produce incorrect |
|
9 result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL |
7 - Combine Linking and Postlinking into a single step |
10 - Combine Linking and Postlinking into a single step |
8 - New 'Patchable Constants' target type: TARGETTYPE pdll |
11 - New 'Patchable Constants' target type: TARGETTYPE pdll |
9 - Support exit codes from next version of the trace compiler which will issue them |
12 - Support exit codes from next version of the trace compiler which will issue |
|
13 them |
10 - New sbs_filter script and batchfile to ease the use of sbs_filter.py. |
14 - New sbs_filter script and batchfile to ease the use of sbs_filter.py. |
11 Allows filters to be executed over a log after a build has been done. |
15 Allows filters to be executed over a log after a build has been done. |
12 e.g. |
16 e.g. |
13 sbs_filter --filters=FilterWhat < logfile.log |
17 sbs_filter --filters=FilterWhat < logfile.log |
14 (This runs a "--what" without regenerating any makefiles or reparsing |
18 (This runs a "--what" without regenerating any makefiles or reparsing |