aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/parse
AgeCommit message (Expand)Author
2004-08-07rework handling of comments, blank lines and \-continuationPhil Blundell
2004-08-05only apply ?= assignments if variable is None, not if it is the empty stringPhil Blundell
2004-07-02Import oe.build in the OEHandler.Chris Larson
2004-07-01Warn about usage of OEDIR.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-06-12automatically insert a leading/trailing space during +=/=+ catenationsPhil Blundell
2004-06-06allow / in variable namesPhil 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-05-04make += and =+ work when the variable was not previously defined - patch cour...Michael 'Mickey' Lauer
2004-04-30support += and =+ syntax for immediate prepend and append - patch courtesy pb_.Michael 'Mickey' Lauer
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-12Auto mergedChris Larson
2004-04-12(no commit message)Chris Larson
2004-04-12Auto mergedChris Larson
2004-04-12Adjust FILE handling; ensure .conf parsing sets it.Chris Larson
2004-04-03backed out FILE (not) fix I submitted few hours agoerich
2004-04-03${FILE} was not expanded correctlyerich
2004-04-01BUGFIX: fix an incorrect automatic merge from bk.Chris Larson
2004-04-01eliminate usage of string moduleMichael 'Mickey' Lauer
2004-04-01.Chris Larson
2004-03-31Add a parse error exception, and use that for unparsed lines rather than exit...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-23Add a new syntax to .conf/.oe files for setting metadata about metadata, and ...Chris Larson
2004-01-22revert my enhancementHolger Schurig
2004-01-22no need to os.path.join twiceHolger Schurig