summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2009-11-10BBHandler.py: Backport anonymous function handling improvements from 1.10 branchRichard Purdie
2009-06-19Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie
2009-04-08Make the bbpath change for includes temporary rather than permanent.Chris Larson
2009-01-02BBHandler: Move handler finalisation code into a separate functionRichard Purdie
2008-12-06BBHandler: Improve file not fuond error messageRichard Purdie
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-09-30BBHandler.py: Backport a small optimisation in PATH handling from trunkRichard Purdie
2008-06-10Revert the '-' character fix in class names since it breaks thingsRichard Purdie
2008-05-19BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-23cooker, BBHandler: Change parseConfigurationFile so it works on real data, no...Richard Purdie
2007-09-04Add support for the syntax "export VARIABLE"Richard Purdie
2007-09-02BBHandler.py: Improve debug messageRichard Purdie
2007-08-17BBHandler.py/build.py: Rework add_task to be more efficient (6% speedup, 7% n...Richard Purdie
2007-08-12ConfHandler.py: Apply OVERRIDES before performing immediate expansionsRichard Purdie
2007-08-11runqueue.py: Improve the progress indicator by skipping tasks that have alrea...Richard Purdie
2007-08-11fetch/__init__.py: Reinstate global urldata cache instead of using the persis...Richard Purdie
2007-08-05BBHandler: Don't generate the A variable which is time consuming and doesn't ...Richard Purdie
2007-07-28Update parser to work optimally with the new fetcher codeRichard Purdie
2007-05-20BBHandler.py: Raise ParseError for filenames with multiple underscores inste...Richard Purdie
2007-05-19Fix a second kind of __inherit_cache race (trunk + branches)Richard Purdie
2007-05-19parse_py/BBHandler.py: Make sure __inherit_cache is updated before calling in...Richard Purdie
2007-04-01Allow operations other than assignment on flag variables (from trunk)Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-25BBHandle: Remove unused __bbpath_found__ variableRichard Purdie
2006-11-19BBHandle.py: Instead of iterating through data.keys(d) calling getVarFlag eac...Richard Purdie
2006-11-18ConfHandler, BBHandler: Optmise number of expand callsRichard Purdie
2006-11-18bitbake/ old parser: Compile all anonfuncs at once!Holger Hans Peter Freyther
2006-11-17Micro-Optimisation for parsing. Do not join and split the inherit_cache over ...Holger Hans Peter Freyther
2006-11-09Improve errors messages for required vs. inherited filesRichard Purdie
2006-11-09lib/bb/parse/parse_py/BBHandler.py: Commit the parsed method at EOFHolger Hans Peter Freyther
2006-11-05BBHandler.py: make inherit fail if the class doesn't exist (#1478)Richard Purdie
2006-10-03parse_py/ConfHandler.py: Remove broken default options (as identified by mithro)Richard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-04-14 bitbake/lib/bb/parse/parse_py/BBHandler.py:Holger Hans Peter Freyther
2006-03-23bitbake/method pool:Holger Hans Peter Freyther
2006-03-22lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-03-22bin/bitbake:Holger Hans Peter Freyther
2006-03-22parse/parse_py/BBHandler.py:Holger Hans Peter Freyther
2006-03-07bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-02-26bitbake/parser,build,utils:Holger Hans Peter Freyther
2006-01-23bitbake/lib/bb/parse/parse_py/ConfHandler.py:Holger Hans Peter Freyther
2006-01-05bitbake/lib/bb/parse:Holger Hans Peter Freyther
2005-10-21BitBake Configuration Parser:Holger Hans Peter Freyther
2005-08-09bitbake/lib/bb/parse/parse_py/BBHandler.py:Holger Hans Peter Freyther
2005-07-27add .= and =. operators, as requested by HolgerPhil Blundell
2005-07-21bitbake/parse/parse_py/ConfHandler.pyHolger Hans Peter Freyther
2005-07-10Prepare for the new tokenizer C-based parser as optional parser.Holger Hans Peter Freyther