aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
AgeCommit message (Expand)Author
2011-02-23bitbake: Remove in-tree versionKhem Raj
2011-02-22bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie
2011-01-10BBHandler: remove bb.fetch referrenceYu Ke
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
2011-01-04BBHandler: use os.path in inherit()Bernhard Reutner-Fischer
2011-01-04BBHandler: simplify supports()Bernhard Reutner-Fischer
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-07-023.0 prepChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-03-25Implement BBVERSIONSChris Larson
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-12-18bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie
2009-10-13bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie
2009-10-13bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie
2008-09-16bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie
2008-06-12bitbake: apply r1075 from upstream to get postinsts working againMarcin Juszkiewicz
2008-05-19bitbake: Sync with upstreamRichard Purdie
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2007-09-02bitbake: Update to latest bitbake-1.8 branchRichard Purdie
2007-08-20bitbake: Sync with 1.8.8 releaseRichard Purdie