summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2011-06-28Update version to 1.13.21.13.2Richard Purdie
2011-06-28bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie
2011-06-28bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie
2011-06-28bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie
2011-06-28bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie
2011-06-28bitbake/data_smart: Optimise the data store iteratorRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-27Revert the unintentionally pushed msg.py changeChris Larson
2011-06-26msg: fix domain enum useChristopher Larson
2011-06-26msg: use a simpler enumeration for the domainsChristopher Larson
2011-06-24runqueue.py: Add umask task controlMark Hatle
2011-06-22fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman
2011-06-15process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-06-15codeparser: When loading the cache, ignore ValueErrorRichard Purdie
2011-06-13bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie
2011-06-10bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-06-09Update version to 1.13.11.13.1Richard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie
2011-06-09cache.py: fix bitbake -s commandScott Garman
2011-06-09track skipped packagesPaul Eggleton
2011-06-09persist_data: Add back code to retry in the case of locked database errorsRichard Purdie
2011-06-09Drop psyco supportRichard Purdie
2011-06-08cooker.py: Drop duplicate parseCommandLine callRichard Purdie
2011-06-08build/runqueue: Pass quieterrors flag around to supress errors at task execut...Richard Purdie
2011-06-08runqueue.py: Export further hash information into the task environmentRichard Purdie
2011-06-08data.py: Ensure vardeps flags get expandedRichard Purdie
2011-06-08knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie
2011-06-08bitbake/hob: fix cancel buttonJoshua Lock
2011-06-08bitbake/goggle: closing the progress dialog kills the UIJoshua Lock
2011-06-08bitbake/depexp: closing progress dialog kills guiJoshua Lock
2011-06-08bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-06-08hob/crumbs/hobeventhandler: Remove server specific implementation details mis...Richard Purdie
2011-06-08xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie
2011-06-08bitbake/server: Add the none server back for nowRichard Purdie
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-06-08bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-06-08bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-06-08bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-06-08bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-06-08cooker/process.py: Move profiling code to a place it can be reused by differe...Richard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07cache: Introduce extra cache class for image creatorLiping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke