aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse
AgeCommit message (Expand)Author
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-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-09-30parse/__init__.py: Fix missing update_mtime function causing shell reparsing ...Richard 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-17BBHandler: Don't add duplicates to BBPATHRichard 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-07-22Improve certain error messagesRichard 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-03-31ConfHandler.py: Allow operations other than assignment on flag variablesRichard Purdie
2007-03-19BBHandler.py: Use 'TMPDIR/anonfunc' as T for anonymous functionsRichard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-12-08Remove the first attempt to integrate Marc's flex/lemonHolger 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-14cache.py: Share the parser's mtime_cache, reducing the number of stat syscallsRichard Purdie
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-07-25 r420@snorf: ich | 2006-07-25 21:29:45 +0200Holger Hans Peter Freyther
2006-07-23lib/bb/parse/parse_c: Throw Parse Exceptions, crash less oftenHolger Hans Peter Freyther
2006-07-23lib/bb/parse/parser_c: Handle includes, requires, cope with our syntaxHolger Hans Peter Freyther
2006-07-23bitbake/lib/parser/parse_c: Avoid some segfaultsHolger Hans Peter Freyther
2006-07-09bitbake c parser: first steps torwards a working parserHolger Hans Peter Freyther
2006-04-28 bitbake/lib/bb/parse/__init__.py:Holger Hans Peter Freyther
2006-04-25bitbake/lib/bb/parse/parse_c/bitbakec.pyx:Holger Hans Peter Freyther
2006-04-1680% Complete C parser for bitbake.Tim Ansell
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