summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2010-12-03bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-12-03bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-12-03bitbake/runqueue.py: Drop duplicated classRichard Purdie
2010-11-21cooker: stop loading the cache for -bChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-11-19runqueue: speed up bitbake -nChris Larson
2010-09-10Move display of FuncFailed exception info into the runqueueChris Larson
2010-09-10Fix exit code display for task failureChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-11Split out 'find next buildable task' into a separate generator functionChris Larson
2010-08-11Let the RunQueueScheduler control the number of active tasksChris Larson
2010-08-11Add the ability to use runqueue schedulers from the metadataChris Larson
2010-08-06Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson
2010-08-04When shutting down, send SIGTERM, not SIGINTChris Larson
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-26*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-07-22Let the runqueue find the user selected scheduler dynamicallyChris Larson
2010-07-16runqueue: Allow passing of success/failure handlers to runqueue_process_waitp...Richard Purdie
2010-07-16runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie
2010-07-16runqueue: Make child process error scary so user is less likely to ignoreRichard Purdie
2010-07-16runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie
2010-07-16runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie
2010-07-16runqueue: Separate out task forking code into a new functionRichard Purdie
2010-07-16runqueue: Combine the waitpid result handling code into a functionRichard Purdie
2010-07-16Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-01Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-09Show a traceback when a task fails due to an exceptionChris Larson
2010-06-08Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-02-10runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
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-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie
2010-01-21runqueue: Fix typoRichard Purdie
2010-01-19runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-10-17runqueue.py: Small optimisation in set creation removing an update call (from...Richard Purdie
2009-07-23runqueue: Improve recursive task dependency calculation speed (from Poky)Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2008-12-06cooker.py: Pass the task to run to tryBuild directly, don't use self.configur...Richard Purdie
2008-12-06runqueue.py: Fire the task started event from the worker process, not the ser...Richard Purdie
2008-12-06Add the pid to the event messages so we can identify which worker events come...Richard Purdie