summaryrefslogtreecommitdiffstats
path: root/lib/bb/taskdata.py
AgeCommit message (Expand)Author
2010-12-08cooker: use re match, not search in re_match_stringsChris Larson
2010-12-08taskdata: use 'any' in re_match_stringsChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-11-18Pre-explode rundeps/runrecs in CacheDataChris Larson
2010-09-07Fix providerlog NameErrorChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-06-08Move the output of no provider and multiple provider messages into the UIChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Formatting cleanupsChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-02-10taskdata.py: fix typo in debug messageBernhard Reutner-Fischer
2010-01-19taskdata: Improve error message if incorrectly formatted tasks are found (fro...Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-12-24Enable --ignore-deps options to access regular expression stringGuo Hongruan
2009-07-21taskdata: fix a possible infinite loop when multiple eligible providers aren'...Chris Larson
2009-05-11[bb] Remove unused imports reported by pyflakesHolger Hans Peter Freyther
2008-12-06Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie
2008-10-27taskdata: improved error message when BitBake is called with not existing targetMarcin Juszkiewicz
2008-05-09runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie
2008-03-13cache.py: Improve the way various data structures are handled to speed up the...Richard Purdie
2008-03-06taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-01-19taskdata/runqueue.py: Make taskdata and runqueue errors more user friendlyRichard Purdie
2007-10-21taskdata.py: Fix 'depends' flag splittingRichard Purdie
2007-08-17taskdata.py: Improve dump_data debugging codeRichard Purdie
2007-08-17Print the list of missing DEPENDS/RDEPENDS on the "No buildable providers ava...Holger Hans Peter Freyther
2007-08-14providers.py: Move providers code into the providers moduleRichard Purdie
2007-07-28Remove ununsed module referencesRichard Purdie
2007-06-26taskdata: Remove supriours PREFERRED_PROVIDER warningsRichard Purdie
2007-05-20taskdata.py: Promote certain warnings from debug to note 2 levelRichard Purdie
2007-04-18taskdata.py: Add error messageRichard Purdie
2007-04-01taskdata.py: Remove debugRichard Purdie
2007-03-31taskdata/runqueue.py: Add code to handle inter-task dependenciesRichard Purdie
2007-01-04taskqueue.py: Add tasks to be queried but not createdRichard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-14tastdata.py: Minor speedupRichard Purdie
2006-11-14taskqueue/runqueue.py: Remove matches_in_list and both_contain functions and ...Richard Purdie
2006-11-14taskdata.py: Stop failed dependencies being added back into taskData. Improve...Richard Purdie
2006-11-12taskdata.py: Add some extra debug to dump_data and optimise depid and rdepid ...Richard Purdie
2006-11-12taskdata.py: Add missing error message for unbuildable targetsRichard Purdie
2006-11-12taskdata.py: Improve abort flag handling, fixing several bugsRichard Purdie
2006-09-28Minor bugfix in taskdata, the dump function was passing a list to bb.msg.debu...Chris Larson
2006-09-16taskdata.py: Remove a seemingly incorrect line of code fixing issues reported...Richard Purdie
2006-09-16taskData.py: Only mark external targets as externalRichard Purdie
2006-09-14taskqueue.py: Add a small cache for task ids for a big speed improvementRichard Purdie
2006-09-10taskdata.py: Clean up mesage handling for unbuildable targets - log at debug ...Richard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-08-21taskdata.py: Fix so only warn about failed providers once.Richard Purdie
2006-08-21taskdata.py: Add handling to remove/ignore files which fail after after the c...Richard Purdie
2006-08-20bitbake/lib/bb/taskdata.py:Richard Purdie