summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: [parser] Move more methods to the ast schemeHolger Freyther2010-02-151-31/+48
* bitbake: [parser] Move one more item to the astHolger Freyther2010-02-151-34/+41
* bitbake: [parser] Move methodflags over to the astHolger Freyther2010-02-151-15/+23
* bitbake: [parser] Build fixRichard Purdie2010-02-151-2/+2
* bitbake: [parser] Move more statements over the two phase ASTHolger Freyther2010-02-151-17/+40
* bitbake: [parse] Change handling include through the AstNodeHolger Freyther2010-02-151-8/+2
* bitbake: [parser] Call eval and remove non ast codeHolger Freyther2010-02-151-2/+1
* bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther2010-02-151-33/+4
* bitbake: [parser] Prepare to cease out getFuncHolger Freyther2010-02-151-12/+17
* bitbake: [parser] Preserve include vs. require behaviourRichard Purdie2010-02-151-3/+7
* bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther2010-02-151-0/+78
* bitbake: [parser] Add documentation about usage of this codeHolger Freyther2010-02-151-0/+1
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-152-43/+41
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-154-79/+92
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-153-180/+207
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1
* bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie2010-02-101-1/+4
* bitbake: [parser] Move more stuff out the feederHolger Freyther2010-02-101-38/+48
* bitbake: [parse] Move inherit handling to methodHolger Freyther2010-02-101-4/+6
* bitbake: [parsers] Move out more functionsHolger Freyther2010-02-101-70/+78
* bitbake: [parser] Move more stuff out to separate methods...Holger Freyther2010-02-101-20/+25
* bitbake: [parser] Move the handling of a method to a functionHolger Freyther2010-02-101-11/+15
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-103-37/+23
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-102-54/+3
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-202-15/+30
* bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie2009-12-181-1/+2
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-1/+3
* bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie2009-10-131-12/+17
* bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie2009-10-131-7/+0
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-112-6/+7
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-031-1/+15
* bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie2009-01-021-58/+35
* bitbake: Improve error message for missing class filesRichard Purdie2008-11-061-1/+1
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-09-301-1/+0
* ConfHandler.py: revert accidental commitRichard Purdie2008-09-161-0/+1
* bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie2008-09-163-3/+8
* bitbake: apply r1075 from upstream to get postinsts working againMarcin Juszkiewicz2008-06-121-2/+2
* bitbake: Sync with upstreamRichard Purdie2008-05-191-2/+2
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-32/+19
* Remove broken c based parser codeRichard Purdie2007-11-1714-5629/+0
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-051-0/+6
* bitbake: Update to latest bitbake-1.8 branchRichard Purdie2007-09-021-1/+1
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-5/+13
* bitbake: Sync with upstreamRichard Purdie2007-08-112-23/+25
* bitbake BBHandler: Disable creation of A variableRichard Purdie2007-08-041-15/+17
* bitbake: Update along 1.8 branchRichard Purdie2007-08-032-7/+10
* bitbake: Merge bugfixes from bitbake-1.8 svnRichard Purdie2007-05-221-2/+4
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-5/+11
* bitbake: Sync with upstream. Richard Purdie2007-01-084-65/+75