| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ... | Chris Larson | 2010-02-15 | 1 | -22/+13 |
* | bitbake: [parse] Use bb.which in resolve_file | Chris Larson | 2010-02-15 | 1 | -7/+3 |
* | bitbake: [parser] Make resolve_file only resolve the path | Holger Freyther | 2010-02-15 | 3 | -16/+12 |
* | bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup | Holger Freyther | 2010-02-15 | 1 | -14/+23 |
* | bitbake: [parser] prepare to cache some .bbcclass and .inc files | Holger Freyther | 2010-02-15 | 1 | -11/+18 |
* | bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file | Holger Freyther | 2010-02-15 | 4 | -64/+51 |
* | bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse. | Chris Larson | 2010-02-15 | 2 | -21/+23 |
* | bitbake: [parse] Don't use relative import of parse_py. | Chris Larson | 2010-02-15 | 1 | -1/+1 |
* | bitbake: [parse] Move the last method to the AST... | Holger Freyther | 2010-02-15 | 1 | -1/+10 |
* | bitbake: [parser] Move more methods to the ast scheme | Holger Freyther | 2010-02-15 | 1 | -31/+48 |
* | bitbake: [parser] Move one more item to the ast | Holger Freyther | 2010-02-15 | 1 | -34/+41 |
* | bitbake: [parser] Move methodflags over to the ast | Holger Freyther | 2010-02-15 | 1 | -15/+23 |
* | bitbake: [parser] Build fix | Richard Purdie | 2010-02-15 | 1 | -2/+2 |
* | bitbake: [parser] Move more statements over the two phase AST | Holger Freyther | 2010-02-15 | 1 | -17/+40 |
* | bitbake: [parse] Change handling include through the AstNode | Holger Freyther | 2010-02-15 | 1 | -8/+2 |
* | bitbake: [parser] Call eval and remove non ast code | Holger Freyther | 2010-02-15 | 1 | -2/+1 |
* | bitbake: [parser] Call eval immeditaley to test this code | Holger Freyther | 2010-02-15 | 1 | -33/+4 |
* | bitbake: [parser] Prepare to cease out getFunc | Holger Freyther | 2010-02-15 | 1 | -12/+17 |
* | bitbake: [parser] Preserve include vs. require behaviour | Richard Purdie | 2010-02-15 | 1 | -3/+7 |
* | bitbake: [parser] Firs set of AST nodes with construction and eval | Holger Freyther | 2010-02-15 | 1 | -0/+78 |
* | bitbake: [parser] Add documentation about usage of this code | Holger Freyther | 2010-02-15 | 1 | -0/+1 |
* | bitbake: [parser] Move the finalise into the ast as well | Holger Freyther | 2010-02-15 | 2 | -43/+41 |
* | bitbake: [parser] Cary a Statement Node through the parsing | Holger Freyther | 2010-02-15 | 4 | -79/+92 |
* | bitbake: [parser] Move evaluating into the ast class... | Holger Freyther | 2010-02-15 | 3 | -180/+207 |
* | bitbake: BBHandler: pass lineno and fn to handleMethod | Khem Raj | 2010-02-10 | 1 | -2/+2 |
* | bitbake: parse_py/ConfHandler.py: missing colon after else | Martin Jansa | 2010-02-10 | 1 | -1/+1 |
* | bitbake: ConfHandler: Fix require vs. include behaviour | Richard Purdie | 2010-02-10 | 1 | -1/+4 |
* | bitbake: [parser] Move more stuff out the feeder | Holger Freyther | 2010-02-10 | 1 | -38/+48 |
* | bitbake: [parse] Move inherit handling to method | Holger Freyther | 2010-02-10 | 1 | -4/+6 |
* | bitbake: [parsers] Move out more functions | Holger Freyther | 2010-02-10 | 1 | -70/+78 |
* | bitbake: [parser] Move more stuff out to separate methods... | Holger Freyther | 2010-02-10 | 1 | -20/+25 |
* | bitbake: [parser] Move the handling of a method to a function | Holger Freyther | 2010-02-10 | 1 | -11/+15 |
* | bitbake: [parse] Unify opening a file... | Holger Freyther | 2010-02-10 | 3 | -37/+23 |
* | bitbake: [parser] Kill obtain/localpath from the parser | Holger Freyther | 2010-02-10 | 2 | -54/+3 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 2 | -15/+30 |
* | bitbake/BBHandler: Only add do_ prefix to tasks if its not already present | Richard Purdie | 2009-12-18 | 1 | -1/+2 |
* | bitbake: Sync various functions with those from bitbake-dev and bitbake upstream | Richard Purdie | 2009-11-13 | 1 | -1/+3 |
* | bitbake: Anonymous funciton improvements - use methodpool to allow cached cod... | Richard Purdie | 2009-10-13 | 1 | -12/+17 |
* | bitbake: Remove unused and hence pointless internal__functions__ variable | Richard Purdie | 2009-10-13 | 1 | -7/+0 |
* | bitbake: Merge further fixes from upstream 1.8 branch | Richard Purdie | 2009-05-11 | 2 | -6/+7 |
* | bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd... | Richard Purdie | 2009-01-03 | 1 | -1/+15 |
* | bitbake/BBHandler.py: Move handler finalisation code into a separate function | Richard Purdie | 2009-01-02 | 1 | -58/+35 |
* | bitbake: Improve error message for missing class files | Richard Purdie | 2008-11-06 | 1 | -1/+1 |
* | bitbake/bitbake-dev: Sync with upstream | Richard Purdie | 2008-09-30 | 1 | -1/+0 |
* | ConfHandler.py: revert accidental commit | Richard Purdie | 2008-09-16 | 1 | -0/+1 |
* | bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh... | Richard Purdie | 2008-09-16 | 3 | -3/+8 |
* | bitbake: apply r1075 from upstream to get postinsts working again | Marcin Juszkiewicz | 2008-06-12 | 1 | -2/+2 |
* | bitbake: Sync with upstream | Richard Purdie | 2008-05-19 | 1 | -2/+2 |
* | bitbake: Update to bitbake 1.8 branch head | Richard Purdie | 2008-03-03 | 1 | -32/+19 |
* | Remove broken c based parser code | Richard Purdie | 2007-11-17 | 14 | -5629/+0 |