aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-02-12[parser] Move methodflags over to the astHolger Freyther
2010-02-12[parser] Build fixRichard Purdie
2010-02-12[parser] Move more statements over the two phase ASTHolger Freyther
2010-02-12[parse] Change handling include through the AstNodeHolger Freyther
2010-02-12[parser] Call eval and remove non ast codeHolger Freyther
2010-02-12[parser] Call eval immeditaley to test this codeHolger Freyther
2010-02-12[parser] Prepare to cease out getFuncHolger Freyther
2010-02-12[parser] Preserve include vs. require behaviourRichard Purdie
2010-02-12[parser] Firs set of AST nodes with construction and evalHolger Freyther
2010-02-12[parser] Add documentation about usage of this codeHolger Freyther
2010-02-12[parser] Move the finalise into the ast as wellHolger Freyther
2010-02-12[parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-12[parser] Move evaluating into the ast class...Holger Freyther
2010-02-10providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer
2010-02-10runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
2010-02-10taskdata.py: fix typo in debug messageBernhard Reutner-Fischer
2010-02-10providers.py: commentary typo fixBernhard Reutner-Fischer
2010-01-27build.py: No need for this gross hack now (from Poky)Richard Purdie
2010-01-26BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-22parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-01-22cooker: Drop unneeded importRichard Purdie
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie
2010-01-21bitbake/event: If the server disappears, we just exit tooRichard Purdie
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie
2010-01-21ConfHandler: Fix require vs. include behaviourRichard Purdie
2010-01-21[parser] Move more stuff out the feederHolger Freyther
2010-01-21[parse] Move inherit handling to methodHolger Freyther
2010-01-21[parsers] Move out more functionsHolger Freyther
2010-01-21[parser] Move more stuff out to separate methods...Holger Freyther
2010-01-21[parser] Move the handling of a method to a functionHolger Freyther
2010-01-21[parse] Unify opening a file...Holger Freyther
2010-01-21[parser] Kill obtain/localpath from the parserHolger Freyther
2010-01-21Fix bb.plain and bb.warn function, initial patch from Petri Lehtinen <petri.l...Richard Purdie
2010-01-21git: remove repodir usage after 57b3a9a86bf8c6940187c6a899cedbbbb484884aMartin Jansa
2010-01-21runqueue: Fix typoRichard Purdie
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19taskdata: Improve error message if incorrectly formatted tasks are found (fro...Richard Purdie
2010-01-19data_smart.py: Fix error where update-rc.d would not get added to the depende...Richard Purdie
2010-01-19BBHandler: Only add do_ prefix to tasks if its not already present (from Poky)Richard Purdie
2010-01-19providers: Apply modified version of a patch from Martin Jansa <martin.jansa@...Richard Purdie
2010-01-19Drop version requirement to 2.5 apart from XMLRPC modeRichard Purdie
2010-01-19fetch: Add GIT_PROXY_COMMAND to runfetchcmd functionRichard Purdie
2010-01-19runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie
2010-01-19ui: Convert remaining event handlers to use isinstanceRichard Purdie
2010-01-19event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie
2010-01-19server/xmlrpc: Fix idle timeout handling and missing parameterRichard Purdie
2010-01-19event.py: Drop unused eventsRichard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie