sbsv2/raptor/notes/epocnestedexceptions.txt
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 13 Sep 2010 13:52:18 +0100
changeset 656 88e01c8f013e
parent 591 22486c9c7b15
permissions -rw-r--r--
Fix merging bug where downstream items somtimes got ignored if they appear after an upstream-only item. Also, reduce the severity of the validation error if a tech-domain is not recognised on a non-Foundation package.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
Qt needs to be able to have more than one active exception object, even when
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
OOM (out-of-memory).
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
A detailed overview of the solution can be found at 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
http://wikis.in.nokia.com/Toolchain/QtExceptionHandling
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
In short, we add a new MMP flag keyword - EPOCNESTEDEXCEPTIONS. When this
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
keyword is specified, a different static run-time library is used.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10