<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/flow-lossage.bbclass, branch multitech-corecdp-dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>Micro-Optimisation decreasing initial parsing time by 10%</title>
<updated>2006-11-18T16:55:13+00:00</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2006-11-18T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=56b7d78a034187f66e08f3b3e2de55bd878cf9b5'/>
<id>56b7d78a034187f66e08f3b3e2de55bd878cf9b5</id>
<content type='text'>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge bk://oe-devel.bkbits.net/openembedded</title>
<updated>2004-12-29T22:25:53+00:00</updated>
<author>
<name>nslu2-linux.adm@bkbits.net</name>
<email>nslu2-linux.adm@bkbits.net</email>
</author>
<published>2004-12-29T22:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2409ba66a0e22d16dfe617bf99ff79b5fe3f5e40'/>
<id>2409ba66a0e22d16dfe617bf99ff79b5fe3f5e40</id>
<content type='text'>
into bkbits.net:/repos/n/nslu2-linux/openembedded

2004/12/29 16:25:52-06:00 ti.com!kergoth
Change flow-lossage.bbclass to use an anonymous python function rather than
:=.  This avoids the immediate variable expansion, which had the potential to
cause some unintended side effects, like 'CFLAGS' no longer matching
'TARGET_CFLAGS' in certain circumstances.

BKrev: 41d32ef1mq97PRKDWN6QJ7BdVFyiFA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into bkbits.net:/repos/n/nslu2-linux/openembedded

2004/12/29 16:25:52-06:00 ti.com!kergoth
Change flow-lossage.bbclass to use an anonymous python function rather than
:=.  This avoids the immediate variable expansion, which had the potential to
cause some unintended side effects, like 'CFLAGS' no longer matching
'TARGET_CFLAGS' in certain circumstances.

BKrev: 41d32ef1mq97PRKDWN6QJ7BdVFyiFA
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge oe-devel@oe-devel.bkbits.net:packages.bb</title>
<updated>2004-12-07T22:05:47+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@kergoth.com</email>
</author>
<published>2004-12-07T22:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a780643c4b6aa11e1a36965a69df7116477c7b4c'/>
<id>a780643c4b6aa11e1a36965a69df7116477c7b4c</id>
<content type='text'>
into handhelds.org:/home/kergoth/code/packages.bb

2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.

2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.

2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge

2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.

BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into handhelds.org:/home/kergoth/code/packages.bb

2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.

2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.

2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge

2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.

BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
</pre>
</div>
</content>
</entry>
</feed>
