summaryrefslogtreecommitdiffstats
path: root/bin/oe/parse/OEHandler.py
AgeCommit message (Expand)Author
2004-12-07Initial import.Chris Larson
2004-09-21also accept ".inc" as a legitimate file extensionPhil Blundell
2004-08-07admit blank lines as legitimate python contentPhil Blundell
2004-08-07rework handling of comments, blank lines and \-continuationPhil Blundell
2004-07-02Import oe.build in the OEHandler.Chris Larson
2004-07-01Move set_additional_vars call.Chris Larson
2004-06-27second attempt at pickling functionsPhil Blundell
2004-06-27store list of defined functions as "__functions" in metadataPhil Blundell
2004-06-26remove 'return' from call thunk for inherited functions, so that appending worksPhil Blundell
2004-05-22Fix A variable.Chris Larson
2004-05-21Dump a useful error message when our attempt to populate the 'A' environment ...Chris Larson
2004-05-17allow + and - in function namesPhil Blundell
2004-05-17correct line numbers when handling backslash-continuationPhil Blundell
2004-05-09update data after anon funcsGerald Britton
2004-05-09kill off some remnant tabsChris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-04-30add dependency tracking for parse cache - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-23Import patch tmpfileMichael 'Mickey' Lauer
2004-04-17Import patch tmpfileMichael 'Mickey' Lauer
2004-04-17Import patch handler.patchMichael 'Mickey' Lauer
2004-04-13This patch moves the comment stripping logic a bit later, so that itMichael 'Mickey' Lauer
2004-04-12Add a necessary line back in for the FILE var bits, that was inadvertantly lo...Chris Larson
2004-04-12(no commit message)Chris Larson
2004-04-12Adjust FILE handling; ensure .conf parsing sets it.Chris Larson
2004-04-01BUGFIX: fix an incorrect automatic merge from bk.Chris Larson
2004-04-01.Chris Larson
2004-03-31Improve performance by cutting down duplication expansions.Chris Larson
2004-03-31Move some variable sets out of the parser, add support for anonymous function...Chris Larson
2004-03-28Add commented set of the export flag on some vars, in case it becomes necessary.Chris Larson
2004-03-28support 'fakeroot' attribute for functionsMichael 'Mickey' Lauer
2004-03-15Update the way we execute python functions, so on failure we actually see wha...Chris Larson
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-24Auto mergedGerald Britton
2004-01-24Move compile of 'word' regex to the module scope.Chris Larson
2004-01-24First pass of improvements to the data handling to improve oemake performance.Chris Larson
2004-01-23Revamp task handling to accomidate a change to oemake. It now runs the build...Chris Larson
2004-01-23Move task setup from oebuild into the .oe parser.Chris Larson
2004-01-02Adaptations to pass the metadata into localpath functions in fetchChris Larson
2003-10-23BUGFIX: the inheritance cache wasnt local to a given set of metadata, which c...Chris Larson
2003-10-15(no commit message)Chris Larson
2003-10-14Revamp the way we handle set of PN/PV/PR from filename, and change the file s...Chris Larson
2003-10-02Make use of the 'include' variable to decide when to do vars_from_fn and upda...Chris Larson
2003-09-28fix inheriting from OS environment in includes, cleanup debuggingGerald Britton
2003-09-23Allow variable references within the key of a variable definition. i.e. FILE...Chris Larson
2003-09-16Pass 'dirs' param in the reverse directly at export_functions time.Chris Larson
2003-09-12Allow PN-PV files dirChris Larson
2003-09-08BUGFIX: the set_additional_vars was called before update_data, so overrides o...Chris Larson
2003-09-04(no commit message)Chris Larson
2003-07-28BUGFIX: vars_from_fn handling in the case of a filename only containing filen...Chris Larson