summaryrefslogtreecommitdiffstats
path: root/lib/bb/command.py
AgeCommit message (Expand)Author
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-08cooker: add shutdown/stop methodsChris Larson
2010-12-08cooker: merge cookerState and cookerActionChris Larson
2010-06-18Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-06-10Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-03-24bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-07-23command/cooker: Remve the need for the cache for -e -b optionsRichard Purdie
2009-07-23command/cooker: Improve showEnvironment functionalityRichard Purdie
2009-07-23cooker.py: Improve server idle handling (from Poky)Richard Purdie
2008-12-06command.py: Standardise to getVariable and setVariable functions for consiste...Richard Purdie
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-12-06Rename online/offline to sync/async for less confusion (from Rob Bradford in ...Richard Purdie
2008-03-15cooker.py: Turn buildFile into a fully blown offline command with idle functi...Richard Purdie
2008-01-06Fix shell showdata command (#3259)Richard Purdie
2007-08-25command.py: Add generateDepTreeEvent commandRichard Purdie
2007-08-18command.py: Add readVariable commandRichard Purdie
2007-08-18command.py: Add parseFiles command. Tweak cooker to matchRichard Purdie
2007-08-18command.py: Turn showEnvironment into an offline commandRichard Purdie
2007-08-18Add the command module (needs rewriting)Richard Purdie